0 Replies Latest reply on Sep 21, 2001 5:11 AM by maouche

    UserTransaction probleme (config ? )

    maouche

      I am using UserTransaction in a non EJBCient which interacts with an BMP
      bean.
      when I make ut.commit() or ut.rollback() all seems OK but the result is the
      same: all the operations are commited.

      my BMP bean uses Required attribute for all methods.

      Is there any specefic config to do in JBOSS in order to manage UserTransaction ?