Author: thomas.heute(a)jboss.com
Date: 2010-03-10 18:32:57 -0500 (Wed, 10 Mar 2010)
New Revision: 2136
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
Log:
GTNPORTAL-862: JBoss Cache table name too long for Oracle
Modified:
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
===================================================================
---
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-03-10
23:02:24 UTC (rev 2135)
+++
portal/trunk/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2010-03-10
23:32:57 UTC (rev 2136)
@@ -352,7 +352,7 @@
<property name="jgroups-multiplexer-stack"
value="true"/>
<property
name="jbosscache-cluster-namejbosscache-cluster-name"
value="jcrlock-${container.name.suffix}-system"/>
- <property name="jbosscache-cl-cache.jdbc.table.name"
value="jcrlock_portlet_states_system"/>
+ <property name="jbosscache-cl-cache.jdbc.table.name"
value="jcrlock_portlet_state_system"/>
<property name="jbosscache-cl-cache.jdbc.table.create"
value="true"/>
<property name="jbosscache-cl-cache.jdbc.table.drop"
value="false"/>
<property name="jbosscache-cl-cache.jdbc.table.primarykey"
value="pk"/>
Show replies by date