Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 15113 invoked from network); 8 Mar 2011 09:06:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Mar 2011 09:06:25 -0000 Received: (qmail 12791 invoked by uid 500); 8 Mar 2011 09:06:25 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 12737 invoked by uid 500); 8 Mar 2011 09:06:24 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 12729 invoked by uid 99); 8 Mar 2011 09:06:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 09:06:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 09:06:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B95CB39C2E8 for ; Tue, 8 Mar 2011 09:05:59 +0000 (UTC) Date: Tue, 8 Mar 2011 09:05:59 +0000 (UTC) From: "Jara Cesnek (JIRA)" To: issues@cxf.apache.org Message-ID: <1386762109.3978.1299575159755.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <677518555.888.1299504179432.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (CXF-3382) Mess in WSDL (targetNamespace="http://util.java") MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-3382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003869#comment-13003869 ] Jara Cesnek commented on CXF-3382: ---------------------------------- I cant tell if simple test-case for cxf-bundle-2.3.2.jar will fail. I say that between cxf-bundle-2.2.6 a cxf-bundle-2.3.2.jar happens uncompatible broke change. Is it by design ? Maybe I overlook some statement in changelog? Moreover "xmlns:tns="http://util.java"" is not in 2.2.6 WSDL. We use Aegis {code} JaxWsServerFactoryBean serverFactoryBean = new JaxWsServerFactoryBean(); serverFactoryBean.setServiceClass(AopUtils.getTargetClass(implementor)); serverFactoryBean.setServiceBean(implementor); AegisDatabinding aegisDatabinding = new AegisDatabinding(); serverFactoryBean.setDataBinding(aegisDatabinding); serverFactoryBean.setAddress(url); serverFactoryBean.create(); {code} > Mess in WSDL (targetNamespace="http://util.java") > ------------------------------------------------- > > Key: CXF-3382 > URL: https://issues.apache.org/jira/browse/CXF-3382 > Project: CXF > Issue Type: Bug > Components: Aegis Databinding > Affects Versions: 2.3.2 > Reporter: Jara Cesnek > Priority: Blocker > > I realy dont expect "http://util.java" in wsdl : > {code} > - > > - > - > > > > > {code} > Used collection type in interface is "java.util.List<>". > Quick fix is use array instead. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira