Author: mpodolin
Date: 2010-01-21 07:51:24 -0500 (Thu, 21 Jan 2010)
New Revision: 1402
Modified:
portal/branches/EPP_5_0_0_ER02_Branch/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/jcr/repository-configuration.xml
portal/branches/EPP_5_0_0_ER02_Branch/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/jcr/repository-configuration.xml
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
Log:
Initial productization steps for EPP5 ER02
Modified:
portal/branches/EPP_5_0_0_ER02_Branch/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/jcr/repository-configuration.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER02_Branch/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/jcr/repository-configuration.xml 2010-01-21
08:24:18 UTC (rev 1401)
+++
portal/branches/EPP_5_0_0_ER02_Branch/examples/extension/war/src/main/webapp/WEB-INF/conf/sample-ext/jcr/repository-configuration.xml 2010-01-21
12:51:24 UTC (rev 1402)
@@ -29,7 +29,7 @@
<workspace name="sample-ws">
<container
class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name"
value="jdbcexo${container.name.suffix}" />
+ <property name="source-name"
value="gatein${container.name.suffix}" />
<property name="dialect" value="hsqldb" />
<property name="multi-db" value="false" />
<property name="update-storage" value="true" />
Modified:
portal/branches/EPP_5_0_0_ER02_Branch/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/jcr/repository-configuration.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER02_Branch/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/jcr/repository-configuration.xml 2010-01-21
08:24:18 UTC (rev 1401)
+++
portal/branches/EPP_5_0_0_ER02_Branch/examples/portal/war/src/main/webapp/WEB-INF/conf/sample-portal/jcr/repository-configuration.xml 2010-01-21
12:51:24 UTC (rev 1402)
@@ -29,7 +29,7 @@
<workspace name="sample-ws">
<container
class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name"
value="jdbcexo${container.name.suffix}" />
+ <property name="source-name"
value="gatein${container.name.suffix}" />
<property name="dialect" value="hsqldb" />
<property name="multi-db" value="false" />
<property name="update-storage" value="true" />
Modified:
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml 2010-01-21
08:24:18 UTC (rev 1401)
+++
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/database/database-configuration.xml 2010-01-21
12:51:24 UTC (rev 1402)
@@ -38,18 +38,15 @@
<property name="hibernate.cache.use_query_cache"
value="true"/>
<!--CHANGEME HashtableCacheProvider shold not be used in production env-->
<property name="hibernate.cache.provider_class"
value="org.hibernate.cache.HashtableCacheProvider"/>
- <property name="hibernate.cglib.use_reflection_optimizer"
value="true"/>
- <property name="hibernate.connection.datasource"
value="jdbcexo${container.name.suffix}"/>
+ <property name="hibernate.bytecode.use_reflection_optimizer"
value="true"/>
+ <property name="hibernate.connection.datasource"
value="gatein${container.name.suffix}"/>
<property name="hibernate.connection.autocommit"
value="true"/>
<property name="hibernate.dialect"
value="org.hibernate.dialect.HSQLDialect"/>
- <property name="hibernate.c3p0.min_size" value="5"/>
- <property name="hibernate.c3p0.max_size" value="20"/>
- <property name="hibernate.c3p0.timeout" value="1800"/>
- <property name="hibernate.c3p0.max_statements"
value="50"/>
</properties-param>
</init-params>
</component>
+<!--
<external-component-plugins>
<target-component>org.exoplatform.services.naming.InitialContextInitializer</target-component>
<component-plugin>
@@ -80,4 +77,6 @@
</init-params>
</component-plugin>
</external-component-plugins>
+-->
+
</configuration>
Modified:
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml 2010-01-21
08:24:18 UTC (rev 1401)
+++
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/jcr-configuration.xml 2010-01-21
12:51:24 UTC (rev 1402)
@@ -37,7 +37,7 @@
<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="jdbcexo${container.name.suffix}"/>
+ <property name="source-name"
value="gatein${container.name.suffix}"/>
<property name="dialect" value="hsqldb"/>
</properties-param>
</init-params>
Modified:
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
===================================================================
---
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-01-21
08:24:18 UTC (rev 1401)
+++
portal/branches/EPP_5_0_0_ER02_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-01-21
12:51:24 UTC (rev 1402)
@@ -31,7 +31,7 @@
<workspace name="system">
<container
class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name"
value="jdbcexo${container.name.suffix}"/>
+ <property name="source-name"
value="gatein${container.name.suffix}"/>
<property name="dialect" value="hsqldb"/>
<property name="multi-db" value="false"/>
<property name="update-storage" value="true"/>
@@ -80,7 +80,7 @@
<workspace name="portal-system">
<container
class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name"
value="jdbcexo${container.name.suffix}"/>
+ <property name="source-name"
value="gatein${container.name.suffix}"/>
<property name="dialect" value="hsqldb"/>
<property name="multi-db" value="false"/>
<property name="update-storage" value="true"/>
@@ -129,7 +129,7 @@
<workspace name="portal-work">
<container
class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name"
value="jdbcexo${container.name.suffix}"/>
+ <property name="source-name"
value="gatein${container.name.suffix}"/>
<property name="dialect" value="hsqldb"/>
<property name="multi-db" value="false"/>
<property name="update-storage" value="true"/>
@@ -177,7 +177,7 @@
<workspace name="wsrp-system">
<container
class="org.exoplatform.services.jcr.impl.storage.jdbc.JDBCWorkspaceDataContainer">
<properties>
- <property name="source-name"
value="jdbcexo${container.name.suffix}"/>
+ <property name="source-name"
value="gatein${container.name.suffix}"/>
<property name="dialect" value="hsqldb"/>
<property name="multi-db" value="false"/>
<property name="update-storage" value="true"/>