Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 34490 invoked from network); 17 Dec 2010 12:37:25 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 17 Dec 2010 12:37:25 -0000 Received: (qmail 81291 invoked by uid 500); 17 Dec 2010 12:37:24 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 81189 invoked by uid 500); 17 Dec 2010 12:37: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 81181 invoked by uid 99); 17 Dec 2010 12:37:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 12:37:23 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=10.0 tests=ALL_TRUSTED,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Dec 2010 12:37:22 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBHCb1Zt026428 for ; Fri, 17 Dec 2010 12:37:01 GMT Message-ID: <30004971.176701292589421617.JavaMail.jira@thor> Date: Fri, 17 Dec 2010 07:37:01 -0500 (EST) From: "Christian Schneider (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-3201) Test failure on testCXF3105(org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Test failure on testCXF3105(org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest) ------------------------------------------------------------------------------ Key: CXF-3201 URL: https://issues.apache.org/jira/browse/CXF-3201 Project: CXF Issue Type: Test Components: Tooling Affects Versions: 2.3.1 Environment: Trunk, Windows Vista 64bit, java version 1.6.0_21, Maven 2.2.1 Reporter: Christian Schneider Fix For: 2.3.2 Hi, On revision 1050333 building on Windows Vista 64bit, java version 1.6.0_21, Maven 2.2.1, I hit the following error: 17-Dec-2010 09:09:05 org.apache.cxf.tools.validator.internal.WSDLRefValidator collectValidationPointsForBindings SEVERE: {http://child/}Binding is not correct, please check that the correct namespace is being used WSDLToJava Error: Thrown by JAXB: A class/interface with the same name "org.apache.cxf.testcase.cxf3105.LoginResponse" is already in use. Use a class customization or the -autoNameResolution option to resolve this conflict. Tests run: 63, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 21.963 sec <<< FAILURE! testCXF3105(org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest) Time elapsed: 0.078 sec <<< FAILURE! java.lang.AssertionError: at org.junit.Assert.fail(Assert.java:91) at org.junit.Assert.assertTrue(Assert.java:43) at org.junit.Assert.assertTrue(Assert.java:54) at org.apache.cxf.tools.wsdlto.jaxws.CodeGenBugTest.testCXF3105(CodeGenBugTest.java:1148) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) Looking at the wsdl I wonder if this is caused by a case insensitivity issue on Windows? Jim --- Also see http://cxf.547215.n5.nabble.com/Failure-building-latest-trunk-td3309214.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.