Author: tuyen.nguyenthe
Date: 2010-11-29 22:58:48 -0500 (Mon, 29 Nov 2010)
New Revision: 5368
Modified:
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
Log:
EXOGTN-192 JCR workspaces wsrp-system and pc-system use same Value Storage with Id
gadgets
Modified:
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
===================================================================
---
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-11-30
03:27:34 UTC (rev 5367)
+++
exo/portal/branches/3.1.x/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-11-30
03:58:48 UTC (rev 5368)
@@ -103,7 +103,7 @@
<property name="update-storage" value="true"/>
<property name="max-buffer-size"
value="204800"/>
<property name="swap-directory"
value="${gatein.jcr.data.dir}/swap/portal-system${container.name.suffix}"/>
- </properties> ∂
+ </properties>
<value-storages>
<value-storage id="portal-system"
class="org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage">
<properties>
@@ -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>