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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...