You are not closing your connection objects with the close method after using them. Make
sure to close them by doing so you return them to the pool for their reuse, other wise you
will hit the max connection limit set on the data source and get the error message you
have described.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982130#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...