Found some progress in the problem. Actually, my code which handles the transaction also makes a statement caching. And here the connection object is checked whether it has executed a set of statements and if not then the same connection is getting assigned again for the second time.
And here the handle which is getting returned has been closed by the jboss. Now i have made the no. of statements to get executed to 0. So now everytime a connection is required the transaction handler is gettign me a new connection. Now the question would be: can i make statement caching on a connection, if so how? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850082#3850082 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850082 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
