I'm working on a stateless session bean, call it ExampleBean, and I want to 
start up instances of it before it's used, i.e. start the app with one or more 
instances in the pool. The reason I want this is because the startup time is 
rather lengthy, and I want this startup time out of the way before the users 
need it. 

It occurs to me that what I really want is to create one or more instances of 
ExampleBean just after the EAR is deployed (call it ExampleEJB.ear). Would I 
create an MBean to do this, or is there some config file or deployment 
descriptor I need to look at? 

Thanks,
John


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

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


-------------------------------------------------------
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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to