anonymous wrote : Looking back at my post I didn't say that I put code in my constructors. I'm not sure what you're saying??
anonymous wrote : Is there any way to tell JBoss to call newInstance() on my MDB's as soon as they are deployed? That is where I am getting that you have code in the constructor, newInstance is just calling the constructor nothing else - calling setMessageDrivenContext and calling ejbCreate are additional steps that occur any time later before the bean is first used. The EJB pools do not have a mechanism to fill to the minimum, the value specified is used by JBoss to prevent the instances from being removed and taking the number in the pool below the minimum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859599#3859599 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859599 ------------------------------------------------------- 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
