1 Reply Latest reply on Apr 7, 2006 11:50 AM by silviu.marcu

    classloaders for EJB & Web

      I am using axis for webservice client in EJB application,
      Another web application uses the EJB application. In the web application I also
      use axis.

      It seems that there is a problem with this,
      If I remove the axis jars from Web App, the ejb app works fine,
      If ai add the jars back to web app, the ejb axis client crashes (SOME class cast exception)

      Also I have another Web app that is not related to the EJB app and the usage of axis does not affect the ejb app.

      How can I avoid this sittuation?

      thanks