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

[849 byte] By [princa] at [2007-11-26 18:16:56]
# 1
u mite have set auto commit to true...
mshanua at 2007-7-9 5:50:31 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Where do I set auto commit to false
princa at 2007-7-9 5:50:31 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
You have a "env not bound" in the end.Take a look at your EJB's ref's.
ivan.aguirre.bra at 2007-7-9 5:50:31 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...