0 Replies Latest reply on Feb 19, 2008 5:49 AM by smhx

    how can i make two (DAO) method in the same transaction

    smhx

      my english is not well,sorry.
      i want to know how to config two method call in one method and the two method in the same transaction.
      for example:
      the project use seam and  hibernate(not include jpa)
      Page view -- Action -- Service -- Dao
      in the service method sometimes call two Dao  method, but each dao method have native transaction, how can i nake the two dao method called in the service method in the same the transaction.