I try to get an application running in websphere 6.1. The application has axis2 1.4.1 embedded. I set the classloader to "parent last" to make sure the application loads its classes first.

When I go to http://localhost:9080/myapp/services/listServices it tells me that there are faulty services. When clicking on the link (shwing the full path to the faulty aar) I get the following stack trace:

Error: java.lang.NoSuchMethodError: javax/wsdl/PortType.getExtensionAttributes()Ljava/util/Map; at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populatePortType(WSDL11ToAxisServiceBuilder.java:572) at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateEndpoints(WSDL11ToAxisServiceBuilder.java:469) at org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateService(WSDL11ToAxisServiceBuilder.java:363) at org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.populateAllServices(WSDL11ToAllAxisServicesBuilder.java:107) at ...

An interesting fact is, deploying the standalone axis2.war works like a charm. Any idea what I can try to get it working?

Cheers,
Alex

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to