Author: jbarrez
Date: 2009-07-10 05:55:03 -0400 (Fri, 10 Jul 2009)
New Revision: 5283
Modified:
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch16-SpringIntegration.xml
Log:
Added additonal line to spring doc to clarify
Modified:
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch16-SpringIntegration.xml
===================================================================
---
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch16-SpringIntegration.xml 2009-07-10
09:17:55 UTC (rev 5282)
+++
jbpm4/trunk/modules/devguide/src/main/docbook/en/modules/ch16-SpringIntegration.xml 2009-07-10
09:55:03 UTC (rev 5283)
@@ -37,6 +37,8 @@
<para>
Replace the standard-transaction-interceptor with the
spring-transaction-interceptor. The hibernate session needs the attribute
current=”true”.
+ Also, the <transaction/> must be removed from the
transaction-context if you want the
+ transactions to be handled by Spring only.
This forces jBPM to search for the current session,
which will be provided by Spring.
<programlisting>