[jboss-user] [Advanced Documentation] - Re: JBoss Closing connection

PeterJ do-not-reply at jboss.com
Sun May 17 17:03:13 EDT 2009


Given that the default max connection count for a data source is 20, I would guess that you are using a new connection for each record. Your code should, instead, get only one connection and use it for all of the records.

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

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



More information about the jboss-user mailing list