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,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169862#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...