[JBossWS-Metro] - Axis-1.4/Metro-3.0.5 conflict
by aroeder
I tried to deploy an older WebService of us developed in Axis-1.4. I keep getting these exceptions:
anonymous wrote :
| javax.xml.ws.WebServiceException: Failed to build METRO runtime model
| Caused by:
| java.lang.IllegalArgumentException: class de.gzs.edoks.dmsconnector.server.soap.MessageHandler has neither @WebSerivce nor @WebServiceProvider annotation
| at com.sun.xml.ws.server.EndpointFactory.verifyImplementorClass(EndpointFactory.java:287)
| at org.jboss.wsf.stack.metro.DeploymentDescriptorParserExt.parseAdapters(DeploymentDescriptorParserExt.java:266)
Since the WebService is written in Axis-1.4 it has just a simple:
| public void invoke () throws RemoteException
|
and no annotations.
Does someone know a solution how to deploy Axis-1.4/Metro-3.0.5 WebServices together on the same JBoss?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233789#4233789
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233789
15 years, 7 months