Hi Jose, javax.wsdl.Definition.getAllPortTypes() is a method which is present in the jar file wsdl4j-1.6.2.jar which comes with tuscany. Just have a look if you the same version jar . In case you do have , verify whether any other jar file has the same class javax.wsdl.Definition which overrides the one given by tuscany.
that should solve the problem Regards, Sandeep Jose Miguel Alcaraz <[EMAIL PROTECTED]> wrote on 04/10/2008 01:54:54 PM: > Hi, I have the same error produced by tuscany and I would like to > now how do you resolve it? > > > > > > Subject > > > > Re: Tuscany Runtime Error. > > > > I see some errors but culdnt figure out, its failing in some tuscany > class > > > > The log : > > > > Mar 24, 2008 4:07:21 PM org.apache.catalina.core.StandardContext > filterStart > > SEVERE: Exception starting filter tuscany > > java.lang.NoSuchMethodError: javax.wsdl.Definition.getAllPortTypes() > > Ljava/util/Map; > > at org.apache.tuscany.sca.interfacedef.wsdl.java2wsdl. > > > Java2WSDLHelper.processNoArgAndVoidReturnMethods(Java2WSDLHelper.java:334) > > at org.apache.tuscany.sca.interfacedef.wsdl.java2wsdl. > > Java2WSDLHelper.createDefinition(Java2WSDLHelper.java:301) > > at org.apache.tuscany.sca.interfacedef.wsdl.java2wsdl. > > Java2WSDLHelper.createWSDLInterfaceContract(Java2WSDLHelper.java:127) > > at org.apache.tuscany.sca.binding.ws.axis2. > > Axis2ServiceBindingProvider.<init>(Axis2ServiceBindingProvider.java:56) > > 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. > > ForwardSourceID:NT0000ADC6 =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
