Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 87336 invoked from network); 1 Nov 2007 11:50:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2007 11:50:14 -0000 Received: (qmail 69921 invoked by uid 500); 1 Nov 2007 11:50:02 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 69899 invoked by uid 500); 1 Nov 2007 11:50:02 -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 69889 invoked by uid 99); 1 Nov 2007 11:50:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2007 04:50:02 -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; Thu, 01 Nov 2007 11:50:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id ED7D8714236 for ; Thu, 1 Nov 2007 04:49:50 -0700 (PDT) Message-ID: <7161237.1193917790966.JavaMail.jira@brutus> Date: Thu, 1 Nov 2007 04:49:50 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Commented: (CXF-1163) None of samples are working in latest trunk In-Reply-To: <17866480.1193908070560.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-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539342 ] Daniel Kulp commented on CXF-1163: ---------------------------------- What version of Maven? With 2.0.7, the manifest says commons-logging-1.1.jar If maven 2.0.7 fixes it, I'll update the pre-rereqs to say 2.0.7. > None of samples are working in latest trunk > ------------------------------------------- > > Key: CXF-1163 > URL: https://issues.apache.org/jira/browse/CXF-1163 > Project: CXF > Issue Type: Bug > Reporter: Bozhong Lin > Fix For: 2.1 > > > I think this might due to some problem in common.build.xml, following are errors from ant build: > generate.code: > [echo] Generating code using wsdl2java... > [mkdir] Created dir: /local/dev/cxf/trunk/distribution/target/apache-cxf-2.1-incubator-SNAPSHOT/samples/wsdl_first/build/classes > [mkdir] Created dir: /local/dev/cxf/trunk/distribution/target/apache-cxf-2.1-incubator-SNAPSHOT/samples/wsdl_first/build/src > [java] Loading FrontEnd jaxws ... > [java] Loading DataBinding jaxb ... > [java] wsdl2java -verbose -d /local/dev/cxf/trunk/distribution/target/apache-cxf-2.1-incubator-SNAPSHOT/samples/wsdl_first/build/src /local/dev/cxf/trunk/distribution/target/apache-cxf-2.1-incubator-SNAPSHOT/samples/wsdl_first/wsdl/hello_world.wsdl > [java] wsdl2java - Apache CXF (incubator) 2.1-incubator-SNAPSHOT > [java] Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory > [java] at org.springframework.util.ClassUtils.(ClassUtils.java:67) > [java] at org.springframework.core.io.DefaultResourceLoader.(DefaultResourceLoader.java:52) > [java] at org.springframework.context.support.AbstractApplicationContext.(AbstractApplicationContext.java:184) > [java] at org.springframework.context.support.AbstractRefreshableApplicationContext.(AbstractRefreshableApplicationContext.java:80) > [java] at org.springframework.context.support.AbstractXmlApplicationContext.(AbstractXmlApplicationContext.java:58) > [java] at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:123) > [java] at org.apache.cxf.bus.spring.BusApplicationContext.(BusApplicationContext.java:68) > [java] at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:84) > [java] at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65) > [java] at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:54) > [java] at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:69) > [java] at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:58) > [java] at org.apache.cxf.tools.common.toolspec.AbstractToolContainer.getBus(AbstractToolContainer.java:186) > [java] at org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaContainer.java:120) > [java] at org.apache.cxf.tools.wsdlto.WSDLToJavaContainer.execute(WSDLToJavaContainer.java:229) > [java] at org.apache.cxf.tools.common.toolspec.ToolRunner.runTool(ToolRunner.java:83) > [java] at org.apache.cxf.tools.wsdlto.WSDLToJava.run(WSDLToJava.java:102) > [java] at org.apache.cxf.tools.wsdlto.WSDLToJava.main(WSDLToJava.java:171) > BUILD FAILED > /local/dev/cxf/trunk/distribution/target/apache-cxf-2.1-incubator-SNAPSHOT/samples/common_build.xml:100: The following error occurred while executing this line: > /local/dev/cxf/trunk/distribution/target/apache-cxf-2.1-incubator-SNAPSHOT/samples/wsdl_first/build.xml:47: The following error occurred while executing this line: > /local/dev/cxf/trunk/distribution/target/apache-cxf-2.1-incubator-SNAPSHOT/samples/common_build.xml:206: Java returned: 1 > Total time: 3 seconds -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.