[gatein-commits] gatein SVN: r2756 - in portal/trunk: component/common/src/main/java/conf/jcr/jbosscache/local and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Sat Apr 24 12:08:35 EDT 2010


Author: julien_viet
Date: 2010-04-24 12:08:35 -0400 (Sat, 24 Apr 2010)
New Revision: 2756

Modified:
   portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/local/config.xml
   portal/trunk/component/test/organization/src/main/resources/conf/exo.portal.component.test.organization-configuration.xml
   portal/trunk/pom.xml
Log:
GTNPORTAL-1127: GTNPORTAL-1127


Modified: portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/local/config.xml
===================================================================
--- portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/local/config.xml	2010-04-24 14:09:59 UTC (rev 2755)
+++ portal/trunk/component/common/src/main/java/conf/jcr/jbosscache/local/config.xml	2010-04-24 16:08:35 UTC (rev 2756)
@@ -29,7 +29,7 @@
    <!-- Eviction configuration -->
    <eviction wakeUpInterval="5000">
       <default algorithmClass="org.jboss.cache.eviction.FIFOAlgorithm" actionPolicyClass="org.exoplatform.services.jcr.impl.dataflow.persistent.jbosscache.ParentNodeEvictionActionPolicy" eventQueueSize="1000000">
-         <property name="maxNodes" value="5000" />
+         <property name="maxNodes" value="${gatein.jcr.cache.maxsize}" />
          <property name="minTimeToLive" value="20000" />
       </default>
    </eviction>

Modified: portal/trunk/component/test/organization/src/main/resources/conf/exo.portal.component.test.organization-configuration.xml
===================================================================
--- portal/trunk/component/test/organization/src/main/resources/conf/exo.portal.component.test.organization-configuration.xml	2010-04-24 14:09:59 UTC (rev 2755)
+++ portal/trunk/component/test/organization/src/main/resources/conf/exo.portal.component.test.organization-configuration.xml	2010-04-24 16:08:35 UTC (rev 2756)
@@ -138,7 +138,7 @@
           <name>ref-addresses</name>
           <description>ref-addresses</description>
           <property name="driverClassName" value="org.hsqldb.jdbcDriver"/>
-          <property name="url" value="jdbc:hsqldb:file:${gatein.test.tmp.dir}/idmdb"/>
+          <property name="url" value="jdbc:hsqldb:mem:/idmdb"/>
           <property name="username" value="sa"/>
           <property name="password" value=""/>
         </properties-param>

Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml	2010-04-24 14:09:59 UTC (rev 2755)
+++ portal/trunk/pom.xml	2010-04-24 16:08:35 UTC (rev 2756)
@@ -815,7 +815,7 @@
                   </property>
                   <property>
                      <name>gatein.test.datasource.url</name>
-                     <value>jdbc:hsqldb:file:${project.build.directory}/gateindb</value>
+                     <value>jdbc:hsqldb:mem:gateindb</value>
                   </property>
                   <property>
                      <name>gatein.test.datasource.username</name>



More information about the gatein-commits mailing list