From do-not-reply at jboss.org Wed May 19 08:24:38 2010
Content-Type: multipart/mixed; boundary="===============1393433733509629500=="
MIME-Version: 1.0
From: do-not-reply at jboss.org
To: gatein-commits at lists.jboss.org
Subject: [gatein-commits] gatein SVN: r3126 -
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Reference_Guide/en-US/modules/Advanced/JCR.
Date: Wed, 19 May 2010 08:24:38 -0400
Message-ID: <201005191224.o4JCOcIx026810@svn01.web.mwc.hst.phx2.redhat.com>
--===============1393433733509629500==
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: quoted-printable
Author: smumford
Date: 2010-05-19 08:24:37 -0400 (Wed, 19 May 2010)
New Revision: 3126
Modified:
portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Referen=
ce_Guide/en-US/modules/Advanced/JCR/query-handler-config.xml
Log:
Minor edit to section 17.11.1
Modified: portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_=
Reference_Guide/en-US/modules/Advanced/JCR/query-handler-config.xml
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Refere=
nce_Guide/en-US/modules/Advanced/JCR/query-handler-config.xml 2010-05-19 12=
:18:28 UTC (rev 3125)
+++ portal/branches/EPP_5_0_0_Branch_Docs/Enterprise_Portal_Platform_Refere=
nce_Guide/en-US/modules/Advanced/JCR/query-handler-config.xml 2010-05-19 12=
:24:37 UTC (rev 3126)
@@ -140,40 +140,39 @@
=
- JBoss-Cache template configuration
+ JBoss Cache template configuration
- JBoss-Cache template configuration for query handler.
+ Below is an example JBoss Cache template configuration file for the qu=
ery handler (jbosscache-indexer.xml).
-
- jbosscache-indexer.xml
-<?xml version=3D"1.0" encoding=3D"UTF-8"?>
-<jbosscache xmlns:xsi=3D"http://www.w3.org/2001/XMLSchema-instance" xml=
ns=3D"urn:jboss:jbosscache-core:config:3.1">
+ =
+
+
=
- <locking useLockStriping=3D"false" concurrencyLevel=3D"50000" lockPa=
rentForChildInsertRemove=3D"false"
- lockAcquisitionTimeout=3D"20000" />
- <!-- Configure the TransactionManager -->
- <transaction transactionManagerLookupClass=3D"org.jboss.cache.transa=
ction.JBossStandaloneJTAManagerLookup" />
+
+
+
=
- <clustering mode=3D"replication" clusterName=3D"${jbosscache-cluster=
-name}">
- <stateRetrieval timeout=3D"20000" fetchInMemoryState=3D"false" /&=
gt;
- <jgroupsConfig multiplexerStack=3D"jcr.stack" />
- <sync />
- </clustering>
- <!-- Eviction configuration -->
- <eviction wakeUpInterval=3D"5000">
- <default algorithmClass=3D"org.jboss.cache.eviction.FIFOAlgorithm=
" eventQueueSize=3D"1000000">
- <property name=3D"maxNodes" value=3D"10000" />
- <property name=3D"minTimeToLive" value=3D"60000" />
- </default>
- </eviction>
+
+
+
+
+
+
+
+
+
+
+
+
=
-</jbosscache>
-
-
+]]>
+
+
=
=
--===============1393433733509629500==--