0 Replies Latest reply on Aug 11, 2008 8:46 AM by vanyatka

    Can EJB3 Transaction span several jBPM Nodes?

    vanyatka

      Hi,

      I'm using jBPM process definition with Seam backed by EJB3 SLSBs as Action Handlers. Each node in my process calls a method in SLSB.

      How can I make transaction demarcation so that EJB3 Transaction span several Nodes, i.e. last more than one EJB3 method? Currently, the transaction finishes as soon as SLSB finishes which is a typical facade behavior. Can use BMT somehow here?

      Thanks,