1 Reply Latest reply on Nov 19, 2004 6:33 PM by juha

    TransactionRollback

    fire

      I´ve got 2 CMP-EntityBeans with a simple CMR.
      Im using them with many Clients over jnp and the RemoteInterface of a SessionBean.
      Transactions are set to required and Transaction Isolation Level is set to READ_COMMITED.
      The Problem is, that some Clients get a TransactionRollbackException, because an other Client hast deleted an requested Entity.
      In a Transaction this shoudn´t occur!!
      Can anyone help me??