Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 4117 invoked from network); 12 May 2010 07:53:04 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 May 2010 07:53:04 -0000 Received: (qmail 20943 invoked by uid 500); 12 May 2010 07:53:04 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 20819 invoked by uid 500); 12 May 2010 07:53:04 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 20812 invoked by uid 99); 12 May 2010 07:53:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 May 2010 07:53:03 +0000 X-ASF-Spam-Status: No, hits=-1416.6 required=10.0 tests=ALL_TRUSTED,AWL 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; Wed, 12 May 2010 07:53:02 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4C7qftm017104 for ; Wed, 12 May 2010 07:52:41 GMT Message-ID: <13730934.20741273650761285.JavaMail.jira@thor> Date: Wed, 12 May 2010 03:52:41 -0400 (EDT) From: "Lu Jiang (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-5300) Class not found:org/apache/axis2/jaxws/ClientConfigurationFactory MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Class not found:org/apache/axis2/jaxws/ClientConfigurationFactory ----------------------------------------------------------------- Key: GERONIMO-5300 URL: https://issues.apache.org/jira/browse/GERONIMO-5300 Project: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: webservices Affects Versions: 3.0 Environment: OS:Win xp Server:GERONIMO 3.0-SNAPSHOT JDK:1.6 Reporter: Lu Jiang Attachments: jaxws-calculator-war.war Try Geronimo sample jaxws-Calculator.war(see attached file ) on Geronimo 3.0 build.An class not found error will occur. org/apache/axis2/jaxws/ClientConfigurationFactory java.lang.NoClassDefFoundError: org/apache/axis2/jaxws/ClientConfigurationFactory at org.apache.geronimo.axis2.builder.Axis2ServiceRefBuilder.registerConfigGBean(Axis2ServiceRefBuilder.java:89) at org.apache.geronimo.axis2.builder.Axis2ServiceRefBuilder.createService(Axis2ServiceRefBuilder.java:64) at org.apache.geronimo.jaxws.builder.JAXWSServiceRefBuilder.buildNaming(JAXWSServiceRefBuilder.java:164) at org.apache.geronimo.jaxws.builder.JAXWSServiceRefBuilder.buildNaming(JAXWSServiceRefBuilder.java:103) at org.apache.geronimo.naming.deployment.SwitchingServiceRefBuilder.buildNaming(SwitchingServiceRefBuilder.java:139) at org.apache.geronimo.j2ee.deployment.NamingBuilderCollection.buildNaming(NamingBuilderCollection.java:68) at org.apache.geronimo.web25.deployment.AbstractWebModuleBuilder.configureBasicWebModuleAttributes(AbstractWebModuleBuilder.java:706) at org.apache.geronimo.tomcat.deployment.TomcatModuleBuilder.addGBeans(TomcatModuleBuilder.java:408) at org.apache.geronimo.j2ee.deployment.SwitchingModuleBuilder.addGBeans(SwitchingModuleBuilder.java:175) at org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:690) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:250) at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:138) at sun.reflect.GeneratedMethodAccessor214.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34) at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:131) at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:856) at org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245) at org.apache.geronimo.deployment.plugin.local.AbstractDeployCommand.doDeploy(AbstractDeployCommand.java:116) at org.apache.geronimo.deployment.plugin.local.DistributeCommand.run(DistributeCommand.java:61) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.ClassNotFoundException: org.apache.axis2.jaxws.ClientConfigurationFactory at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:814) at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:61) at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1733) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) at org.apache.felix.framework.ModuleImpl.getClassByDelegation(ModuleImpl.java:674) at org.apache.felix.framework.searchpolicy.R4Wire.getClass(R4Wire.java:108) at org.apache.felix.framework.ModuleImpl.searchImports(ModuleImpl.java:1440) at org.apache.felix.framework.ModuleImpl.findClassOrResourceByDelegation(ModuleImpl.java:753) at org.apache.felix.framework.ModuleImpl.access$100(ModuleImpl.java:61) at org.apache.felix.framework.ModuleImpl$ModuleClassLoader.loadClass(ModuleImpl.java:1733) at java.lang.ClassLoader.loadClass(ClassLoader.java:248) ... 22 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.