0 Replies Latest reply on Jan 29, 2003 7:44 AM by amipian

    Transactions - behavior/usage

    amipian

      we use in our client-server application JBoss1.3, stateless session beans (CMT Beans).
      several questions:

      1) How/Where can I define a variable that will be known anywhere along the transaction?
      2) Does a transaction that calls several times to a same EJB necessarily gets the same instance of it from the ejbsPool?
      3) How can I define a separate TimeOut value then defined in the jboss-service.xml to a particular EJB (or transaction) in CMT beans?

      thanks