0 Replies Latest reply on Feb 3, 2005 3:53 AM by klusi

    EJB Deployment question

    klusi

      Hello,

      I have two different EAR-packages deployed to the same JBoss-3.2.2 server. Each EAR has an isolated loader repository for class loading. I have configured this because we had several problems of applications disturbing each other with the unified class loader.

      Now, Some EJBs from EAR-file 1 are using EJBs from EAR-file 2. This is now causing problems because if I deploy EAR-file 1, I get error messages that the interface classes of EAR-file 2 cannot be found.

      Is there a way to configure my deployment correctly?

      Best regards

      Thorsten Klusemann