Re: Access class from deployed rar module

2014-03-15 Thread Ivan
26. Februar 2014 18:17 > *An:* user@geronimo.apache.org > *Betreff:* Re: Access class from deployed rar module > > > > 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 >

AW: Access class from deployed rar module

2014-02-27 Thread Genc , Ömer
: Mittwoch, 26. Februar 2014 18:17 An: user@geronimo.apache.org Betreff: Re: Access class from deployed rar module 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

Re: Access class from deployed rar module

2014-02-26 Thread frank pientka
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.

Access class from deployed rar module

2014-02-20 Thread Genc , Ömer
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 r