[jbpm-commits] JBoss JBPM SVN: r6868 - jbpm3/branches/jbpm-3.2-soa/soa-distribution/post-patch.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 15 06:03:13 EST 2010


Author: jcoleman at redhat.com
Date: 2010-12-15 06:03:13 -0500 (Wed, 15 Dec 2010)
New Revision: 6868

Modified:
   jbpm3/branches/jbpm-3.2-soa/soa-distribution/post-patch/overlay_hibernate_conf.xml
Log:
SOA-2656
We no longer need to add the hibernate.current_session_context_class in the
platform patch.


Modified: jbpm3/branches/jbpm-3.2-soa/soa-distribution/post-patch/overlay_hibernate_conf.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/soa-distribution/post-patch/overlay_hibernate_conf.xml	2010-12-14 06:07:50 UTC (rev 6867)
+++ jbpm3/branches/jbpm-3.2-soa/soa-distribution/post-patch/overlay_hibernate_conf.xml	2010-12-15 11:03:13 UTC (rev 6868)
@@ -27,8 +27,7 @@
 		<replace file="${module_base_dir}/target/work/jbpm-installed/config/hibernate.cfg.xml">
             <replacetoken><![CDATA[JTA transaction properties (begin) ===]]></replacetoken>
             <replacevalue><![CDATA[JTA transaction properties (begin) -->
-    <property name="jta.UserTransaction">UserTransaction</property>
-    <property name="hibernate.current_session_context_class">jta</property>]]></replacevalue>
+    <property name="jta.UserTransaction">UserTransaction</property>]]></replacevalue>
 		</replace>
 
 </target>



More information about the jbpm-commits mailing list