5 Replies Latest reply on Mar 3, 2005 7:17 AM by subhadeep_ghosh

    Transaction problem in EJB

    subhadeep_ghosh



      Hi,

      Lets say , I have an EJB with

      methodA()
      1) Does some arithmetic operations
      2) Invokes methodB()

      methodB()
      1) updates in the Database

      Now the transaction attribute of methodB() is Required

      What should be the transaction attribute of methodA() ??

      TIA,
      Subhadeep.