I think my previous suggestion did not apply.

It seems like you are retrieving more connection from the connection pool
than returning to it. When the server runs out of connections, it will hang
until
connections become available again. After you are done with the connection
that have retrieved from the connection pool, you must return it to the
pool by calling connection.close().

Thomas Kirsch


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to