1 Reply Latest reply on Aug 25, 2002 6:28 PM by juha

    Transactions timeout definition

    amipian

      I need to define a longer transaction timeout for one of my EJBs. My guess was that there is a special attribute for it in the deployment descriptor of the ejb, but i couldnt find such.

      so, how can i make ask for a longer timeout just for one EJB?

      thanks

        • 1. Re: Transactions timeout definition

          currently you can't set the tx timeout per bean, you need to config the tx manager timeout setting and that will affect all beans in that server instance. You can change this in your conf directory jboss-service.xml (3.x)

          -- Juha