0 Replies Latest reply on Nov 15, 2004 5:38 AM by sirlinux

    Accessing ejbs in isolated ears from within axis-webapp

    sirlinux

      Hello,

      I have deployed an EJB session bean on jboss 3.2.6. The session bean acts as a client for a webservice and therefore I had to activate "Isolation with Overriding" for the axis libraries, because they interfere with the standard libaries from jboss.

      Now I'd like to publish this session bean with axis. But the axis webapp complaints about not finding the Remote-Interface of the bean, because it is isolated (ClassNotFoundException).

      Is there a way to activate overriding but deactivate isolation, so that axis can access the remote interface? Or does somebody know a workaround for this problem? It might be possible to deploy a small module just with the remote interface.