That looks like WebSphere has an old back level version of the wsdl4j jar thats being picked up instead of the 1.6.2 one used by Tuscany. It could be the same problem as documented here for Apache Muse: http://ws.apache.org/muse/docs/2.2.0/manual/troubleshooting/wsdl4j-version-on-websphere.html
...ant On 9/11/07, Nishant Joshi <[EMAIL PROTECTED]> wrote: > > I have created one service war using latest Tuscany 0.99, and deploy it > on > Tomcat, It was perfectly creating wsdl on the fly. > Now when i have installed same war file into WebSphere following error > comes > at time of startup of WebSphere.all the lib jars are same in both the > cases. > > SystemOut.log > > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > [9/11/07 13:41:36:013 IST] 00000016 WebApp A SRVE0181I: > [example-com-0_0_1_war#example-com-0.0.1.war] [/example-com-0.0.1] [ > Servlet.LOG]: exception initializing SCADomain: > java.lang.NoSuchMethodError: > javax/wsdl/Definition.getAllPortTypes()Ljava/util/Map; > at > > org.apache.tuscany.sca.binding.ws.axis2.Java2WSDLHelper.createWSDLInterfaceContract > (Java2WSDLHelper.java:80) > at org.apache.tuscany.sca.binding.ws.axis2.Axis2ServiceBindingProvider > .<init>(Axis2ServiceBindingProvider.java:50) > at > > org.apache.tuscany.sca.binding.ws.axis2.Axis2BindingProviderFactory.createServiceBindingProvider > (Axis2BindingProviderFactory.java:57) > at > > org.apache.tuscany.sca.binding.ws.axis2.Axis2BindingProviderFactory.createServiceBindingProvider > (Axis2BindingProviderFactory.java:40) > at > > org.apache.tuscany.sca.provider.DefaultProviderFactoryExtensionPoint$LazyBindingProviderFactory.createServiceBindingProvider > (DefaultProviderFactoryExtensionPoint.java:194) > at > > org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.addServiceBindingProvider > (CompositeActivatorImpl.java:368) > at org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.activate( > CompositeActivatorImpl.java:601) > at org.apache.tuscany.sca.core.assembly.CompositeActivatorImpl.activate( > CompositeActivatorImpl.java:642) > at org.apache.tuscany.sca.host.embedded.impl.DefaultSCADomain.<init>( > DefaultSCADomain.java:170) > at org.apache.tuscany.sca.host.embedded.SCADomain.createNewInstance( > SCADomain.java:230) > at org.apache.tuscany.sca.host.embedded.SCADomain.newInstance( > SCADomain.java:82) > at org.apache.tuscany.sca.host.webapp.SCADomainHelper.initSCADomain( > SCADomainHelper.java:63) > at > > org.apache.tuscany.sca.host.webapp.TuscanyContextListener.contextInitialized > (TuscanyContextListener.java:37) > at com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServletContextCreated( > WebApp.java:605) > at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish( > WebApp.java:265) > at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:271) > at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication( > WebGroup.java:88) > at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication( > VirtualHost.java > :157) > at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:653) > at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication( > WebContainer.java:606) > at com.ibm.ws.webcontainer.component.WebContainerImpl.install( > WebContainerImpl.java:333) > at com.ibm.ws.webcontainer.component.WebContainerImpl.start( > WebContainerImpl.java:549) > at com.ibm.ws.runtime.component.ApplicationMgrImpl.start( > ApplicationMgrImpl.java:1295) > at > > com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart > (DeployedApplicationImpl.java:1129) > at com.ibm.ws.runtime.component.DeployedModuleImpl.start( > DeployedModuleImpl.java:567) > at com.ibm.ws.runtime.component.DeployedApplicationImpl.start( > DeployedApplicationImpl.java:814) > at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication( > ApplicationMgrImpl.java:948) > at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run( > ApplicationMgrImpl.java:2114) > at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run( > WsComponentImpl.java:340) > at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498) > > > -- > Thanks in advance > > Nishant Joshi >
