3 Replies Latest reply on Sep 21, 2019 7:48 AM by jaikiran

    Equivalent of ear-subdeployments-isolated true/false

    kennardconsulting

      Hi there,

       

      I have an EAR containing multiple EJB JARs and WARs. It deploys fine with <ear-subdeployments-isolated>false</ear-subdeployments-isolated> (the WildFly default) in jboss-deployment-structure.xml. To improve security I want to change ear-subdeployments-isolated to true.

       

      Of course this breaks deployment.

       

      So I go through all my EJB JARs and add Dependencies to the other EJB JARs in their MANIFEST.MF. But it still doesn't deploy.

       

      What steps should I take (dependencies to add, configs to change etc) to make the true version the equivalent of the false version?