TransactionRolledBackException
Hello can somebody help me, I dont know why I get this transaction rolled back exception. It occurs when I attempt to update a field. I have searched on google for such an error, I noticed its a common problem, but I cant find a soultion.
org.jboss.tm.JBossTransactionRolledbackException: null; nested exception is:
[java] org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=lid32.rhythm.com//2693, BranchQual=] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.ejb.EJBException: env not bound); - nested throwable: (org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl [FormatId=257, GlobalId=lid32.rhythm.com//2693, BranchQual=] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.ejb.EJBException: env not bound))
Related Lin

