0 Replies Latest reply on Feb 27, 2003 7:21 PM by asafy

    javax.ejb.TransactionRolledbackLocalException

    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,