Author: jcoleman(a)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>
Show replies by date