if you don't want to deploy your resource-archive system wide outside your ear.app you have to reference it in the geronimo-application.xml or Application-scoped
Inside your EAR in the META-INF/geronimo-application.xml But why not just reference module org.apache.geronimo.configs/activemq-ra/3.0.1/car in your config.xml file frank 2014-02-20 16:43 GMT+01:00 Genc, Ömer <oemer.g...@iais.fraunhofer.de>: > Hey there, > > > > Is there a way to access classes which are inside of a rar module? > > Here is the structure of the ear, when deployed to Geronimo: > > Ear > > ----ActiveMQ.rar > > -------- activemqXXX*.jar > > -------- activemqYYY*.jar > > -------- .... > > ----MyEjb.jar > > ----MyWeb.war > > > > I would like to access the classes in the rar module from within the > MyEjb.jar. > > Can anyone tell me how to do this? > > > > Cheers, >