I think I have found a fix. After looking through the source, I noticed another way to avoid that call was if isTrackByTx() is true.
So I added: <track-connection-by-tx>true</track-connection-by-tx> to my mssql-xa-ds.xml file. And, it appears to have addressed the issue. >From reading the docs, the only thing I can gather this does is hand control of >returning connections back to the pool over to the app server. And that the app >server will do this after the transaction is completed. Is there anything else I should be aware of with this setting? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853815#3853815 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853815 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
