2 Replies Latest reply on Nov 18, 2004 12:41 PM by acervi_01

    deploying axis 1.2 client to jboss 3.2.3

    acervi_01

      I have used axis 1.2 to build a client library that accesses the mappoint.net web service. I've built a bean that uses this library to retrieve data from that web service. A jsp page running on a different server than jboss creates this bean and calls one of the methods. I've copied all of the required axis jars to %JBOSS_HOME%/server/default/lib.

      I get the following error:
      javax.servlet.ServletException: RemoteException occurred in server thread; nested exception is:
      java.rmi.ServerError: Unexpected Error; nested exception is:
      java.lang.NoClassDefFoundError: org/apache/axis/encoding/Deserializer

      can someone please explain why this is happening? i've tested this thing standalone but as soon as i try to call it from the jsp it doesn't work.

      a zillion thank you's if you can help ;o)
      thanks.