You are unlikely to get much help for that version of JBoss, very few people use it anymore. We at JBoss still support it for paying customers only.
If you read the code: http://cvs.sourceforge.net/viewcvs.py/jboss/jbosspool/src/main/org/jboss/pool/jdbc/xa/Attic/XAConnectionFactory.java?annotate=1.2.2.8 You will see it is warning you that you are trying to close an XAConnection but the connection was never (or is no longer) enlisted in a transaction. Probably because there is no active transaction? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862797#3862797 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862797 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
