[exo-jcr-commits] exo-jcr SVN: r1402 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/test/resources/conf/standalone.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 15 05:17:28 EST 2010


Author: dkatayev
Date: 2010-01-15 05:17:28 -0500 (Fri, 15 Jan 2010)
New Revision: 1402

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/test/resources/conf/standalone/test-configuration.xml
Log:
EXOJCR-401 Transaction service changed to arjuna

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/test/resources/conf/standalone/test-configuration.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/test/resources/conf/standalone/test-configuration.xml	2010-01-15 09:39:48 UTC (rev 1401)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/test/resources/conf/standalone/test-configuration.xml	2010-01-15 10:17:28 UTC (rev 1402)
@@ -1,24 +1,13 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
+   <!--
 
-    Copyright (C) 2009 eXo Platform SAS.
-
-    This is free software; you can redistribute it and/or modify it
-    under the terms of the GNU Lesser General Public License as
-    published by the Free Software Foundation; either version 2.1 of
-    the License, or (at your option) any later version.
-
-    This software is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this software; if not, write to the Free
-    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-    02110-1301 USA, or see the FSF site: http://www.fsf.org.
-
--->
+      Copyright (C) 2009 eXo Platform SAS. This is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
+      License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This software is
+      distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+      PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with
+      this software; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+      http://www.fsf.org.
+   -->
 <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd http://www.exoplaform.org/xml/ns/kernel_1_0.xsd"
    xmlns="http://www.exoplaform.org/xml/ns/kernel_1_0.xsd">
    <component>
@@ -131,13 +120,29 @@
       <type>org.exoplatform.services.jcr.impl.ext.action.SessionActionCatalog</type>
    </component>
 
+   <!--   <component>-->
+   <!--      <key>org.exoplatform.services.transaction.TransactionService</key>-->
+   <!--      <type>org.exoplatform.services.transaction.impl.jotm.TransactionServiceJotmImpl</type>-->
+   <!--      <init-params>-->
+   <!--         <value-param>-->
+   <!--            <name>timeout</name>-->
+   <!--            <value>5</value>-->
+   <!--         </value-param>-->
+   <!--      </init-params>-->
+   <!--   </component>-->
+
    <component>
+      <key>org.jboss.cache.transaction.TransactionManagerLookup</key>
+      <type>org.jboss.cache.transaction.JBossStandaloneJTAManagerLookup</type>
+   </component>
+
+   <component>
       <key>org.exoplatform.services.transaction.TransactionService</key>
-      <type>org.exoplatform.services.transaction.impl.jotm.TransactionServiceJotmImpl</type>
+      <type>org.exoplatform.services.transaction.jbosscache.ArjunaTransactionService</type>
       <init-params>
          <value-param>
             <name>timeout</name>
-            <value>5</value>
+            <value>20</value>
          </value-param>
       </init-params>
    </component>
@@ -183,12 +188,12 @@
             <name>update-policy</name>
             <value>create-version</value>
          </value-param>
-         
+
          <value-param>
             <name>cache-control</name>
             <value>text/xml,text/html:max-age=1800;text/*:max-age=777;image/png,image/jpg:max-age=3600;*/*:no-cache;image/*:max-age=555</value>
-         </value-param>         
-         
+         </value-param>
+
       </init-params>
    </component>
 



More information about the exo-jcr-commits mailing list