I have a problem that clients can access jboss and my application before server 
is really running and my application is fully deployd.

I deploy whole application in one ear file. Ear contains 15 ejbs, 2 mbeans and 
7 JMS topics and queues (sar files are inside ear). Just after my message 
driven beans and JMS topics are deployd clients can send messages to beans. 
Even if the whole ear is not deployd yet. This is not working in my application 
because mbeans are not started yet. Mbeans are used as a cache for certain 
things and application cannot work withot those.

Is there any way to prevent all client access before server is fully runnig? 
Ordering deployment would be some kind of solution but I think it is not 
possible to define deployment order without using Prefix based 
deploymentscanner. 

I am using Jboss 3.2.5


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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to