[jboss-user] [EJB 3.0] - Re: EJB3StandaloneBootstrap.shutdown() method hanging

andy.miller@jboss.com do-not-reply at jboss.com
Fri Sep 15 15:27:44 EDT 2006


I finally found the problem.  The key was the exception was happening from the JCAPoolFiller.  It turns out that in my embedded-jboss-beans.xml file, where I defined my MySQL datasource, I specified a minimum pool size of one.

I needed to change the minimum pool size to zero, to allow the microcontainer to exit cleanly.

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

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



More information about the jboss-user mailing list