0 Replies Latest reply on Feb 23, 2002 10:02 AM by jaysdelhi

    Transaction not getting Rolledback in case of Exception

    jaysdelhi

      I am using Evaluation version of Cocobase3.1 with
      Jboss2.4.4

      I have written a session bean in which i am using
      cocobase generated entity beans to create records in
      database. The ejbCreate method of one of the entity
      bean throws a RemoteException but the transaction is
      not rolled back completely.
      It is a known fact that if there is any System
      exception such as RemoteException then the transaction
      should be rolled back.
      The trans-attribute is 'Required' for all the entity
      beans and the session beans.
      Could you please throw light on this as to why the
      transaction is not rolledback.
      Thanks
      jays