[gatein-commits] gatein SVN: r7160 - epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 16 12:15:19 EDT 2011


Author: theute
Date: 2011-08-16 12:15:19 -0400 (Tue, 16 Aug 2011)
New Revision: 7160

Modified:
   epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
Log:
JBEPP-1077
Use local-tx-datasource

Modified: epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
===================================================================
--- epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml	2011-08-16 14:52:03 UTC (rev 7159)
+++ epp/portal/branches/EPP_5_2_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml	2011-08-16 16:15:19 UTC (rev 7160)
@@ -89,6 +89,17 @@
       </value-param>
     </init-params>
   </component>
+
+  <component>
+    <key>org.exoplatform.services.jdbc.DataSourceProvider</key>
+    <type>org.exoplatform.services.jdbc.impl.DataSourceProviderImpl</type>
+    <init-params>
+      <value-param>
+        <name>always-managed</name>
+        <value>true</value>
+      </value-param>
+    </init-params>
+  </component>
 	
   <external-component-plugins>
  		<target-component>org.exoplatform.services.jcr.RepositoryService</target-component>



More information about the gatein-commits mailing list