2 Replies Latest reply on Nov 3, 2013 11:42 PM by jaikiran

    Single classloader for myApplication.ear

    shelvadi

      Hi,

       

      I am trying to migrate our application from jboss 4.x to jboss 6.1.0.

       

      Our application has 1 ear which bundles 95 java archives involving both EJB-jar and .war. It is a legacy application and EJB jars directly invoke other EJB jars in many causes.

       

      I understand  the each resource inside ear will load inside its own classloader, how can I have a single classloader which loads all the modules inside our myApplication.ear so that all the jar\war are visible and accessible to each other within the scope of myApplication.ear

       

      I went through - https://community.jboss.org/thread/232375    however, our project is too huge to repackage.