1 Reply Latest reply on Mar 6, 2003 8:26 AM by davidjencks

    TransactionRollbackException

    asafy

      Hi,
      I receive the following exception:


      javax.ejb.TransactionRolledbackLocalException: reconnect(ConnectionRecord cr) called with a non null ManagedConnection that was not killed!; CausedByException is:

      reconnect(ConnectionRecord cr) called with a non null ManagedConnection that was not killed!

      at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:224)

      at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:178)

      at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:60)

      at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:130)

      at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:204)

      at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:493)

      at org.jboss.ejb.plugins.local.BaseLocalContainerInvoker.invoke(BaseLocalContainerInvoker.java:301)

      at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:38)

      at $Proxy993.getData(Unknown Source)


      This exception occurs with no visible reason.
      We are using Jboss 3.0.4 with tomcat.
      We use CMPs and StatelessSession beans

      did anyone see this error before ???

      Thanks,

        • 1. Re: TransactionRollbackException
          davidjencks

          Please check with the cvs version of jboss. People have seen this error in the past, but I don't remember the cause.

          Do any of your ejbs redefine equals/hashcode?

          If it's still a problem with cvs jboss, please supply a small reproducible example or test case.