I don't think it is my db queries. All of them are really short and quick.
In my servlet, when a request comes in, I start a JTA transaction, do all the servlet
work, then either commit or rollback the JTA transaction. When I do the commit or
rollback, that should close the DB connection and return it to the pool? Right?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035343#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...