I have several modules in my EAR file.
I'm wondering how I can get access to the modules specified in my application.xml descriptor.
I have for example,
[code]
<module>
<
ejb id="persistence.jar">persistence.jar</ejb>
</module>
[code]
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?