We didn't get any help from the JBoss people. We did create our own connectionProvider to return the connections. We used ThreadLocal variables to set database session information as each connection was retreived. That meant that we had to use "after_statement" release_mode in hibernate, which is not what we wanted to do. It would be more efficient to use "after_transaction" or on_close", but this is not possible because of the auto_commit issue...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912900#3912900 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912900 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
