Hi, 

My Application folder structure is something like as below:

myapplication.sar
--- myapplication.jar
--- META-INF
------ jboss-service.xml
--- myapplication.war 
------ classes
------ WEB-INF


My web application uses the MBeans(which are in myapplication.sar) when it get 
started. Means my application is depend on MBeans and it is using mbeans when 
it get started(I am having an InitServlet, which uses Mbean)

Now the issue is my application get loaded/started before my mbeans are 
loaded/started. and I am not able to get the referece of mbeans as they are not 
yet loaded.

So, How can I make my application dependent on my mbeans so mbeans always gets 
loaded before my application start.

Please help me.

Thanks & Regards
Umesh





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878696#3878696

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878696


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to