[jbossws-dev] [Design of JBoss Web Services] - Re: org.jboss.util.NestedSQLException: No ManagedConnections

gudmundsonsc do-not-reply at jboss.com
Tue Oct 31 11:22:00 EST 2006


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#3982130

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



More information about the jbossws-dev mailing list