1 Reply Latest reply on May 21, 2013 2:18 AM by sfcoy

    Jboss 7.2.0 Final (EAP 6.1.0.alpha) - Applications in EAR1 to lookup libraries in EAR2

    georgesg

      Am in the process of migrating ejb2.1 and web applications from JBOSS4.3.GA to JBOSS EAP 6.1.0.alpha.

       

       

      For sharing the EAR1/lib and jars in the EAR1 within the applications present in EAR1, i made the following configuration in standalone-full.xml

       

      <ear-subdeployments-isolated>false</ear-subdeployments-isolated>

       

      Similary, If i want to openup the EAR1/Lib to the applications deployed under another ear EAR2 deployed in the same jboss instance, is there any configuration settings ? Is it feasible in JBOSS 7 ?