2 Replies Latest reply on Aug 3, 2004 4:59 PM by claude.glauser

    Can a simple EJB (no app server) client start transactions?

    claude.glauser

      Hi,

      we intend to call an ejb (version 2.0) from a stored procedure (java).
      Here in pseudocode:

      SQL statement 1
      SQL statement 2
      call to EJB session bean
      SQL statement 3

      If SQL statement 3 fails, will all the ejb stuff (made by the session bean) roll back also?
      How can I demarcate transactions in a simple EJB client?

      Any hints are appreciated.