0 Replies Latest reply on May 23, 2003 11:17 AM by akrishna

    Stored procedures/transactions/ejb

    akrishna

      I have a EJB design question. I have some stored procedures that manage the transactions. There is a entity ejb that calls the stored procedures in the application.

      What is the correct way to manage transactions? (bmp with no UserTransaction begin/commit ???)

      Thanks.