I have a main flow that is annotated with


Code:
<persistence-context/>

From there I call a subflow which may update some objects, then return to the main flow .

At the end of the main flow there is a commit.

Should any subflows also have the <persistence-context/> tag in their flow definitions, or should that only be declared once in the parent flow?