Using jboss-4.0.0 with built-in hibernate: My app runs ok for awhile, but then crashes with this message:
net.sf.hibernate.TransactionException: could not register synchronization with JTA TransactionManager .... 11:38:08,353 INFO [STDOUT 140] Caused by: javax.transaction.RollbackException: Already marked for rollback TransactionImpl:XidImpl[FormatId=257, GlobalId=ESHORTXPDT/29, BranchQual=, localId=29] 11:38:08,373 INFO [STDOUT 140] at org.jboss.tm.TransactionImpl.registerSynchronization(TransactionImpl.java:602) 11:38:08,373 INFO [STDOUT 140] at net.sf.hibernate.impl.SessionImpl.connect(SessionImpl.java:3315) 11:38:08,383 INFO [STDOUT 140] ... 62 more However, there are absolutely no rollbacks being called (I am running a single mbean method that makes MANY hibernate read-only calls with no rollbacks). The method runs the same query over and over and closes the session after each. Any ideas why I might be getting this? Emily View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854526#3854526 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854526 ------------------------------------------------------- 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
