0 Replies Latest reply on Jun 12, 2006 6:13 PM by mtuckah

    Sharing Classes Between EARS

      Hello,

      I'm running JBoss AS 4.0.4GA with the default EAR classloading scheme (isolated = false). From what I've read, I was under the impression that this would allow me to share classes between EAR deployments.

      I have two EARS, deployed side by side:

      deploy
      -- app1.ear
      ...|--app1.jar
      -- app2.ear

      App2 needs access to classes defined in app1.jar. However, this deployment always gives me NoClassDefFound exceptions. Can anyone tell me what I'm doing wrong? Thanks.