0 Replies Latest reply on Apr 30, 2006 12:42 AM by sajid2045

    Transaction Doubt

    sajid2045

      Suppose I have a business method like this---

      x()
      {
      //do some modification of this bean

      //look up a home and call a home method which does some modifications of other beans

      //do some other modification of this bean
      }

      Now if transaction attribute of x is marked Required, What will be the transaction attribute of the home method called. How can I define the transaction attribute of home methods?? and What will be the transaction attribute of ejbSelect && ejbFind methods? How do I define these attributes?

      regards,
      Sajid