[gatein-commits] gatein SVN: r5369 - portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/WEB-INF/conf/jcr.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 29 23:12:21 EST 2010


Author: tuyen.nguyenthe
Date: 2010-11-29 23:12:19 -0500 (Mon, 29 Nov 2010)
New Revision: 5369

Modified:
   portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
Log:
GTNPORTAL-1699 JCR workspaces wsrp-system and pc-system use same Value Storage with Id gadgets

Modified: portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
===================================================================
--- portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml	2010-11-30 03:58:48 UTC (rev 5368)
+++ portal/branches/branch-GTNPORTAL-1700/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml	2010-11-30 04:12:19 UTC (rev 5369)
@@ -237,7 +237,7 @@
                <property name="swap-directory" value="${gatein.jcr.data.dir}/swap/wsrp${container.name.suffix}"/>
              </properties>
              <value-storages>
-               <value-storage id="gadgets"
+               <value-storage id="wsrp-system"
                   class="org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage">
                  <properties>
                    <property name="path" value="${gatein.jcr.storage.data.dir}/wsrp${container.name.suffix}"/>
@@ -304,7 +304,7 @@
                   <property name="swap-directory" value="${gatein.jcr.data.dir}/swap/pc${container.name.suffix}"/>
                </properties>
                <value-storages>
-                  <value-storage id="gadgets" class="org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage">
+                  <value-storage id="pc-system" class="org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage">
                      <properties>
                         <property name="path" value="${gatein.jcr.storage.data.dir}/pc${container.name.suffix}"/>
                      </properties>



More information about the gatein-commits mailing list