1 Reply Latest reply on Aug 2, 2003 6:20 AM by juhalindfors

    Transaction already active, cannot nest transactions

    rpatterson

      Hi, I'm fairly new to using JBoss. I'm running version 3.2 and am experiencing a problem that hopefully someone can help me understand.

      I'm using CMT and it seems that when an error occurs at the database level, and a "context.setRollbackOnly()" command is issued. The next attempt at accessing the database through any deployed application on JBoss results in a
      javax.transaction.NotSupportedException: Transaction already active, cannot nest transactions.

      What do I have to do to make the transaction become available again?

      Is this a JBoss config error?

      Thanks,
      Rob