2 Replies Latest reply on Jan 29, 2009 9:30 AM by ramboid

    Transaction timeout

    ramboid

      If I add a global transaction timeout in the jboss config files and another in an annotation in an EJB, which transaction timeout takes effect? I ahve an EJB3 that is calling a third party EJB 2.0. The EJB2.0 inserts data in the database and the process make take several minutes (the EJB is updating master tables). Hence I increased the transaction timeout in the JBoss 5.0 config file but it would probaby be more convenient to control the transaction timeout just for the EJB.