Author: chris.laprun(a)jboss.com
Date: 2011-02-15 04:25:46 -0500 (Tue, 15 Feb 2011)
New Revision: 5888
Modified:
portal/branches/wsrp-extraction/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
Log:
- GTNPORTAL-911: Remove persistence of JCR configuration so that GateIn will start even if
the extension is removed.
Modified:
portal/branches/wsrp-extraction/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
===================================================================
---
portal/branches/wsrp-extraction/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml 2011-02-15
09:00:59 UTC (rev 5887)
+++
portal/branches/wsrp-extraction/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml 2011-02-15
09:25:46 UTC (rev 5888)
@@ -33,13 +33,13 @@
<description>JCR configuration file</description>
<value>war:/conf/jcr/repository-configuration.xml</value>
</value-param>
- <properties-param>
+ <!--<properties-param>
<name>working-conf</name>
<description>working-conf</description>
<property name="persister-class-name"
value="org.exoplatform.services.jcr.impl.config.JDBCConfigurationPersister"/>
<property name="source-name"
value="${gatein.jcr.datasource.name}${container.name.suffix}"/>
<property name="dialect"
value="${gatein.jcr.datasource.dialect}"/>
- </properties-param>
+ </properties-param>-->
</init-params>
</component>