hi i am trying to use jta in container managed application ,
so is it that JTA closes the database connection itself and we don't need to close the database connection explicitly..
if so in my application i am using stateless session bean and persistence
unit with transaction type JTA
however i am facing problem of connection not available ... all the connection in the pool gets occupied and database throws exception telling maximum connection size reached....
i am wondering what is the problem....
if any one can help...any help would be appreciable
this is important to me..
thankyou
brajen