Xfire 1.2.4 problem on weblogic 9.2
-----------------------------------
Key: XFIRE-891
URL: http://jira.codehaus.org/browse/XFIRE-891
Project: XFire
Issue Type: Bug
Components: Annotations
Affects Versions: 1.2.4
Environment: Weblogic 9.2
Reporter: Morten Wilken
Assigned To: Dan Diephouse
When using annotations i get the following exception when run in WebLogic 9.2:
java.lang.NoSuchMethodError: portName
at
org.codehaus.xfire.annotations.jsr181.Jsr181WebAnnotations.getWebServiceAnnotation(Jsr181WebAnnotations.java:55)
at
org.codehaus.xfire.annotations.AnnotationServiceFactory.create(AnnotationServiceFactory.java:173)
at
org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:356)
at
org.codehaus.xfire.service.binding.ObjectServiceFactory.create(ObjectServiceFactory.java:337)
at
org.codehaus.xfire.spring.remoting.Jsr181HandlerMapping.processBeans(Jsr181HandlerMapping.java:108)
The problem is that WebLogic has an older javax.jws.WebService class which does
not contain the method portName.
The only workaround i have found is to use EXT_PRE_CLASSPATH to add the
xfire-jsr181-api-1.0-M1.jar to the front of the weblogic classpath.
The problem seems to have been introduced since XFire 1.2.3.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email