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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
