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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 26 10:46:30 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-11-26 10:46:30 -0500 (Fri, 26 Nov 2010)
New Revision: 5300

Modified:
   epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
Log:
JBEPP-692: JCR workspaces wsrp-sytem and pc-system use same Value Storage id "gadgets"


Modified: epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
===================================================================
--- epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml	2010-11-26 14:43:44 UTC (rev 5299)
+++ epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml	2010-11-26 15:46:30 UTC (rev 5300)
@@ -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