0 Replies Latest reply on May 28, 2009 2:28 AM by aroeder

    Axis-1.4/Metro-3.0.5 conflict

    aroeder

      I tried to deploy an older WebService of us developed in Axis-1.4. I keep getting these exceptions:


      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?