2 Replies Latest reply on Oct 24, 2011 10:44 AM by rkite01

    Visibility of jars across multiple ear files JBoss 7.0.2

    rkite01

        In my application I have 1 businees logic ear file which also includes some common code jars.  My wars are in separate ear files which access the businesslogic ear through session beans (3 - tier).   I have a commonUtilities.jar file that I want all of the web applications to have visibility to with out having to include the jar file in the each ear.  This worked well in older version of JBoss. Just by deploying the business logic ear the common code jars were automatically visible to client wars and ears.

       

        Is there a way to make my commonUtilities.jar files available to other web ears dynamically like in previous versions of JBoss?  Can a ear file create a module at run time?

       

      Thanks