1 Reply Latest reply on Jun 20, 2006 5:18 AM by nigelwhite

    Accessing <module>s from application.xml

    nigelwhite

      I'm wondering how I can get access to the modules specified in my application.xml descriptor.

      I have for example,

      <module>
       <ejb id="persistence.jar">persistence.jar</ejb>
       </module>
      


      How can I access that jar as a resource in a standard way? Is it on the classpath of any ClassLoader that I can access?