Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 52579 invoked from network); 18 Nov 2009 17:35:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Nov 2009 17:35:10 -0000 Received: (qmail 42927 invoked by uid 500); 18 Nov 2009 17:35:10 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 42894 invoked by uid 500); 18 Nov 2009 17:35:10 -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 42884 invoked by uid 99); 18 Nov 2009 17:35:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 17:35:10 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2009 17:35:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8B246234C045 for ; Wed, 18 Nov 2009 09:34:39 -0800 (PST) Message-ID: <365096075.1258565679564.JavaMail.jira@brutus> Date: Wed, 18 Nov 2009 17:34:39 +0000 (UTC) From: "Dennis Kieselhorst (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-2549) Wrong classpath for dynamic client compilation in Weblogic 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 Wrong classpath for dynamic client compilation in Weblogic ---------------------------------------------------------- Key: CXF-2549 URL: https://issues.apache.org/jira/browse/CXF-2549 Project: CXF Issue Type: Bug Components: JAXB Databinding Environment: Weblogic 9.2, JDK 1.5 Reporter: Dennis Kieselhorst Priority: Critical Running in Weblogic 9.2 DynamicClientFactory.setupClasspath returns only the jars of the domain home and not the jars from the lib dir in the ear. Therefore the compilation fails: C:/Users/DeKiesel/AppData/Local/Temp/org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory@1999620-1258564353941-src/de/testtest/testwebservice/GetRegistrationNumber.java:4: package javax.xml.bind.annotation does not exist import javax.xml.bind.annotation.XmlAccessType; ^ [...] Note: C:/Users/DeKiesel/AppData/Local/Temp/org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory@1999620-1258564353941-src/de/testtest/testwebservice/ObjectFactory.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. 65 errors 1118 18:12:35 ERROR org.apache.cxf.endpoint.dynamic.DynamicClientFactory Could not compile java files for https://testtest.de/spartner/Service1.asmx?WSDL. It seems the relevant classloader is skipped because it's not an instance of URLClassLoader (weblogic.utils.classloaders.ChangeAwareClassLoader extends weblogic.utils.classloaders.GenericClassLoader extends java.security.SecureClassLoader). Any ideas? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.