0 Replies Latest reply on Nov 26, 2008 7:21 AM by eskape

    How to share classloader between deployed .ear and .ejb?

    eskape

      Hello!

      The situation is like this:
      1) jboss/server/default/deploy/app.ear
      2) jboss/server/default/deploy/client.jar

      client.jar contains test suite and should be able to access @Local interfaces from app.ear without any stubs. Is it possible to achieve this goal WITHOUT adding client.jar to app.ear?