Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 68384 invoked from network); 12 Sep 2007 12:57:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Sep 2007 12:57:03 -0000 Received: (qmail 27610 invoked by uid 500); 12 Sep 2007 12:56:56 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 27596 invoked by uid 500); 12 Sep 2007 12:56:56 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 27587 invoked by uid 99); 12 Sep 2007 12:56:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 05:56:56 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Sep 2007 12:58:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2906A71417D for ; Wed, 12 Sep 2007 05:56:32 -0700 (PDT) Message-ID: <7621918.1189601792153.JavaMail.jira@brutus> Date: Wed, 12 Sep 2007 05:56:32 -0700 (PDT) From: "benson margulies (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-962) Aegis mappings not reflecting in wsdl method parameters In-Reply-To: <32276413.1188667159721.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] benson margulies updated CXF-962: --------------------------------- Attachment: methodfix.txt This patch fixes method names, but not yet minOccurs. > Aegis mappings not reflecting in wsdl method parameters > ------------------------------------------------------- > > Key: CXF-962 > URL: https://issues.apache.org/jira/browse/CXF-962 > Project: CXF > Issue Type: Bug > Affects Versions: 2.0.1 > Reporter: Tawfik Lachheb > Priority: Blocker > Attachments: methodfix.txt > > > I am trying to migrate from xfire to cxf but need to re-use the aegis mapping files we already have. I have tried using both the simple frontend and the jax-ws front end but I get the same problem. Here is my config: > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:simple="http://cxf.apache.org/simple" > xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://cxf.apache.org/simple http://cxf.apache.org/schemas/simple.xsd"> > > > > > > > > > > > > > > > The aegis mapping files are taking effect for the object model and the schema for all objects look as they should. The problem is limited to method parameters. What I get in the wsdl for one of the methods looks like this: > > > > > > > > but it should be (based on the aegis mapping files and the wsdl from xfire with those same mapping files): > > > > > > > > > Note that I do see that the mapping file for the service is being read but it is just not reflecting on the wsdl: > [01 Sep 07 09:35:25][main XMLTypeCreator DEBUG][getDocument:112] Found mapping file : /ISpatialQuery.aegis.xml > Thank you -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.