[ 
https://issues.apache.org/jira/browse/GERONIMO-6349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan resolved GERONIMO-6349.
----------------------------

       Resolution: Fixed
    Fix Version/s: 3.0-beta-2
         Assignee: Ivan

Commit changes to axis2 bundle at rev.1339960
                
> Follow Axis2 version convention in Geronimo Axis2 bundle
> --------------------------------------------------------
>
>                 Key: GERONIMO-6349
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6349
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: webservices
>    Affects Versions: 3.0-beta-1
>            Reporter: Ivan
>            Assignee: Ivan
>            Priority: Minor
>             Fix For: 3.0-beta-2
>
>
> 2012-05-14 21:17:24,651 ERROR [ModuleDeployer] The axis2-1.6.1_1.jar module, 
> which is not valid, caused For input string: "1_1"
> org.apache.axis2.deployment.DeploymentException: For input string: "1_1"
>       at 
> org.apache.axis2.deployment.repository.util.ArchiveReader.readModuleArchive(ArchiveReader.java:527)
>       at 
> org.apache.axis2.deployment.ModuleDeployer.deploy(ModuleDeployer.java:77)
>       at 
> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
>       at 
> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:813)
>       at 
> org.apache.axis2.deployment.RepositoryListener.loadClassPathModules(RepositoryListener.java:222)
>       at 
> org.apache.axis2.deployment.RepositoryListener.init2(RepositoryListener.java:71)
>       at 
> org.apache.axis2.deployment.RepositoryListener.(RepositoryListener.java:64)
>       at 
> org.apache.axis2.deployment.DeploymentEngine.loadFromClassPath(DeploymentEngine.java:175)
>       at 
> org.apache.geronimo.axis2.GeronimoConfigurator.getAxisConfiguration(GeronimoConfigurator.java:47)
>       at 
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64)
>       at 
> org.apache.geronimo.axis2.client.Axis2ClientConfigurationFactory.createConfigurationContext(Axis2ClientConfigurationFactory.java:104)
>       at 
> org.apache.geronimo.axis2.client.Axis2ClientConfigurationFactory.getConfigurationContext(Axis2ClientConfigurationFactory.java:64)
>       at 
> org.apache.geronimo.axis2.client.Axis2ClientConfigurationFactory.getClientConfigurationContext(Axis2ClientConfigurationFactory.java:57)
>       at 
> org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:92)
>       at 
> org.apache.axis2.jaxws.description.impl.DescriptionFactoryImpl.createServiceDescription(DescriptionFactoryImpl.java:79)
>       at 
> org.apache.axis2.jaxws.description.DescriptionFactory.createServiceDescription(DescriptionFactory.java:78)
>       at org.apache.axis2.jaxws.spi.ServiceDelegate.(ServiceDelegate.java:218)
>       at 
> org.apache.axis2.jaxws.spi.Provider.createServiceDelegate(Provider.java:83)
>       at 
> org.apache.axis2.jaxws.spi.Provider.createServiceDelegate(Provider.java:79)
>       at javax.xml.ws.Service.(Service.java:35)
>       at 
> *******************************************************************************
>       at 
> net.sf.cglib.reflect.FastConstructor.newInstance(FastConstructor.java:40)
>       at 
> org.apache.geronimo.jaxws.client.JAXWSServiceReference.createServiceProxy(JAXWSServiceReference.java:218)
>       at 
> org.apache.geronimo.jaxws.client.JAXWSServiceReference.getContent(JAXWSServiceReference.java:153)
>       at 
> org.apache.geronimo.axis2.client.Axis2ServiceReference.getContent(Axis2ServiceReference.java:74)
>       at 
> org.apache.xbean.naming.context.ContextUtil.resolve(ContextUtil.java:61)
>       at 
> org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:116)
>       at 
> org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:605)
>       at 
> org.apache.geronimo.client.AppClientContainer.main(AppClientContainer.java:158)
>       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)
>       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:883)
>       at 
> org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:245)
>       at 
> org.apache.geronimo.system.main.CommandLine.doInvokeMainGBean(CommandLine.java:112)
>       at 
> org.apache.geronimo.system.main.CommandLine.invokeMainGBean(CommandLine.java:92)
>       at 
> org.apache.geronimo.system.main.ClientCommandLine.startClient(ClientCommandLine.java:84)
>       at 
> org.apache.geronimo.system.main.ClientCommandLine.execute(ClientCommandLine.java:66)
>       at 
> org.apache.geronimo.system.main.EmbeddedClientCommandLine.execute(EmbeddedClientCommandLine.java:46)
>       at 
> org.apache.geronimo.system.osgi.BootActivator$1.execute(BootActivator.java:107)
>       at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:66)
>       at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
>       at org.apache.geronimo.cli.client.ClientCLI.main(ClientCLI.java:32)
> Caused by: java.lang.NumberFormatException: For input string: "1_1"
>       at 
> java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
>       at java.lang.Integer.parseInt(Integer.java:458)
>       at java.lang.Integer.parseInt(Integer.java:499)
>       at org.apache.axis2.description.Version.(Version.java:78)
>       at 
> org.apache.axis2.description.AxisModule.setArchiveName(AxisModule.java:162)
>       at 
> org.apache.axis2.deployment.repository.util.ArchiveReader.readModuleArchive(ArchiveReader.java:513)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to