0 Replies Latest reply on Jun 28, 2002 7:59 AM by tito

    can't accept transaction class

    tito

      It's my first time in this forum :) I have a problem in my project.
      When i put a UserTransaction class in my entity bean, there is always an error message during deployment that tell me it is not allowed to accept transaction (RollBackException).
      This is the code snippet in the entity bean : UserTransaction trans = ctx.getUserTransaction();
      (ctx is from class EntityContext)
      So how can I solve this problem ? thank you for the replies.