[jbosscache-commits] JBoss Cache SVN: r7396 - in enterprise-docs/trunk/Cache_Tree_Cache_Guide: pot and 1 other directory.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 8 00:18:29 EST 2009


Author: irooskov at redhat.com
Date: 2009-01-08 00:18:29 -0500 (Thu, 08 Jan 2009)
New Revision: 7396

Modified:
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/en-US/Introduction.xml
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Architecture.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Basic_api.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Book_Info.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Cache_loaders.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Colophon.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Compatibility.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Configuration.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Eviction_policies.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Introduction.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Jboss_integration.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Mgmt_information.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Replication.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/State_transfer.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Transactions.pot
   enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Treecache_marshaller.pot
Log:
updated Introduction with JIRA JBPAPP-1434 fix and updated pot files


Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/en-US/Introduction.xml
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/en-US/Introduction.xml	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/en-US/Introduction.xml	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 	<section id="Introduction-What_is_a_TreeCache">
 		<title>What is a TreeCache?</title>
 		<para>
-			A <literal>TreeCache</literal> is a tree-structured, replicated, transactional cache from JBoss Cache. <literal>TreeCache</literal> is the backbone for many fundamental JBoss Application Server clustering services, including - in certain versions - clustering JNDI, HTTP and EJB sessions, and clustering JMS. 
+			A <literal>TreeCache</literal> is a tree-structured, replicated, transactional cache from JBoss Cache. <literal>TreeCache</literal> is the backbone for many fundamental JBoss Application Server clustering services, including - in certain versions - HTTP and EJB sessions. 
 		</para>
 		<para>
 			In addition to this, <literal>TreeCache</literal> can be used as a standalone transactional and replicated cache or even an object oriented data store, may be embedded in other J2EE compliant application servers such as BEA WebLogic or IBM WebSphere, servlet containers such as Tomcat, or even in Java applications that do not run from within an application server. 

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Architecture.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Architecture.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Architecture.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:17+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,19 +15,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Architecture.xml:10
+#: Architecture.xml:5
 #, no-c-format
 msgid "Architecture"
 msgstr ""
 
 #. Tag: title
-#: Architecture.xml:12
+#: Architecture.xml:7
 #, no-c-format
 msgid "Schematic TreeCache architecture"
 msgstr ""
 
 #. Tag: para
-#: Architecture.xml:19
+#: Architecture.xml:14
 #, no-c-format
 msgid ""
 "The architecture is shown above. The example shows 2 Java VMs, each has "
@@ -38,7 +38,7 @@
 msgstr ""
 
 #. Tag: para
-#: Architecture.xml:22
+#: Architecture.xml:17
 #, no-c-format
 msgid ""
 "Any modification (see API below) in one cache will be replicated to the "

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Basic_api.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Basic_api.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Basic_api.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:17+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,19 +15,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Basic_api.xml:10
+#: Basic_api.xml:5
 #, no-c-format
 msgid "Basic API"
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:11
+#: Basic_api.xml:6
 #, no-c-format
 msgid "Here's some sample code before we dive into the API itself:"
 msgstr ""
 
 #. Tag: programlisting
-#: Basic_api.xml:14
+#: Basic_api.xml:9
 #, no-c-format
 msgid ""
 "TreeCache tree = new TreeCache();\n"
@@ -46,7 +46,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:15
+#: Basic_api.xml:10
 #, no-c-format
 msgid ""
 "The sample code first creates a <literal>TreeCache</literal> instance and "
@@ -57,7 +57,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:18
+#: Basic_api.xml:13
 #, no-c-format
 msgid ""
 "The cluster name, properties of the underlying JGroups stack, and cache mode "
@@ -68,7 +68,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:21
+#: Basic_api.xml:16
 #, no-c-format
 msgid ""
 "Then we add 2 items into the cache: the first element creates a node \"a\" "
@@ -78,7 +78,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:24
+#: Basic_api.xml:19
 #, no-c-format
 msgid ""
 "The other element will create just the subnode \"d\" of \"c\" because \"/a/b/"
@@ -86,19 +86,19 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:27
+#: Basic_api.xml:22
 #, no-c-format
 msgid "The resulting tree looks like this:"
 msgstr ""
 
 #. Tag: title
-#: Basic_api.xml:31
+#: Basic_api.xml:26
 #, no-c-format
 msgid "Sample Tree Nodes"
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:38
+#: Basic_api.xml:33
 #, no-c-format
 msgid ""
 "The <literal>TreeCache</literal> has 4 nodes \"a\", \"b\", \"c\" and \"d\". "
@@ -107,7 +107,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:41
+#: Basic_api.xml:36
 #, no-c-format
 msgid ""
 "Each node can be retrieved by its absolute name (e.g. \"/a/b/c\") or by "
@@ -116,7 +116,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:44
+#: Basic_api.xml:39
 #, no-c-format
 msgid ""
 "The next method in the example gets the value associated with key=\"uid\" in "
@@ -124,7 +124,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:47
+#: Basic_api.xml:42
 #, no-c-format
 msgid ""
 "The remove() method then removes node \"/a/b\" and all subnodes recursively "
@@ -133,7 +133,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:50
+#: Basic_api.xml:45
 #, no-c-format
 msgid ""
 "Finally, the <literal>TreeCache</literal> is stopped. This will cause it to "
@@ -145,7 +145,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:53
+#: Basic_api.xml:48
 #, no-c-format
 msgid ""
 "In the sample, replication was enabled, which caused the 2 put() and the 1 "
@@ -154,7 +154,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:56
+#: Basic_api.xml:51
 #, no-c-format
 msgid ""
 "Keys into the cache can be either strings separated by slashes ('/'), e.g. "
@@ -165,7 +165,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Basic_api.xml:59
+#: Basic_api.xml:54
 #, no-c-format
 msgid ""
 "String n1 = \"/300/322649\";\n"
@@ -173,7 +173,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:60
+#: Basic_api.xml:55
 #, no-c-format
 msgid ""
 "In this example, we want to access a node that has information for employee "
@@ -186,7 +186,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:63
+#: Basic_api.xml:58
 #, no-c-format
 msgid ""
 "Note that the modification methods are put() and remove(). The only get "
@@ -194,7 +194,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:66
+#: Basic_api.xml:61
 #, no-c-format
 msgid ""
 "There are 2 put() methods<footnote><para> Plus their equivalent helper "
@@ -208,7 +208,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:72
+#: Basic_api.xml:67
 #, no-c-format
 msgid ""
 "There are 3 remove() methods: <literal>remove(Fqn node, Object key)</"
@@ -219,7 +219,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:75
+#: Basic_api.xml:70
 #, no-c-format
 msgid ""
 "The get methods are: <literal>get(Fqn node)</literal> and <literal>get(Fqn "
@@ -230,7 +230,7 @@
 msgstr ""
 
 #. Tag: para
-#: Basic_api.xml:81
+#: Basic_api.xml:76
 #, no-c-format
 msgid ""
 "Also, the <literal>TreeCache</literal> has a number of getters and setters. "

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Book_Info.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Book_Info.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Book_Info.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:17+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,25 +15,26 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Book_Info.xml:10
+#: Book_Info.xml:5
 #, no-c-format
-msgid "JBoss Cache Tree Cache 1.4.1"
+msgid "JBoss Cache Tree Cache Guide CP04"
 msgstr ""
 
 #. Tag: subtitle
-#: Book_Info.xml:11
+#: Book_Info.xml:6
 #, no-c-format
-msgid "A Structured, Replicated, Transactional Cache"
+msgid ""
+"for Use with JBoss Enterprise Application Platform 4.3 Cumulative Patch 4"
 msgstr ""
 
 #. Tag: para
-#: Book_Info.xml:15
+#: Book_Info.xml:12
 #, no-c-format
 msgid "This book is about the JBoss Cache Tree Cache."
 msgstr ""
 
 #. Tag: holder
-#: Book_Info.xml:36
+#: Book_Info.xml:26
 #, no-c-format
 msgid "&HOLDER;"
 msgstr ""

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Cache_loaders.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Cache_loaders.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Cache_loaders.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:17+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Cache_loaders.xml:10
+#: Cache_loaders.xml:5
 #, no-c-format
 msgid "Cache Loaders"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:11
+#: Cache_loaders.xml:6
 #, no-c-format
 msgid ""
 "JBoss Cache can use a <emphasis>cache loader</emphasis> to back up the in-"
@@ -30,7 +30,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:14
+#: Cache_loaders.xml:9
 #, no-c-format
 msgid ""
 "Whenever a cache element is accessed, and that element is not in the cache "
@@ -39,7 +39,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:17
+#: Cache_loaders.xml:12
 #, no-c-format
 msgid ""
 "Whenever an element is modified, added or removed, then that modification is "
@@ -50,7 +50,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:21
+#: Cache_loaders.xml:16
 #, no-c-format
 msgid ""
 "Currently, the cache loader API looks similar to the TreeCache API. In the "
@@ -61,7 +61,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:24
+#: Cache_loaders.xml:19
 #, no-c-format
 msgid ""
 "As of JBossCache 1.3.0, you can now define several cache loaders, in a "
@@ -73,7 +73,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:27
+#: Cache_loaders.xml:22
 #, no-c-format
 msgid ""
 "The cache loader interface is defined in org.jboss.cache.loader.CacheLoader "
@@ -81,7 +81,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:30
+#: Cache_loaders.xml:25
 #, no-c-format
 msgid ""
 "public interface CacheLoader extends Service {\n"
@@ -257,7 +257,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:31
+#: Cache_loaders.xml:26
 #, no-c-format
 msgid ""
 "<emphasis role=\"bold\">NOTE:</emphasis> the contract defined by the "
@@ -271,7 +271,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:34
+#: Cache_loaders.xml:29
 #, no-c-format
 msgid ""
 "CacheLoader implementations that need to support partial state transfer "
@@ -280,7 +280,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:37
+#: Cache_loaders.xml:32
 #, no-c-format
 msgid ""
 "public interface ExtendedCacheLoader extends CacheLoader\n"
@@ -345,7 +345,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:38
+#: Cache_loaders.xml:33
 #, no-c-format
 msgid ""
 "<emphasis role=\"bold\">NOTE:</emphasis> If a cache loader is used along "
@@ -355,7 +355,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:41
+#: Cache_loaders.xml:36
 #, no-c-format
 msgid ""
 "<emphasis role=\"bold\">NOTE:</emphasis> the contract defined by the "
@@ -369,13 +369,13 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:45
+#: Cache_loaders.xml:40
 #, no-c-format
 msgid "The CacheLoader Interface"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:46
+#: Cache_loaders.xml:41
 #, no-c-format
 msgid ""
 "The interaction between JBoss Cache and a CacheLoader implementation is as "
@@ -386,7 +386,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:49
+#: Cache_loaders.xml:44
 #, no-c-format
 msgid ""
 "public interface Service {\n"
@@ -401,7 +401,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:50
+#: Cache_loaders.xml:45
 #, no-c-format
 msgid ""
 "<literal>CacheLoader.create()</literal> and <literal>CacheLoader.start()</"
@@ -411,7 +411,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:53
+#: Cache_loaders.xml:48
 #, no-c-format
 msgid ""
 "Next, <literal>setConfig()</literal> and <literal>setCache()</literal> are "
@@ -421,7 +421,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:56
+#: Cache_loaders.xml:51
 #, no-c-format
 msgid ""
 "The CacheLoader interface has a set of methods that are called when no "
@@ -432,7 +432,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:59
+#: Cache_loaders.xml:54
 #, no-c-format
 msgid ""
 "Then there are three methods that are used with transactions: "
@@ -449,7 +449,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:62
+#: Cache_loaders.xml:57
 #, no-c-format
 msgid ""
 "Currently, the TreeCache takes care of calling prepare(), commit() and "
@@ -460,7 +460,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:65
+#: Cache_loaders.xml:60
 #, no-c-format
 msgid ""
 "The <literal>commit()</literal> method tells the CacheLoader to commit the "
@@ -469,7 +469,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:68
+#: Cache_loaders.xml:63
 #, no-c-format
 msgid ""
 "The last two methods are <literal>loadEntireState()</literal> and "
@@ -484,7 +484,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:71
+#: Cache_loaders.xml:66
 #, no-c-format
 msgid ""
 "The <literal>ExtendedCacheLoader</literal> methods are also related to state "
@@ -498,19 +498,19 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:77
+#: Cache_loaders.xml:72
 #, no-c-format
 msgid "Configuration via XML"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:78
+#: Cache_loaders.xml:73
 #, no-c-format
 msgid "The CacheLoader is configured as follows in the JBossCache XML file:"
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:81
+#: Cache_loaders.xml:76
 #, no-c-format
 msgid ""
 "&lt;!-- ==================================================================== "
@@ -579,7 +579,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:82
+#: Cache_loaders.xml:77
 #, no-c-format
 msgid ""
 "<emphasis role=\"bold\">Note:</emphasis> In JBossCache releases prior to "
@@ -590,7 +590,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:86
+#: Cache_loaders.xml:81
 #, no-c-format
 msgid ""
 "&lt;!-- ==================================================================== "
@@ -623,7 +623,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:88
+#: Cache_loaders.xml:83
 #, no-c-format
 msgid ""
 "The <literal>CacheLoaderClass</literal> attribute defines the class of the "
@@ -633,13 +633,13 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:91
+#: Cache_loaders.xml:86
 #, no-c-format
 msgid "The currently available implementations shipped with JBossCache are:"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:96
+#: Cache_loaders.xml:91
 #, no-c-format
 msgid ""
 "<literal>FileCacheLoader</literal>, which is a simple filesystem-based "
@@ -649,7 +649,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:101
+#: Cache_loaders.xml:96
 #, no-c-format
 msgid ""
 "<literal>BdbjeCacheLoader</literal>, which is a CacheLoader implementation "
@@ -660,7 +660,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:106
+#: Cache_loaders.xml:101
 #, no-c-format
 msgid ""
 "<literal>JDBCCacheLoader</literal>, which is a CacheLoader implementation "
@@ -671,7 +671,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:111
+#: Cache_loaders.xml:106
 #, no-c-format
 msgid ""
 "<literal>LocalDelegatingCacheLoader</literal>, which enables loading from "
@@ -679,7 +679,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:116
+#: Cache_loaders.xml:111
 #, no-c-format
 msgid ""
 "<literal>TcpDelegatingCacheLoader</literal>, which enables loading from and "
@@ -689,7 +689,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:121
+#: Cache_loaders.xml:116
 #, no-c-format
 msgid ""
 "<literal>ClusteredCacheLoader</literal>, which allows querying of other "
@@ -704,7 +704,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:126
+#: Cache_loaders.xml:121
 #, no-c-format
 msgid ""
 "Note that the Sleepycat implementation is much more efficient than the "
@@ -714,7 +714,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:129
+#: Cache_loaders.xml:124
 #, no-c-format
 msgid ""
 "An implementation of CacheLoader has to have an empty constructor due to the "
@@ -722,7 +722,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:132
+#: Cache_loaders.xml:127
 #, no-c-format
 msgid ""
 "The <literal>properties</literal> element defines a configuration specific "
@@ -737,7 +737,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:135
+#: Cache_loaders.xml:130
 #, no-c-format
 msgid ""
 "<literal>preload</literal> allows us to define a list of nodes, or even "
@@ -756,7 +756,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:138
+#: Cache_loaders.xml:133
 #, no-c-format
 msgid ""
 "<literal>fetchPersistentState</literal> determines whether or not to fetch "
@@ -769,7 +769,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:141
+#: Cache_loaders.xml:136
 #, no-c-format
 msgid ""
 "<literal>async</literal> determines whether writes to the cache loader block "
@@ -786,7 +786,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:144
+#: Cache_loaders.xml:139
 #, no-c-format
 msgid ""
 "<emphasis role=\"bold\">Note on using the <literal>async</literal> element:</"
@@ -797,7 +797,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:147
+#: Cache_loaders.xml:142
 #, no-c-format
 msgid ""
 "<literal>ignoreModifications</literal> determines whether write methods are "
@@ -811,7 +811,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:150
+#: Cache_loaders.xml:145
 #, no-c-format
 msgid ""
 "<literal>purgeOnStatup</literal> empties the specified cache loader (if "
@@ -820,13 +820,13 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:156
+#: Cache_loaders.xml:151
 #, no-c-format
 msgid "Cache passivation"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:157
+#: Cache_loaders.xml:152
 #, no-c-format
 msgid ""
 "A CacheLoader can be used to enforce node passivation and activation on "
@@ -834,7 +834,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:160
+#: Cache_loaders.xml:155
 #, no-c-format
 msgid ""
 "<emphasis>Cache Passivation</emphasis> is the process of removing an object "
@@ -846,7 +846,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:163
+#: Cache_loaders.xml:158
 #, no-c-format
 msgid ""
 "When the eviction policy in effect calls evict() to evict a node from the "
@@ -861,7 +861,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:166
+#: Cache_loaders.xml:161
 #, no-c-format
 msgid ""
 "To enable cache passivation/activation, you can set <literal>passivation</"
@@ -872,19 +872,19 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:172
+#: Cache_loaders.xml:167
 #, no-c-format
 msgid "CacheLoader use cases"
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:174
+#: Cache_loaders.xml:169
 #, no-c-format
 msgid "Local cache with store"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:175
+#: Cache_loaders.xml:170
 #, no-c-format
 msgid ""
 "This is the simplest case. We have a JBossCache instance, whose mode is "
@@ -896,7 +896,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:178
+#: Cache_loaders.xml:173
 #, no-c-format
 msgid ""
 "When using PojoCache, this means that entire POJOs can be stored to a "
@@ -906,26 +906,26 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:184
+#: Cache_loaders.xml:179
 #, no-c-format
 msgid "Replicated caches with all nodes sharing the same store"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:185
+#: Cache_loaders.xml:180
 #, no-c-format
 msgid ""
 "The following figure shows 2 JBossCache nodes sharing the same backend store:"
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:189
+#: Cache_loaders.xml:184
 #, no-c-format
 msgid "2 nodes sharing a backend store"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:196
+#: Cache_loaders.xml:191
 #, no-c-format
 msgid ""
 "Both nodes have a CacheLoader that accesses a common shared backend store. "
@@ -942,7 +942,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:202
+#: Cache_loaders.xml:197
 #, no-c-format
 msgid ""
 "When storing a value, the writer takes care of storing the change in the "
@@ -952,19 +952,19 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:208
+#: Cache_loaders.xml:203
 #, no-c-format
 msgid "Replicated caches with only one node having a store"
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:212
+#: Cache_loaders.xml:205
 #, no-c-format
 msgid "2 nodes but only one accesses the backend store"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:219
+#: Cache_loaders.xml:212
 #, no-c-format
 msgid ""
 "This is a similar case as the previous one, but here only one node in the "
@@ -979,19 +979,19 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:225
+#: Cache_loaders.xml:218
 #, no-c-format
 msgid "Replicated caches with each node having its own store"
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:227
+#: Cache_loaders.xml:220
 #, no-c-format
 msgid "2 nodes each having its own backend store"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:234
+#: Cache_loaders.xml:227
 #, no-c-format
 msgid ""
 "Here, each node has its own datastore. Modifications to the cache are (a) "
@@ -1003,7 +1003,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:237
+#: Cache_loaders.xml:230
 #, no-c-format
 msgid ""
 "Note that currently JBossCache is <emphasis>not</emphasis> an XAResource, "
@@ -1013,7 +1013,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:240
+#: Cache_loaders.xml:233
 #, no-c-format
 msgid ""
 "The challenge here is state transfer: when a new node starts it needs to do "
@@ -1021,13 +1021,13 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:245
+#: Cache_loaders.xml:238
 #, no-c-format
 msgid "Tell the coordinator (oldest node in a cluster) to send it the state"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:250
+#: Cache_loaders.xml:243
 #, no-c-format
 msgid ""
 "The coordinator then needs to wait until all in-flight transactions have "
@@ -1036,7 +1036,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:255
+#: Cache_loaders.xml:248
 #, no-c-format
 msgid ""
 "Then the coordinator asks its CacheLoader for the entire state using "
@@ -1045,7 +1045,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:260
+#: Cache_loaders.xml:253
 #, no-c-format
 msgid ""
 "The new node then tells its CacheLoader to store that state in its store, "
@@ -1054,7 +1054,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:265
+#: Cache_loaders.xml:258
 #, no-c-format
 msgid ""
 "As an option, the transient (in-memory) state can be transferred as well "
@@ -1062,7 +1062,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:270
+#: Cache_loaders.xml:263
 #, no-c-format
 msgid ""
 "The new node now has the same state in its backend store as everyone else in "
@@ -1071,13 +1071,13 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:280
+#: Cache_loaders.xml:271
 #, no-c-format
 msgid "Hierarchical caches"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:281
+#: Cache_loaders.xml:272
 #, no-c-format
 msgid ""
 "If you need to set up a hierarchy within a single VM, you can use the "
@@ -1087,7 +1087,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:284
+#: Cache_loaders.xml:275
 #, no-c-format
 msgid ""
 "TreeCache firstLevel, secondLevel;\n"
@@ -1113,7 +1113,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:285
+#: Cache_loaders.xml:276
 #, no-c-format
 msgid ""
 "If you need to set up a hierarchy across VMs but within a cluster, you can "
@@ -1127,7 +1127,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:288
+#: Cache_loaders.xml:279
 #, no-c-format
 msgid ""
 "&lt;!-- ==================================================================== "
@@ -1172,7 +1172,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:289
+#: Cache_loaders.xml:280
 #, no-c-format
 msgid ""
 "Note that currently (JBossCache 1.3.0) this cache loader is not well "
@@ -1181,13 +1181,13 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:297
+#: Cache_loaders.xml:286
 #, no-c-format
 msgid "TcpDelegatingCacheLoader"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:298
+#: Cache_loaders.xml:287
 #, no-c-format
 msgid ""
 "This cache loader allows to delegate loads and stores to another instance of "
@@ -1198,7 +1198,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:301
+#: Cache_loaders.xml:290
 #, no-c-format
 msgid ""
 "A TcpDelegatingCacheLoader talks to a remote TcpCacheServer, which can be a "
@@ -1208,7 +1208,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:304
+#: Cache_loaders.xml:293
 #, no-c-format
 msgid ""
 "The TcpDelegatingCacheLoader is configured with the host and port of the "
@@ -1216,14 +1216,14 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:309
+#: Cache_loaders.xml:296
 #, no-c-format
 msgid ""
 "An example set of a TcpCacheServer running inside of JBoss is shown below:"
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:312
+#: Cache_loaders.xml:299
 #, no-c-format
 msgid ""
 "&lt;server&gt;\n"
@@ -1247,7 +1247,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:313
+#: Cache_loaders.xml:300
 #, no-c-format
 msgid ""
 "The BindAddress and Port define where its server socket is listening on, and "
@@ -1257,7 +1257,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:316
+#: Cache_loaders.xml:303
 #, no-c-format
 msgid ""
 "Note that there is also a 'Config' attribute which points to a config XML "
@@ -1267,13 +1267,13 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:319 Cache_loaders.xml:359
+#: Cache_loaders.xml:306 Cache_loaders.xml:342
 #, no-c-format
 msgid "The client side looks as follow:"
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:322
+#: Cache_loaders.xml:309
 #, no-c-format
 msgid ""
 "&lt;attribute name=\"CacheLoaderConfiguration\"&gt;\n"
@@ -1291,7 +1291,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:323
+#: Cache_loaders.xml:310
 #, no-c-format
 msgid ""
 "This means this instance of JBossCache will delegate all load and store "
@@ -1299,7 +1299,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:326
+#: Cache_loaders.xml:313
 #, no-c-format
 msgid ""
 "A typical use case could be multiple replicated instance of JBossCache in "
@@ -1315,7 +1315,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:329
+#: Cache_loaders.xml:316
 #, no-c-format
 msgid ""
 "To alleviate single point of failure, we could combine this with a "
@@ -1326,13 +1326,13 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:337
+#: Cache_loaders.xml:322
 #, no-c-format
 msgid "RmiDelegatingCacheLoader"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:338
+#: Cache_loaders.xml:323
 #, no-c-format
 msgid ""
 "Similar to the TcpDelegatingCacheLoader, the RmiDelegatingCacheLoader uses "
@@ -1340,7 +1340,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:341
+#: Cache_loaders.xml:326
 #, no-c-format
 msgid ""
 "An RmiDelegatingCacheLoader talks to a remote RmiCacheServer, which is a "
@@ -1350,7 +1350,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:344
+#: Cache_loaders.xml:329
 #, no-c-format
 msgid ""
 "The RmiDelegatingCacheLoader is configured with the host, port of the remote "
@@ -1359,14 +1359,14 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:349
+#: Cache_loaders.xml:332
 #, no-c-format
 msgid ""
 "An example set of an RmiCacheServer running inside of JBoss is shown below:"
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:352
+#: Cache_loaders.xml:335
 #, no-c-format
 msgid ""
 "&lt;server&gt;\n"
@@ -1393,7 +1393,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:353
+#: Cache_loaders.xml:336
 #, no-c-format
 msgid ""
 "The BindAddress and Port should point to an already-running RMI server and "
@@ -1404,7 +1404,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:356
+#: Cache_loaders.xml:339
 #, no-c-format
 msgid ""
 "Note that there is also a 'Config' attribute which points to a config XML "
@@ -1414,7 +1414,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:362
+#: Cache_loaders.xml:345
 #, no-c-format
 msgid ""
 "&lt;attribute name=\"CacheLoaderConfiguration\"&gt;\n"
@@ -1433,7 +1433,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:363
+#: Cache_loaders.xml:346
 #, no-c-format
 msgid ""
 "This means this instance of JBossCache will delegate all load and store "
@@ -1442,7 +1442,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:366
+#: Cache_loaders.xml:349
 #, no-c-format
 msgid ""
 "Very similar use case scenarios that apply to TcpDelegatingCacheLoaders "
@@ -1450,13 +1450,13 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:376
+#: Cache_loaders.xml:357
 #, no-c-format
 msgid "JDBC-based CacheLoader"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:377
+#: Cache_loaders.xml:358
 #, no-c-format
 msgid ""
 "JBossCache is distributed with a JDBC-based CacheLoader implementation that "
@@ -1465,7 +1465,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:380
+#: Cache_loaders.xml:361
 #, no-c-format
 msgid ""
 "The current implementation uses just one table. Each row in the table "
@@ -1473,25 +1473,25 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:383
+#: Cache_loaders.xml:364
 #, no-c-format
 msgid "column for FQN (which is also a primary key column)"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:386
+#: Cache_loaders.xml:367
 #, no-c-format
 msgid "column for node contents (attribute/value pairs)"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:389
+#: Cache_loaders.xml:370
 #, no-c-format
 msgid "column for parent FQN"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:393
+#: Cache_loaders.xml:374
 #, no-c-format
 msgid ""
 "FQN's are stored as strings. Node content is stored as a BLOB. "
@@ -1506,7 +1506,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:396
+#: Cache_loaders.xml:377
 #, no-c-format
 msgid ""
 "See <ulink url=\"???\">http://wiki.jboss.org/wiki/Wiki.jsp?"
@@ -1515,19 +1515,19 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:400
+#: Cache_loaders.xml:381
 #, no-c-format
 msgid "JDBCCacheLoader configuration"
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:402
+#: Cache_loaders.xml:383
 #, no-c-format
 msgid "Table configuration"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:403
+#: Cache_loaders.xml:384
 #, no-c-format
 msgid ""
 "Table and column names as well as column types are configurable with the "
@@ -1535,7 +1535,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:406
+#: Cache_loaders.xml:387
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.table.name</emphasis> - the name of the table. The "
@@ -1543,7 +1543,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:409
+#: Cache_loaders.xml:390
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.table.primarykey</emphasis> - the name of the primary "
@@ -1551,7 +1551,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:412
+#: Cache_loaders.xml:393
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.table.create</emphasis> - can be true or false. "
@@ -1560,7 +1560,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:415
+#: Cache_loaders.xml:396
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.table.drop</emphasis> - can be true or false. Indicates "
@@ -1568,7 +1568,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:418
+#: Cache_loaders.xml:399
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.fqn.column</emphasis> - FQN column name. The default "
@@ -1576,7 +1576,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:421
+#: Cache_loaders.xml:402
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.fqn.type</emphasis> - FQN column type. The default "
@@ -1584,7 +1584,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:424
+#: Cache_loaders.xml:405
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.node.column</emphasis> - node contents column name. The "
@@ -1592,7 +1592,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:427
+#: Cache_loaders.xml:408
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.node.type</emphasis> - node contents column type. The "
@@ -1601,13 +1601,13 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:434
+#: Cache_loaders.xml:415
 #, no-c-format
 msgid "DataSource"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:435
+#: Cache_loaders.xml:416
 #, no-c-format
 msgid ""
 "If you are using JBossCache in a managed environment (e.g., an application "
@@ -1615,7 +1615,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:438
+#: Cache_loaders.xml:419
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.datasource</emphasis> - JNDI name of the DataSource. "
@@ -1623,13 +1623,13 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:445
+#: Cache_loaders.xml:426
 #, no-c-format
 msgid "JDBC driver"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:446
+#: Cache_loaders.xml:427
 #, no-c-format
 msgid ""
 "If you are <emphasis>not</emphasis> using DataSource you have the following "
@@ -1637,27 +1637,27 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:449
+#: Cache_loaders.xml:430
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.driver</emphasis> - fully qualified JDBC driver name."
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:452
+#: Cache_loaders.xml:433
 #, no-c-format
 msgid "<emphasis>cache.jdbc.url</emphasis> - URL to connect to the database."
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:455
+#: Cache_loaders.xml:436
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.user</emphasis> - user name to connect to the database."
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:458
+#: Cache_loaders.xml:439
 #, no-c-format
 msgid ""
 "<emphasis>cache.jdbc.password</emphasis> - password to connect to the "
@@ -1665,13 +1665,13 @@
 msgstr ""
 
 #. Tag: title
-#: Cache_loaders.xml:465
+#: Cache_loaders.xml:446
 #, no-c-format
 msgid "Configuration example"
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:466
+#: Cache_loaders.xml:447
 #, no-c-format
 msgid ""
 "Below is an example of a JDBC CacheLoader using Oracle as database. The "
@@ -1680,7 +1680,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:470
+#: Cache_loaders.xml:451
 #, no-c-format
 msgid ""
 "&lt;attribute name=\"CacheLoaderConfiguration\"&gt;\n"
@@ -1728,7 +1728,7 @@
 msgstr ""
 
 #. Tag: para
-#: Cache_loaders.xml:472
+#: Cache_loaders.xml:453
 #, no-c-format
 msgid ""
 "As an alternative to configuring the entire JDBC connection, the name of an "
@@ -1736,7 +1736,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Cache_loaders.xml:475
+#: Cache_loaders.xml:456
 #, no-c-format
 msgid ""
 "&lt;attribute name=\"CacheLoaderConfiguration\"&gt;\n"

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Colophon.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Colophon.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Colophon.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:17+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,19 +15,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Colophon.xml:9
+#: Colophon.xml:4
 #, no-c-format
 msgid "Bibliography"
 msgstr ""
 
 #. Tag: title
-#: Colophon.xml:10
+#: Colophon.xml:5
 #, no-c-format
 msgid "Authors"
 msgstr ""
 
 #. Tag: author
-#: Colophon.xml:11
+#: Colophon.xml:6
 #, no-c-format
 msgid ""
 "<honorific>Mr</honorific><firstname>Norman</firstname> <surname>Walsh</"
@@ -35,7 +35,7 @@
 msgstr ""
 
 #. Tag: affiliation
-#: Colophon.xml:14
+#: Colophon.xml:9
 #, no-c-format
 msgid ""
 "<shortaffil>ATI</shortaffil><jobtitle>Senior Application Analyst</"
@@ -44,19 +44,19 @@
 msgstr ""
 
 #. Tag: title
-#: Colophon.xml:16
+#: Colophon.xml:11
 #, no-c-format
 msgid "Translator"
 msgstr ""
 
 #. Tag: othercredit
-#: Colophon.xml:17
+#: Colophon.xml:12
 #, no-c-format
 msgid "<firstname>John</firstname> <surname>Doe</surname>"
 msgstr ""
 
 #. Tag: contrib
-#: Colophon.xml:19
+#: Colophon.xml:14
 #, no-c-format
 msgid "Extensive review and rough drafts of Section 1.3, 1.4, and 1.5"
 msgstr ""

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Compatibility.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Compatibility.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Compatibility.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:17+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Compatibility.xml:10
+#: Compatibility.xml:5
 #, no-c-format
 msgid "Version Compatibility and Interoperability"
 msgstr ""
 
 #. Tag: para
-#: Compatibility.xml:11
+#: Compatibility.xml:6
 #, no-c-format
 msgid ""
 "While this is not absolutely guaranteed, generally speaking within a major "
@@ -36,7 +36,7 @@
 msgstr ""
 
 #. Tag: para
-#: Compatibility.xml:14
+#: Compatibility.xml:9
 #, no-c-format
 msgid ""
 "In the 1.2.4 and 1.2.4.SP1 releases, API compatibility and interoperability "
@@ -50,7 +50,7 @@
 msgstr ""
 
 #. Tag: para
-#: Compatibility.xml:17
+#: Compatibility.xml:12
 #, no-c-format
 msgid ""
 "Beginning in 1.2.4.SP2, a new configuration attribute "
@@ -65,7 +65,7 @@
 msgstr ""
 
 #. Tag: para
-#: Compatibility.xml:20
+#: Compatibility.xml:15
 #, no-c-format
 msgid ""
 "In a rare usage scenario, multiple different JBoss Cache instances may be "

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Configuration.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Configuration.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Configuration.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:17+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Configuration.xml:10
+#: Configuration.xml:5
 #, no-c-format
 msgid "Configuration"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:11
+#: Configuration.xml:6
 #, no-c-format
 msgid ""
 "All properties of the cache are configured via setters and can be retrieved "
@@ -30,19 +30,19 @@
 msgstr ""
 
 #. Tag: title
-#: Configuration.xml:15
+#: Configuration.xml:10
 #, no-c-format
 msgid "Sample XML-Based Configuration"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:16
+#: Configuration.xml:11
 #, no-c-format
 msgid "A sample XML configuration file is shown below:"
 msgstr ""
 
 #. Tag: programlisting
-#: Configuration.xml:19
+#: Configuration.xml:14
 #, no-c-format
 msgid ""
 "&lt;?xml version=\"1.0\" encoding=\"UTF-8\" ?&gt;\n"
@@ -300,7 +300,7 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:20
+#: Configuration.xml:15
 #, no-c-format
 msgid ""
 "The PropertyConfigurator.configure() method needs to have as argument a "
@@ -311,43 +311,43 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:21
+#: Configuration.xml:16
 #, no-c-format
 msgid "We will switch to using an XMBean in a future release."
 msgstr ""
 
 #. Tag: title
-#: Configuration.xml:29
+#: Configuration.xml:24
 #, no-c-format
 msgid "Definition of XML attributes"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:30
+#: Configuration.xml:25
 #, no-c-format
 msgid "A list of definitions of each of the XML attributes used above:"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:37
+#: Configuration.xml:32
 #, no-c-format
 msgid "Name"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:42
+#: Configuration.xml:37
 #, no-c-format
 msgid "Description"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:49
+#: Configuration.xml:44
 #, no-c-format
 msgid "BuddyReplicationConfig"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:54
+#: Configuration.xml:49
 #, no-c-format
 msgid ""
 "An XML element that contains detailed buddy replication configuration. See "
@@ -355,13 +355,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:61
+#: Configuration.xml:56
 #, no-c-format
 msgid "CacheLoaderConfiguration"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:66
+#: Configuration.xml:61
 #, no-c-format
 msgid ""
 "An XML element that contains detailed cache loader configuration. See "
@@ -369,25 +369,25 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:73
+#: Configuration.xml:68
 #, no-c-format
 msgid "CacheMode"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:78
+#: Configuration.xml:73
 #, no-c-format
 msgid "LOCAL, REPL_SYNC, REPL_ASYNC, INVALIDATION_SYNC or INVALIDATION_ASYNC"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:85
+#: Configuration.xml:80
 #, no-c-format
 msgid "ClusterConfig"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:90
+#: Configuration.xml:85
 #, no-c-format
 msgid ""
 "The configuration of the underlying JGroups stack. Ignored if "
@@ -400,13 +400,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:97
+#: Configuration.xml:92
 #, no-c-format
 msgid "ClusterName"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:102
+#: Configuration.xml:97
 #, no-c-format
 msgid ""
 "Name of cluster. Needs to be the same for all nodes in a cluster in order "
@@ -414,13 +414,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:109
+#: Configuration.xml:104
 #, no-c-format
 msgid "EvictionPolicyClass"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:114
+#: Configuration.xml:109
 #, no-c-format
 msgid ""
 "The name of a class implementing EvictionPolicy. Deprecated; it is "
@@ -429,13 +429,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:121
+#: Configuration.xml:116
 #, no-c-format
 msgid "EvictionPolicyConfig"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:126
+#: Configuration.xml:121
 #, no-c-format
 msgid ""
 "Configuration parameter for the specified eviction policy. Note that the "
@@ -443,13 +443,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:133
+#: Configuration.xml:128
 #, no-c-format
 msgid "FetchInMemoryState (renamed from FetchStateOnStartup)"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:138
+#: Configuration.xml:133
 #, no-c-format
 msgid ""
 "Whether or not to acquire the initial in-memory state from existing members. "
@@ -458,13 +458,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:145
+#: Configuration.xml:140
 #, no-c-format
 msgid "InactiveOnStartup"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:150
+#: Configuration.xml:145
 #, no-c-format
 msgid ""
 "Whether or not the entire tree is inactive upon startup, only responding to "
@@ -476,13 +476,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:157
+#: Configuration.xml:152
 #, no-c-format
 msgid "InitialStateRetrievalTimeout"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:162
+#: Configuration.xml:157
 #, no-c-format
 msgid ""
 "Time in milliseconds to wait for initial state retrieval. This should be "
@@ -492,13 +492,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:169
+#: Configuration.xml:164
 #, no-c-format
 msgid "IsolationLevel"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:174
+#: Configuration.xml:169
 #, no-c-format
 msgid ""
 "Node locking isolation level : SERIALIZABLE, REPEATABLE_READ (default), "
@@ -508,13 +508,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:181
+#: Configuration.xml:176
 #, no-c-format
 msgid "LockAcquisitionTimeout"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:186
+#: Configuration.xml:181
 #, no-c-format
 msgid ""
 "Time in milliseconds to wait for a lock to be acquired. If a lock cannot be "
@@ -522,13 +522,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:193
+#: Configuration.xml:188
 #, no-c-format
 msgid "MultiplexerService"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:198
+#: Configuration.xml:193
 #, no-c-format
 msgid ""
 "The JMX object name of the service that defines the JGroups multiplexer. In "
@@ -541,13 +541,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:205
+#: Configuration.xml:200
 #, no-c-format
 msgid "MultiplexerStack"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:210
+#: Configuration.xml:205
 #, no-c-format
 msgid ""
 "The name of the JGroups stack to be used with the TreeCache cluster. Stacks "
@@ -559,13 +559,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:217
+#: Configuration.xml:212
 #, no-c-format
 msgid "NodeLockingScheme"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:222
+#: Configuration.xml:217
 #, no-c-format
 msgid ""
 "May be PESSIMISTIC (default) or OPTIMISTIC. See documentation on "
@@ -573,13 +573,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:229
+#: Configuration.xml:224
 #, no-c-format
 msgid "ReplicationVersion"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:234
+#: Configuration.xml:229
 #, no-c-format
 msgid ""
 "Tells the cache to serialize cluster traffic in a format consistent with "
@@ -594,13 +594,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:241
+#: Configuration.xml:236
 #, no-c-format
 msgid "ReplQueueInterval"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:246
+#: Configuration.xml:241
 #, no-c-format
 msgid ""
 "Time in milliseconds for elements from the replication queue to be "
@@ -608,26 +608,26 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:253
+#: Configuration.xml:248
 #, no-c-format
 msgid "ReplQueueMaxElements"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:258
+#: Configuration.xml:253
 #, no-c-format
 msgid ""
 "Max number of elements in the replication queue until replication kicks in."
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:265
+#: Configuration.xml:260
 #, no-c-format
 msgid "SyncCommitPhase"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:270
+#: Configuration.xml:265
 #, no-c-format
 msgid ""
 "This option is used to control the behaviour of the commit part of a 2-phase "
@@ -639,13 +639,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:277
+#: Configuration.xml:272
 #, no-c-format
 msgid "SyncReplTimeout"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:282
+#: Configuration.xml:277
 #, no-c-format
 msgid ""
 "For synchronous replication: time in milliseconds to wait until replication "
@@ -653,13 +653,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:289
+#: Configuration.xml:284
 #, no-c-format
 msgid "SyncRollbackPhase"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:294
+#: Configuration.xml:289
 #, no-c-format
 msgid ""
 "This option is used to control the behaviour of the rollback part of a 2-"
@@ -671,13 +671,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:301
+#: Configuration.xml:296
 #, no-c-format
 msgid "TransactionManagerLookupClass"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:306
+#: Configuration.xml:301
 #, no-c-format
 msgid ""
 "The fully qualified name of a class implementing TransactionManagerLookup. "
@@ -686,13 +686,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:313
+#: Configuration.xml:308
 #, no-c-format
 msgid "UseInterceptorMbeans"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:318
+#: Configuration.xml:313
 #, no-c-format
 msgid ""
 "Specifies whether each interceptor should have an associated mbean "
@@ -702,13 +702,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:325
+#: Configuration.xml:320
 #, no-c-format
 msgid "UseRegionBasedMarshalling"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:330
+#: Configuration.xml:325
 #, no-c-format
 msgid ""
 "When unmarshalling replicated data, this option specifies whether or not to "
@@ -717,13 +717,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:337
+#: Configuration.xml:332
 #, no-c-format
 msgid "UseReplQueue"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:342
+#: Configuration.xml:337
 #, no-c-format
 msgid ""
 "For asynchronous replication: whether or not to use a replication queue "
@@ -731,13 +731,13 @@
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:349
+#: Configuration.xml:344
 #, no-c-format
 msgid "LockParentForChildInsertRemove"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:354
+#: Configuration.xml:349
 #, no-c-format
 msgid ""
 "When used with pessimistic locking and <literal>IsolationLevel</literal> of "
@@ -749,13 +749,13 @@
 msgstr ""
 
 #. Tag: title
-#: Configuration.xml:365
+#: Configuration.xml:360
 #, no-c-format
 msgid "Overriding options"
 msgstr ""
 
 #. Tag: para
-#: Configuration.xml:366
+#: Configuration.xml:361
 #, no-c-format
 msgid ""
 "As of JBoss Cache 1.3.0, a new API has been introduced, to allow you to "

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Eviction_policies.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Eviction_policies.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Eviction_policies.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:18+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Eviction_policies.xml:10
+#: Eviction_policies.xml:5
 #, no-c-format
 msgid "Eviction Policies"
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:11
+#: Eviction_policies.xml:6
 #, no-c-format
 msgid ""
 "Eviction policies specify the behavior of a node residing inside the cache, "
@@ -31,13 +31,13 @@
 msgstr ""
 
 #. Tag: title
-#: Eviction_policies.xml:15
+#: Eviction_policies.xml:10
 #, no-c-format
 msgid "Eviction Policy Plugin"
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:16
+#: Eviction_policies.xml:11
 #, no-c-format
 msgid ""
 "The design of the JBoss Cache eviction policy framework is based on the "
@@ -54,7 +54,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:19
+#: Eviction_policies.xml:14
 #, no-c-format
 msgid ""
 "There is a single eviction thread (timer) that will run at a configured "
@@ -66,7 +66,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:22
+#: Eviction_policies.xml:17
 #, no-c-format
 msgid ""
 "In order to implement an eviction policy, the following interfaces must be "
@@ -78,13 +78,13 @@
 msgstr ""
 
 #. Tag: title
-#: Eviction_policies.xml:26
+#: Eviction_policies.xml:21
 #, no-c-format
 msgid "TreeCache eviction UML Diagram"
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:33
+#: Eviction_policies.xml:28
 #, no-c-format
 msgid ""
 "public interface EvictionPolicy\n"
@@ -141,7 +141,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:34
+#: Eviction_policies.xml:29
 #, no-c-format
 msgid ""
 "public interface EvictionAlgorithm\n"
@@ -176,7 +176,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:35
+#: Eviction_policies.xml:30
 #, no-c-format
 msgid ""
 "public interface EvictionQueue\n"
@@ -245,7 +245,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:36
+#: Eviction_policies.xml:31
 #, no-c-format
 msgid ""
 "public interface EvictionConfiguration\n"
@@ -285,14 +285,14 @@
 msgstr ""
 
 #. Tag: emphasis
-#: Eviction_policies.xml:38 Eviction_policies.xml:60 Eviction_policies.xml:71
-#: Eviction_policies.xml:82
+#: Eviction_policies.xml:33 Eviction_policies.xml:55 Eviction_policies.xml:66
+#: Eviction_policies.xml:77
 #, no-c-format
 msgid "Note that:"
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:42
+#: Eviction_policies.xml:37
 #, no-c-format
 msgid ""
 "The EvictionConfiguration class 'parseXMLConfig(Element)' method expects "
@@ -301,7 +301,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:49
+#: Eviction_policies.xml:44
 #, no-c-format
 msgid ""
 "The EvictionConfiguration implementation should maintain getter and setter "
@@ -311,7 +311,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:54
+#: Eviction_policies.xml:49
 #, no-c-format
 msgid ""
 "Alternatively, the implementation of a new eviction policy provider can be "
@@ -323,7 +323,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:57
+#: Eviction_policies.xml:52
 #, no-c-format
 msgid ""
 "public abstract class BaseEvictionPolicy implements EvictionPolicy\n"
@@ -395,7 +395,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:58
+#: Eviction_policies.xml:53
 #, no-c-format
 msgid ""
 "public abstract class BaseEvictionAlgorithm implements EvictionAlgorithm\n"
@@ -778,7 +778,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:64
+#: Eviction_policies.xml:59
 #, no-c-format
 msgid ""
 "The BaseEvictionAlgorithm class maintains a processing structure. It will "
@@ -791,7 +791,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:69
+#: Eviction_policies.xml:64
 #, no-c-format
 msgid ""
 "public abstract class BaseSortedEvictionAlgorithm extends "
@@ -885,7 +885,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:75
+#: Eviction_policies.xml:70
 #, no-c-format
 msgid ""
 "The BaseSortedEvictionAlgorithm class will maintain a boolean through the "
@@ -896,7 +896,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:80
+#: Eviction_policies.xml:75
 #, no-c-format
 msgid ""
 "public interface SortedEvictionQueue extends EvictionQueue\n"
@@ -909,7 +909,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:86
+#: Eviction_policies.xml:81
 #, no-c-format
 msgid ""
 "The SortedEvictionQueue interface defines the contract used by the "
@@ -921,13 +921,13 @@
 msgstr ""
 
 #. Tag: title
-#: Eviction_policies.xml:94
+#: Eviction_policies.xml:89
 #, no-c-format
 msgid "TreeCache Eviction Policy Configuration"
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:95
+#: Eviction_policies.xml:90
 #, no-c-format
 msgid ""
 "TreeCache 1.2.X allows a single eviction policy provider class to be "
@@ -938,7 +938,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:98
+#: Eviction_policies.xml:93
 #, no-c-format
 msgid ""
 "Here is an example of a legacy 1.2.x EvictionPolicyConfig element to "
@@ -946,7 +946,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:101
+#: Eviction_policies.xml:96
 #, no-c-format
 msgid ""
 "&lt;attribute name=\"EvictionPolicyClass\"&gt;org.jboss.cache.eviction."
@@ -994,14 +994,14 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:102
+#: Eviction_policies.xml:97
 #, no-c-format
 msgid ""
 "Here is an example of configuring a different eviction provider per region"
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:105
+#: Eviction_policies.xml:100
 #, no-c-format
 msgid ""
 "&lt;attribute name=\"EvictionPolicyConfig\"&gt;\n"
@@ -1040,7 +1040,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:106
+#: Eviction_policies.xml:101
 #, no-c-format
 msgid ""
 "Lastly, an example of mixed mode. In this scenario the regions that have a "
@@ -1049,7 +1049,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:109
+#: Eviction_policies.xml:104
 #, no-c-format
 msgid ""
 "&lt;attribute name=\"EvictionPolicyClass\"&gt;org.jboss.cache.eviction."
@@ -1084,7 +1084,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:110
+#: Eviction_policies.xml:105
 #, no-c-format
 msgid ""
 "TreeCache now allows reconfiguration of eviction policy providers "
@@ -1094,7 +1094,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Eviction_policies.xml:113
+#: Eviction_policies.xml:108
 #, no-c-format
 msgid ""
 "// note this is just to show that a running TreeCache instance must be\n"
@@ -1113,13 +1113,13 @@
 msgstr ""
 
 #. Tag: title
-#: Eviction_policies.xml:117
+#: Eviction_policies.xml:112
 #, no-c-format
 msgid "TreeCache LRU eviction policy implementation"
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:118
+#: Eviction_policies.xml:113
 #, no-c-format
 msgid ""
 "TreeCache has implemented a LRU eviction policy, <literal>org.jboss.cache."
@@ -1129,8 +1129,8 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:123 Eviction_policies.xml:161
-#: Eviction_policies.xml:189 Eviction_policies.xml:217
+#: Eviction_policies.xml:118 Eviction_policies.xml:156
+#: Eviction_policies.xml:184 Eviction_policies.xml:212
 #, no-c-format
 msgid ""
 "<literal>wakeUpIntervalSeconds</literal>. This is the interval (in seconds) "
@@ -1139,8 +1139,8 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:128 Eviction_policies.xml:166
-#: Eviction_policies.xml:194 Eviction_policies.xml:222
+#: Eviction_policies.xml:123 Eviction_policies.xml:161
+#: Eviction_policies.xml:189 Eviction_policies.xml:217
 #, no-c-format
 msgid ""
 "<literal>Region</literal>. Region is a group of nodes that possess the same "
@@ -1157,7 +1157,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:131
+#: Eviction_policies.xml:126
 #, no-c-format
 msgid ""
 "<literal>maxNodes</literal>. This is the maximum number of nodes allowed in "
@@ -1165,7 +1165,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:136
+#: Eviction_policies.xml:131
 #, no-c-format
 msgid ""
 "<literal>timeToLiveSeconds</literal>. Time to idle (in seconds) before the "
@@ -1173,7 +1173,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:141
+#: Eviction_policies.xml:136
 #, no-c-format
 msgid ""
 "<literal>maxAgeSeconds</literal>. Time an object should exist in TreeCache "
@@ -1182,19 +1182,19 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:149
+#: Eviction_policies.xml:144
 #, no-c-format
 msgid "Please see the above section for an example."
 msgstr ""
 
 #. Tag: title
-#: Eviction_policies.xml:155
+#: Eviction_policies.xml:150
 #, no-c-format
 msgid "TreeCache FIFO eviction policy implementation"
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:156
+#: Eviction_policies.xml:151
 #, no-c-format
 msgid ""
 "TreeCache has implemented a FIFO eviction policy, <literal>org.jboss.cache."
@@ -1204,7 +1204,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:169 Eviction_policies.xml:197
+#: Eviction_policies.xml:164 Eviction_policies.xml:192
 #, no-c-format
 msgid ""
 "<literal>maxNodes</literal>. This is the maximum number of nodes allowed in "
@@ -1213,20 +1213,20 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:177 Eviction_policies.xml:205
-#: Eviction_policies.xml:238
+#: Eviction_policies.xml:172 Eviction_policies.xml:200
+#: Eviction_policies.xml:233
 #, no-c-format
 msgid "Please read the above section for an example."
 msgstr ""
 
 #. Tag: title
-#: Eviction_policies.xml:183
+#: Eviction_policies.xml:178
 #, no-c-format
 msgid "TreeCache MRU eviction policy implementation"
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:184
+#: Eviction_policies.xml:179
 #, no-c-format
 msgid ""
 "TreeCache has implemented a MRU eviction policy, <literal>org.jboss.cache."
@@ -1237,13 +1237,13 @@
 msgstr ""
 
 #. Tag: title
-#: Eviction_policies.xml:211
+#: Eviction_policies.xml:206
 #, no-c-format
 msgid "TreeCache LFU eviction policy implementation"
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:212
+#: Eviction_policies.xml:207
 #, no-c-format
 msgid ""
 "TreeCache has implemented a LFU eviction policy, <literal>org.jboss.cache."
@@ -1263,7 +1263,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:225
+#: Eviction_policies.xml:220
 #, no-c-format
 msgid ""
 "<literal>maxNodes</literal>. This is the maximum number of nodes allowed in "
@@ -1272,7 +1272,7 @@
 msgstr ""
 
 #. Tag: para
-#: Eviction_policies.xml:230
+#: Eviction_policies.xml:225
 #, no-c-format
 msgid ""
 "<literal>minNodes</literal>. This is the minimum number of nodes allowed in "

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Introduction.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Introduction.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Introduction.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:18+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,30 +15,29 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Introduction.xml:10
+#: Introduction.xml:5
 #, no-c-format
 msgid "Introduction"
 msgstr ""
 
 #. Tag: title
-#: Introduction.xml:12
+#: Introduction.xml:7
 #, no-c-format
 msgid "What is a TreeCache?"
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:13
+#: Introduction.xml:8
 #, no-c-format
 msgid ""
 "A <literal>TreeCache</literal> is a tree-structured, replicated, "
 "transactional cache from JBoss Cache. <literal>TreeCache</literal> is the "
 "backbone for many fundamental JBoss Application Server clustering services, "
-"including - in certain versions - clustering JNDI, HTTP and EJB sessions, "
-"and clustering JMS."
+"including - in certain versions - HTTP and EJB sessions."
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:16
+#: Introduction.xml:11
 #, no-c-format
 msgid ""
 "In addition to this, <literal>TreeCache</literal> can be used as a "
@@ -49,13 +48,13 @@
 msgstr ""
 
 #. Tag: title
-#: Introduction.xml:22
+#: Introduction.xml:17
 #, no-c-format
 msgid "TreeCache Basics"
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:23
+#: Introduction.xml:18
 #, no-c-format
 msgid ""
 "The structure of a <literal>TreeCache</literal> is a tree with nodes. Each "
@@ -68,7 +67,7 @@
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:26
+#: Introduction.xml:21
 #, no-c-format
 msgid ""
 "A <literal>TreeCache</literal> can have multiple roots, allowing for a "
@@ -81,7 +80,7 @@
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:29
+#: Introduction.xml:24
 #, no-c-format
 msgid ""
 "A <literal>TreeCache</literal> can be either local or replicated. Local "
@@ -92,7 +91,7 @@
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:32
+#: Introduction.xml:27
 #, no-c-format
 msgid ""
 "The first version of <literal>TreeCache</literal> was essentially a single "
@@ -112,7 +111,7 @@
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:35
+#: Introduction.xml:30
 #, no-c-format
 msgid ""
 "When a change is made to the <literal>TreeCache</literal>, and that change "
@@ -127,7 +126,7 @@
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:38
+#: Introduction.xml:33
 #, no-c-format
 msgid ""
 "If a caller has no transaction associated with it (and isolation level is "
@@ -140,7 +139,7 @@
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:41
+#: Introduction.xml:36
 #, no-c-format
 msgid ""
 "There is an API for plugging in different transaction managers: all it "
@@ -151,7 +150,7 @@
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:44
+#: Introduction.xml:39
 #, no-c-format
 msgid ""
 "Finally, we use pessimistic locking of the cache by default, with optimistic "
@@ -160,13 +159,13 @@
 "isolation levels, i.e., SERIALIZABLE, REPEATABLE, READ_COMMITTED, "
 "READ_UNCOMMITTED and NONE. More on transaction isolation levels will be "
 "discussed later. Note that the cluster-wide isolation level is READ-"
-"UNCOMMITTED by default as we don&#8217;t acquire a cluster-wide lock on "
-"touching an object for which we don&#8217;t yet have a lock (this would "
-"result in too high an overhead for messaging)."
+"UNCOMMITTED by default as we do not acquire a cluster-wide lock on touching "
+"an object for which we do not yet have a lock (this would result in too high "
+"an overhead for messaging)."
 msgstr ""
 
 #. Tag: para
-#: Introduction.xml:47
+#: Introduction.xml:42
 #, no-c-format
 msgid ""
 "With optimistic locking, isolation levels are ignored as each transaction "

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Jboss_integration.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Jboss_integration.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Jboss_integration.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:18+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Jboss_integration.xml:10
+#: Jboss_integration.xml:5
 #, no-c-format
 msgid "Running JBoss Cache within JBoss Application Server"
 msgstr ""
 
 #. Tag: para
-#: Jboss_integration.xml:11
+#: Jboss_integration.xml:6
 #, no-c-format
 msgid ""
 "If JBoss Cache is run in JBoss AS then JBoss Cache can be deployed as an "
@@ -33,7 +33,7 @@
 msgstr ""
 
 #. Tag: para
-#: Jboss_integration.xml:14
+#: Jboss_integration.xml:9
 #, no-c-format
 msgid ""
 "First, the <literal>jboss-cache.jar</literal> file has to be copied to the /"
@@ -43,7 +43,7 @@
 msgstr ""
 
 #. Tag: para
-#: Jboss_integration.xml:17
+#: Jboss_integration.xml:12
 #, no-c-format
 msgid ""
 "In order to be used from a client such as a servlet in the Tomcat web "
@@ -51,7 +51,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Jboss_integration.xml:20
+#: Jboss_integration.xml:15
 #, no-c-format
 msgid ""
 "MBeanServer server=MBeanServerLocator.locateJBoss();\n"
@@ -62,7 +62,7 @@
 msgstr ""
 
 #. Tag: para
-#: Jboss_integration.xml:21
+#: Jboss_integration.xml:16
 #, no-c-format
 msgid ""
 "The MBeanServerLocator class is a helper to find the (only) JBoss MBean "
@@ -73,13 +73,13 @@
 msgstr ""
 
 #. Tag: title
-#: Jboss_integration.xml:25
+#: Jboss_integration.xml:20
 #, no-c-format
 msgid "Running as an MBean"
 msgstr ""
 
 #. Tag: para
-#: Jboss_integration.xml:26
+#: Jboss_integration.xml:21
 #, no-c-format
 msgid ""
 "If JBoss Cache is run inside of JBoss AS (as an MBean), we can bind it into "
@@ -88,7 +88,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Jboss_integration.xml:27
+#: Jboss_integration.xml:22
 #, no-c-format
 msgid ""
 "&lt;mbean\n"
@@ -119,7 +119,7 @@
 msgstr ""
 
 #. Tag: para
-#: Jboss_integration.xml:29
+#: Jboss_integration.xml:24
 #, no-c-format
 msgid ""
 "The <literal>InvokerName</literal> attribute needs to point to a valid JBoss "

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Mgmt_information.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Mgmt_information.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Mgmt_information.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:18+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Mgmt_information.xml:10
+#: Mgmt_information.xml:5
 #, no-c-format
 msgid "Management Information"
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:11
+#: Mgmt_information.xml:6
 #, no-c-format
 msgid ""
 "JBoss Cache includes JMX MBeans to expose cache functionality and provide "
@@ -31,13 +31,13 @@
 msgstr ""
 
 #. Tag: title
-#: Mgmt_information.xml:15
+#: Mgmt_information.xml:10
 #, no-c-format
 msgid "JBoss Cache MBeans"
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:16
+#: Mgmt_information.xml:11
 #, no-c-format
 msgid ""
 "JBoss Cache provides an MBean that allows JMX access to a cache instance. "
@@ -49,7 +49,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:19
+#: Mgmt_information.xml:14
 #, no-c-format
 msgid ""
 "JBoss Cache also provides MBeans for each interceptor configured in the "
@@ -63,13 +63,13 @@
 msgstr ""
 
 #. Tag: title
-#: Mgmt_information.xml:25
+#: Mgmt_information.xml:20
 #, no-c-format
 msgid "JBoss Cache Statistics"
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:26
+#: Mgmt_information.xml:21
 #, no-c-format
 msgid ""
 "JBoss Cache captures statistics in its interceptors and exposes the "
@@ -80,7 +80,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:29
+#: Mgmt_information.xml:24
 #, no-c-format
 msgid ""
 "Each interceptor's MBean provides an attribute that can be used to disable "
@@ -94,14 +94,14 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:32
+#: Mgmt_information.xml:27
 #, no-c-format
 msgid ""
 "Each interceptor provides the following common operations and attributes."
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:37
+#: Mgmt_information.xml:32
 #, no-c-format
 msgid ""
 "dumpStatistics - returns a Map containing the interceptor's attributes and "
@@ -109,13 +109,13 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:40
+#: Mgmt_information.xml:35
 #, no-c-format
 msgid "resetStatistics - resets all statistics maintained by the interceptor."
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:43
+#: Mgmt_information.xml:38
 #, no-c-format
 msgid ""
 "setStatisticsEnabled(boolean) - allows statistics to be disabled for a "
@@ -123,7 +123,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:46
+#: Mgmt_information.xml:41
 #, no-c-format
 msgid ""
 "The following table describes the statistics currently available for JBoss "
@@ -131,213 +131,213 @@
 msgstr ""
 
 #. Tag: title
-#: Mgmt_information.xml:50
+#: Mgmt_information.xml:45
 #, no-c-format
 msgid "JBoss Cache Management Statistics"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:58
+#: Mgmt_information.xml:53
 #, no-c-format
 msgid "MBean Name"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:61
+#: Mgmt_information.xml:56
 #, no-c-format
 msgid "Attribute"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:64
+#: Mgmt_information.xml:59
 #, no-c-format
 msgid "Type"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:67
+#: Mgmt_information.xml:62
 #, no-c-format
 msgid "Description"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:74
+#: Mgmt_information.xml:69
 #, no-c-format
 msgid "ActivationInterceptor"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:77
+#: Mgmt_information.xml:72
 #, no-c-format
 msgid "Activations"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:80 Mgmt_information.xml:94 Mgmt_information.xml:108
-#: Mgmt_information.xml:122 Mgmt_information.xml:136 Mgmt_information.xml:150
-#: Mgmt_information.xml:164 Mgmt_information.xml:206 Mgmt_information.xml:220
-#: Mgmt_information.xml:234 Mgmt_information.xml:248 Mgmt_information.xml:290
-#: Mgmt_information.xml:304 Mgmt_information.xml:318 Mgmt_information.xml:332
-#: Mgmt_information.xml:346 Mgmt_information.xml:360
+#: Mgmt_information.xml:75 Mgmt_information.xml:89 Mgmt_information.xml:103
+#: Mgmt_information.xml:117 Mgmt_information.xml:131 Mgmt_information.xml:145
+#: Mgmt_information.xml:159 Mgmt_information.xml:201 Mgmt_information.xml:215
+#: Mgmt_information.xml:229 Mgmt_information.xml:243 Mgmt_information.xml:285
+#: Mgmt_information.xml:299 Mgmt_information.xml:313 Mgmt_information.xml:327
+#: Mgmt_information.xml:341 Mgmt_information.xml:355
 #, no-c-format
 msgid "long"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:83
+#: Mgmt_information.xml:78
 #, no-c-format
 msgid "Number of passivated nodes that have been activated."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:88 Mgmt_information.xml:102
+#: Mgmt_information.xml:83 Mgmt_information.xml:97
 #, no-c-format
 msgid "CacheLoaderInterceptor"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:91
+#: Mgmt_information.xml:86
 #, no-c-format
 msgid "CacheLoaderLoads"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:97
+#: Mgmt_information.xml:92
 #, no-c-format
 msgid "Number of nodes loaded through a cache loader."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:105
+#: Mgmt_information.xml:100
 #, no-c-format
 msgid "CacheLoaderMisses"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:111
+#: Mgmt_information.xml:106
 #, no-c-format
 msgid "Number of unsuccessful attempts to load a node through a cache loader."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:116 Mgmt_information.xml:130 Mgmt_information.xml:144
-#: Mgmt_information.xml:158 Mgmt_information.xml:172 Mgmt_information.xml:186
-#: Mgmt_information.xml:200 Mgmt_information.xml:214 Mgmt_information.xml:228
-#: Mgmt_information.xml:242 Mgmt_information.xml:256 Mgmt_information.xml:270
+#: Mgmt_information.xml:111 Mgmt_information.xml:125 Mgmt_information.xml:139
+#: Mgmt_information.xml:153 Mgmt_information.xml:167 Mgmt_information.xml:181
+#: Mgmt_information.xml:195 Mgmt_information.xml:209 Mgmt_information.xml:223
+#: Mgmt_information.xml:237 Mgmt_information.xml:251 Mgmt_information.xml:265
 #, no-c-format
 msgid "CacheMgmtInterceptor"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:119
+#: Mgmt_information.xml:114
 #, no-c-format
 msgid "Hits"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:125
+#: Mgmt_information.xml:120
 #, no-c-format
 msgid "Number of successful attribute retrievals."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:133
+#: Mgmt_information.xml:128
 #, no-c-format
 msgid "Misses"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:139
+#: Mgmt_information.xml:134
 #, no-c-format
 msgid "Number of unsuccessful attribute retrievals."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:147
+#: Mgmt_information.xml:142
 #, no-c-format
 msgid "Stores"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:153
+#: Mgmt_information.xml:148
 #, no-c-format
 msgid "Number of attribute store operations."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:161
+#: Mgmt_information.xml:156
 #, no-c-format
 msgid "Evictions"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:167
+#: Mgmt_information.xml:162
 #, no-c-format
 msgid "Number of node evictions."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:175
+#: Mgmt_information.xml:170
 #, no-c-format
 msgid "NumberOfAttributes"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:178 Mgmt_information.xml:192
+#: Mgmt_information.xml:173 Mgmt_information.xml:187
 #, no-c-format
 msgid "<entry>int</entry>"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:181
+#: Mgmt_information.xml:176
 #, no-c-format
 msgid "Number of attributes currently cached."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:189
+#: Mgmt_information.xml:184
 #, no-c-format
 msgid "NumberOfNodes"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:195
+#: Mgmt_information.xml:190
 #, no-c-format
 msgid "Number of nodes currently cached."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:203
+#: Mgmt_information.xml:198
 #, no-c-format
 msgid "ElapsedTime"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:209
+#: Mgmt_information.xml:204
 #, no-c-format
 msgid "Number of seconds that the cache has been running."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:217
+#: Mgmt_information.xml:212
 #, no-c-format
 msgid "TimeSinceReset"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:223
+#: Mgmt_information.xml:218
 #, no-c-format
 msgid "Number of seconds since the cache statistics have been reset."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:231
+#: Mgmt_information.xml:226
 #, no-c-format
 msgid "AverageReadTime"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:237
+#: Mgmt_information.xml:232
 #, no-c-format
 msgid ""
 "Average time in milliseconds to retrieve a cache attribute, including "
@@ -345,31 +345,31 @@
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:245
+#: Mgmt_information.xml:240
 #, no-c-format
 msgid "AverageWriteTime"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:251
+#: Mgmt_information.xml:246
 #, no-c-format
 msgid "Average time in milliseconds to write a cache attribute."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:259
+#: Mgmt_information.xml:254
 #, no-c-format
 msgid "HitMissRatio"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:262 Mgmt_information.xml:276
+#: Mgmt_information.xml:257 Mgmt_information.xml:271
 #, no-c-format
 msgid "double"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:265
+#: Mgmt_information.xml:260
 #, no-c-format
 msgid ""
 "Ratio of hits to hits and misses. A hit is a get attribute operation that "
@@ -378,13 +378,13 @@
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:273
+#: Mgmt_information.xml:268
 #, no-c-format
 msgid "ReadWriteRatio"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:279
+#: Mgmt_information.xml:274
 #, no-c-format
 msgid ""
 "Ratio of read operations to write operations. This is the ratio of cache "
@@ -392,110 +392,110 @@
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:284
+#: Mgmt_information.xml:279
 #, no-c-format
 msgid "CacheStoreInterceptor"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:287
+#: Mgmt_information.xml:282
 #, no-c-format
 msgid "CacheLoaderStores"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:293
+#: Mgmt_information.xml:288
 #, no-c-format
 msgid "Number of nodes written to the cache loader."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:298
+#: Mgmt_information.xml:293
 #, no-c-format
 msgid "InvalidationInterceptor"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:301
+#: Mgmt_information.xml:296
 #, no-c-format
 msgid "Invalidations"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:307
+#: Mgmt_information.xml:302
 #, no-c-format
 msgid "Number of cached nodes that have been invalidated."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:312
+#: Mgmt_information.xml:307
 #, no-c-format
 msgid "PassivationInterceptor"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:315
+#: Mgmt_information.xml:310
 #, no-c-format
 msgid "Passivations"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:321
+#: Mgmt_information.xml:316
 #, no-c-format
 msgid "Number of cached nodes that have been passivated."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:326 Mgmt_information.xml:340 Mgmt_information.xml:354
+#: Mgmt_information.xml:321 Mgmt_information.xml:335 Mgmt_information.xml:349
 #, no-c-format
 msgid "TxInterceptor"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:329
+#: Mgmt_information.xml:324
 #, no-c-format
 msgid "Prepares"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:335
+#: Mgmt_information.xml:330
 #, no-c-format
 msgid "Number of transaction prepare operations performed by this interceptor."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:343
+#: Mgmt_information.xml:338
 #, no-c-format
 msgid "Commits"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:349
+#: Mgmt_information.xml:344
 #, no-c-format
 msgid "Number of transaction commit operations performed by this interceptor."
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:357
+#: Mgmt_information.xml:352
 #, no-c-format
 msgid "Rollbacks"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:363
+#: Mgmt_information.xml:358
 #, no-c-format
 msgid ""
 "Number of transaction rollbacks operations performed by this interceptor."
 msgstr ""
 
 #. Tag: title
-#: Mgmt_information.xml:373
+#: Mgmt_information.xml:368
 #, no-c-format
 msgid "Receiving Cache Notifications"
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:374
+#: Mgmt_information.xml:369
 #, no-c-format
 msgid ""
 "JBoss Cache users can register a listener to receive cache events as "
@@ -508,7 +508,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:377
+#: Mgmt_information.xml:372
 #, no-c-format
 msgid ""
 "The following table depicts the JMX notifications available for JBoss Cache "
@@ -519,238 +519,238 @@
 msgstr ""
 
 #. Tag: title
-#: Mgmt_information.xml:381
+#: Mgmt_information.xml:376
 #, no-c-format
 msgid "JBoss Cache MBean Notifications"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:385
+#: Mgmt_information.xml:380
 #, no-c-format
 msgid "Notification Type"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:388
+#: Mgmt_information.xml:383
 #, no-c-format
 msgid "Notification Data"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:391
+#: Mgmt_information.xml:386
 #, no-c-format
 msgid "TreeCacheListener Event"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:398
+#: Mgmt_information.xml:393
 #, no-c-format
 msgid "org.jboss.cache.CacheStarted"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:401 Mgmt_information.xml:412
+#: Mgmt_information.xml:396 Mgmt_information.xml:407
 #, no-c-format
 msgid "String : cache service name"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:404
+#: Mgmt_information.xml:399
 #, no-c-format
 msgid "cacheStarted"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:409
+#: Mgmt_information.xml:404
 #, no-c-format
 msgid "org.jboss.cache.CacheStopped"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:415
+#: Mgmt_information.xml:410
 #, no-c-format
 msgid "cacheStopped"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:420
+#: Mgmt_information.xml:415
 #, no-c-format
 msgid "org.jboss.cache.NodeCreated"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:423 Mgmt_information.xml:434 Mgmt_information.xml:445
-#: Mgmt_information.xml:456 Mgmt_information.xml:467 Mgmt_information.xml:478
+#: Mgmt_information.xml:418 Mgmt_information.xml:429 Mgmt_information.xml:440
+#: Mgmt_information.xml:451 Mgmt_information.xml:462 Mgmt_information.xml:473
 #, no-c-format
 msgid "String : fqn"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:426
+#: Mgmt_information.xml:421
 #, no-c-format
 msgid "NodeCreated"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:431
+#: Mgmt_information.xml:426
 #, no-c-format
 msgid "org.jboss.cache.NodeEvicted"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:437
+#: Mgmt_information.xml:432
 #, no-c-format
 msgid "NodeEvicted"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:442
+#: Mgmt_information.xml:437
 #, no-c-format
 msgid "org.jboss.cache.NodeLoaded"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:448
+#: Mgmt_information.xml:443
 #, no-c-format
 msgid "NodeLoaded"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:453
+#: Mgmt_information.xml:448
 #, no-c-format
 msgid "org.jboss.cache.NodeModifed"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:459
+#: Mgmt_information.xml:454
 #, no-c-format
 msgid "NodeModifed"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:464
+#: Mgmt_information.xml:459
 #, no-c-format
 msgid "org.jboss.cache.NodeRemoved"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:470
+#: Mgmt_information.xml:465
 #, no-c-format
 msgid "NodeRemoved"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:475
+#: Mgmt_information.xml:470
 #, no-c-format
 msgid "org.jboss.cache.NodeVisited"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:481
+#: Mgmt_information.xml:476
 #, no-c-format
 msgid "NodeVisited"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:486
+#: Mgmt_information.xml:481
 #, no-c-format
 msgid "org.jboss.cache.ViewChange"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:489
+#: Mgmt_information.xml:484
 #, no-c-format
 msgid "String : view"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:492
+#: Mgmt_information.xml:487
 #, no-c-format
 msgid "ViewChange"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:497
+#: Mgmt_information.xml:492
 #, no-c-format
-msgid "org.jboss.cache.NodeActivate"
+msgid "org.jboss.cache.NodeActivate:"
 msgstr ""
 
-#. Tag: entry
-#: Mgmt_information.xml:502 Mgmt_information.xml:522 Mgmt_information.xml:542
-#: Mgmt_information.xml:567 Mgmt_information.xml:587
+#. Tag: para
+#: Mgmt_information.xml:496 Mgmt_information.xml:517 Mgmt_information.xml:538
+#: Mgmt_information.xml:564 Mgmt_information.xml:585
 #, no-c-format
 msgid "Object[0]=String: fqn"
 msgstr ""
 
-#. Tag: entry
-#: Mgmt_information.xml:507 Mgmt_information.xml:527 Mgmt_information.xml:547
-#: Mgmt_information.xml:572 Mgmt_information.xml:592
+#. Tag: para
+#: Mgmt_information.xml:501 Mgmt_information.xml:522 Mgmt_information.xml:543
+#: Mgmt_information.xml:569 Mgmt_information.xml:590
 #, no-c-format
 msgid "Object[1]=Boolean: pre"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:512
+#: Mgmt_information.xml:508
 #, no-c-format
 msgid "NodeActivate"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:517
+#: Mgmt_information.xml:513
 #, no-c-format
 msgid "org.jboss.cache.NodeEvict"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:532
+#: Mgmt_information.xml:528
 #, no-c-format
 msgid "NodeEvict"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:537
+#: Mgmt_information.xml:533
 #, no-c-format
 msgid "org.jboss.cache.NodeModify"
 msgstr ""
 
-#. Tag: entry
-#: Mgmt_information.xml:552 Mgmt_information.xml:597
+#. Tag: para
+#: Mgmt_information.xml:548 Mgmt_information.xml:595
 #, no-c-format
 msgid "Object[2]=Boolean: isLocal"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:557
+#: Mgmt_information.xml:554
 #, no-c-format
 msgid "NodeModify"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:562
+#: Mgmt_information.xml:559
 #, no-c-format
 msgid "org.jboss.cache.NodePassivate"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:577
+#: Mgmt_information.xml:575
 #, no-c-format
 msgid "NodePassivate"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:582
+#: Mgmt_information.xml:580
 #, no-c-format
 msgid "org.jboss.cache.NodeRemove"
 msgstr ""
 
 #. Tag: entry
-#: Mgmt_information.xml:602
+#: Mgmt_information.xml:601
 #, no-c-format
 msgid "NodeRemove"
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:609
+#: Mgmt_information.xml:608
 #, no-c-format
 msgid ""
 "The following is an example of how to programmatically receive cache "
@@ -760,7 +760,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Mgmt_information.xml:612
+#: Mgmt_information.xml:611
 #, no-c-format
 msgid ""
 "MyListener listener = new MyListener();\n"
@@ -794,7 +794,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:613
+#: Mgmt_information.xml:612
 #, no-c-format
 msgid ""
 "The following is the simple notification listener implementation used in the "
@@ -802,7 +802,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Mgmt_information.xml:616
+#: Mgmt_information.xml:615
 #, no-c-format
 msgid ""
 "private class MyListener implements NotificationListener, Serializable {\n"
@@ -833,7 +833,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:617
+#: Mgmt_information.xml:616
 #, no-c-format
 msgid ""
 "Note: the JBoss Cache management implementation only listens to cache events "
@@ -843,13 +843,13 @@
 msgstr ""
 
 #. Tag: title
-#: Mgmt_information.xml:623
+#: Mgmt_information.xml:622
 #, no-c-format
 msgid "Accessing Cache MBeans in a Standalone Environment"
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:624
+#: Mgmt_information.xml:623
 #, no-c-format
 msgid ""
 "JBoss Cache MBeans are readily accessed when running cache instances in an "
@@ -859,7 +859,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:627
+#: Mgmt_information.xml:626
 #, no-c-format
 msgid ""
 "JBoss Cache MBeans are also accessible when running in a non-server "
@@ -868,7 +868,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:633
+#: Mgmt_information.xml:632
 #, no-c-format
 msgid ""
 "Set the system property <emphasis>-Dcom.sun.management.jmxremote</emphasis> "
@@ -876,7 +876,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:636
+#: Mgmt_information.xml:635
 #, no-c-format
 msgid ""
 "Once the JVM is running, start the JDK 5 <emphasis>jconsole</emphasis> "
@@ -884,7 +884,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:639
+#: Mgmt_information.xml:638
 #, no-c-format
 msgid ""
 "When the utility loads, you will be able to select your JVM and connect to "
@@ -892,7 +892,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:643
+#: Mgmt_information.xml:642
 #, no-c-format
 msgid ""
 "Note: The <emphasis>jconsole</emphasis> utility will automatically register "
@@ -901,7 +901,7 @@
 msgstr ""
 
 #. Tag: para
-#: Mgmt_information.xml:646
+#: Mgmt_information.xml:645
 #, no-c-format
 msgid ""
 "The following figure shows cache interceptor MBeans in <emphasis>jconsole</"
@@ -909,7 +909,7 @@
 msgstr ""
 
 #. Tag: title
-#: Mgmt_information.xml:650
+#: Mgmt_information.xml:649
 #, no-c-format
 msgid "CacheMgmtInterceptor MBean"
 msgstr ""

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Replication.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Replication.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Replication.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:18+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Replication.xml:10
+#: Replication.xml:5
 #, no-c-format
 msgid "Clustered Caches"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:11
+#: Replication.xml:6
 #, no-c-format
 msgid ""
 "The <literal>TreeCache</literal> can be configured to be either local "
@@ -31,13 +31,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:15
+#: Replication.xml:10
 #, no-c-format
 msgid "Local Cache"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:16
+#: Replication.xml:11
 #, no-c-format
 msgid ""
 "Local caches don't join a cluster and don't communicate with other nodes in "
@@ -47,13 +47,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:22
+#: Replication.xml:17
 #, no-c-format
 msgid "Clustered Cache - Using Replication"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:23
+#: Replication.xml:18
 #, no-c-format
 msgid ""
 "Replicated caches replicate all changes to the other <literal>TreeCache</"
@@ -62,7 +62,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:26
+#: Replication.xml:21
 #, no-c-format
 msgid ""
 "Replication can be synchronous or asynchronous . Use of either one of the "
@@ -76,7 +76,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:29
+#: Replication.xml:24
 #, no-c-format
 msgid ""
 "Asynchronous replication is faster (no caller blocking), because synchronous "
@@ -91,13 +91,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:33
+#: Replication.xml:28
 #, no-c-format
 msgid "Replicated Caches and Transactions"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:34
+#: Replication.xml:29
 #, no-c-format
 msgid ""
 "When using transactions, replication only occurs at the transaction boundary "
@@ -109,7 +109,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:37
+#: Replication.xml:32
 #, no-c-format
 msgid ""
 "Depending on whether you are running your cluster in asynchronous or "
@@ -119,13 +119,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:41
+#: Replication.xml:36
 #, no-c-format
 msgid "One Phase Commits"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:42
+#: Replication.xml:37
 #, no-c-format
 msgid ""
 "Used when your cache mode is REPL_ASYNC. All modifications are replicated in "
@@ -136,13 +136,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:48
+#: Replication.xml:43
 #, no-c-format
 msgid "Two Phase Commits"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:49
+#: Replication.xml:44
 #, no-c-format
 msgid ""
 "Used when your cache mode is REPL_SYNC. Upon committing your transaction, "
@@ -155,7 +155,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:52
+#: Replication.xml:47
 #, no-c-format
 msgid ""
 "Note that although the prepare phase is synchronous, the commit and rollback "
@@ -170,13 +170,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:60
+#: Replication.xml:55
 #, no-c-format
 msgid "Buddy Replication"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:61
+#: Replication.xml:56
 #, no-c-format
 msgid ""
 "Buddy Replication allows you to suppress replicating your data to all "
@@ -187,7 +187,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:64
+#: Replication.xml:59
 #, no-c-format
 msgid ""
 "One of the most common use cases of Buddy Replication is when a replicated "
@@ -202,7 +202,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:67
+#: Replication.xml:62
 #, no-c-format
 msgid ""
 "If this is not possible, Buddy Replication may prove to be more of an "
@@ -210,13 +210,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:71
+#: Replication.xml:66
 #, no-c-format
 msgid "Selecting Buddies"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:72
+#: Replication.xml:67
 #, no-c-format
 msgid ""
 "Buddy Replication uses an instance of a <literal>org.jboss.cache."
@@ -230,7 +230,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:75
+#: Replication.xml:70
 #, no-c-format
 msgid ""
 "The <literal>NextMemberBuddyLocator</literal> takes in 2 parameters, both "
@@ -238,7 +238,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:78
+#: Replication.xml:73
 #, no-c-format
 msgid ""
 "<literal>numBuddies</literal> - specifies how many buddies each instance "
@@ -246,7 +246,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:81
+#: Replication.xml:76
 #, no-c-format
 msgid ""
 "<literal>ignoreColocatedBuddies</literal> - means that each instance will "
@@ -256,13 +256,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:88
+#: Replication.xml:83
 #, no-c-format
 msgid "BuddyPools"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:89
+#: Replication.xml:84
 #, no-c-format
 msgid ""
 "Also known as replication groups, a buddy pool is an optional construct "
@@ -279,13 +279,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:95
+#: Replication.xml:90
 #, no-c-format
 msgid "Failover"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:96
+#: Replication.xml:91
 #, no-c-format
 msgid ""
 "In the unfortunate event of an instance crashing, it is assumed that the "
@@ -296,7 +296,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:99
+#: Replication.xml:94
 #, no-c-format
 msgid ""
 "Data Gravitation is a concept where if a request is made on a cache in the "
@@ -309,7 +309,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:102
+#: Replication.xml:97
 #, no-c-format
 msgid ""
 "Once located, this data is then transferred to the instance which requested "
@@ -320,7 +320,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:105
+#: Replication.xml:100
 #, no-c-format
 msgid ""
 "Data Gravitation is implemented as an interceptor. The following (all "
@@ -328,7 +328,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:108
+#: Replication.xml:103
 #, no-c-format
 msgid ""
 "<literal>dataGravitationRemoveOnFind</literal> - forces all remote caches "
@@ -340,7 +340,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:111
+#: Replication.xml:106
 #, no-c-format
 msgid ""
 "<literal>dataGravitationSearchBackupTrees</literal> - Asks remote instances "
@@ -351,7 +351,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:114
+#: Replication.xml:109
 #, no-c-format
 msgid ""
 "<literal>autoDataGravitation</literal> - Whether data gravitation occurs for "
@@ -364,13 +364,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:121
+#: Replication.xml:116
 #, no-c-format
 msgid "Implementation"
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:124
+#: Replication.xml:119
 #, no-c-format
 msgid ""
 "Class diagram of the classes involved in buddy replication and how they are "
@@ -378,13 +378,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:135
+#: Replication.xml:130
 #, no-c-format
 msgid "Configuration"
 msgstr ""
 
 #. Tag: programlisting
-#: Replication.xml:137
+#: Replication.xml:132
 #, no-c-format
 msgid ""
 "&lt;!-- Buddy Replication config --&gt;\n"
@@ -449,13 +449,13 @@
 msgstr ""
 
 #. Tag: title
-#: Replication.xml:146
+#: Replication.xml:141
 #, no-c-format
 msgid "Clustered Cache - Using Invalidation"
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:147
+#: Replication.xml:142
 #, no-c-format
 msgid ""
 "If a cache is configured for invalidation rather than replication, every "
@@ -470,7 +470,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:150
+#: Replication.xml:145
 #, no-c-format
 msgid ""
 "Invalidation messages are sent after each modification (no transactions), or "
@@ -480,7 +480,7 @@
 msgstr ""
 
 #. Tag: para
-#: Replication.xml:153
+#: Replication.xml:148
 #, no-c-format
 msgid ""
 "Invalidation too can be synchronous or asynchronous, and just as in the case "

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/State_transfer.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/State_transfer.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/State_transfer.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:18+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: State_transfer.xml:10
+#: State_transfer.xml:5
 #, no-c-format
 msgid "State Transfer"
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:11
+#: State_transfer.xml:6
 #, no-c-format
 msgid ""
 "\"State Transfer\" refers to the process by which a JBoss Cache instance "
@@ -30,20 +30,20 @@
 msgstr ""
 
 #. Tag: title
-#: State_transfer.xml:15
+#: State_transfer.xml:10
 #, no-c-format
 msgid "Types of State Transfer"
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:16
+#: State_transfer.xml:11
 #, no-c-format
 msgid ""
 "The state that is acquired and integrated can consist of two basic types:"
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:21
+#: State_transfer.xml:16
 #, no-c-format
 msgid ""
 "\"Transient\" or \"in-memory\" state. This consists of the actual in-memory "
@@ -54,7 +54,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:24
+#: State_transfer.xml:19
 #, no-c-format
 msgid ""
 "\"In-memory\" state transfer is enabled by setting the cache's "
@@ -62,7 +62,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:29
+#: State_transfer.xml:24
 #, no-c-format
 msgid ""
 "\"Persistent\" state. Only applicable if a non-shared cache loader is used. "
@@ -72,7 +72,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:32
+#: State_transfer.xml:27
 #, no-c-format
 msgid ""
 "\"Persistent\" state transfer is enabled by setting a cache loader's "
@@ -83,7 +83,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:35
+#: State_transfer.xml:30
 #, no-c-format
 msgid ""
 "Persistent state transfer with a shared cache loader does not make sense, as "
@@ -95,7 +95,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:40
+#: State_transfer.xml:35
 #, no-c-format
 msgid ""
 "Which of these types of state transfer is appropriate depends on the usage "
@@ -103,7 +103,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:45
+#: State_transfer.xml:40
 #, no-c-format
 msgid ""
 "If a write-through cache loader is used, the current cache state is fully "
@@ -121,7 +121,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:50
+#: State_transfer.xml:45
 #, no-c-format
 msgid ""
 "If a cache loader is used with passivation, the full representation of the "
@@ -132,7 +132,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:55
+#: State_transfer.xml:50
 #, no-c-format
 msgid ""
 "If no cache loader is used and the cache is solely a write-aside cache (i.e. "
@@ -142,13 +142,13 @@
 msgstr ""
 
 #. Tag: title
-#: State_transfer.xml:63
+#: State_transfer.xml:58
 #, no-c-format
 msgid "When State Transfer Occurs"
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:64
+#: State_transfer.xml:59
 #, no-c-format
 msgid ""
 "If either in-memory or persistent state transfer is enabled, a full or "
@@ -160,7 +160,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:67
+#: State_transfer.xml:62
 #, no-c-format
 msgid ""
 "If either in-memory or persistent state transfer is enabled, state transfer "
@@ -168,7 +168,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:72
+#: State_transfer.xml:67
 #, no-c-format
 msgid ""
 "Initial state transfer. This occurs when the cache is first started (as part "
@@ -179,13 +179,13 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:75
+#: State_transfer.xml:70
 #, no-c-format
 msgid "Initial state transfer will occur unless:"
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:80
+#: State_transfer.xml:75
 #, no-c-format
 msgid ""
 "The cache's <literal>InactiveOnStartup</literal> property is <literal>true</"
@@ -194,7 +194,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:85
+#: State_transfer.xml:80
 #, no-c-format
 msgid ""
 "Buddy replication is used. See below for more on state transfer with buddy "
@@ -202,7 +202,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:92
+#: State_transfer.xml:87
 #, no-c-format
 msgid ""
 "Partial state transfer following region activation. Only relevant when "
@@ -218,7 +218,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:95
+#: State_transfer.xml:90
 #, no-c-format
 msgid ""
 "Typically when region-based marshalling is used, the cache's "
@@ -228,7 +228,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:100
+#: State_transfer.xml:95
 #, no-c-format
 msgid ""
 "Buddy replication. When buddy replication is used, initial state transfer is "
@@ -243,7 +243,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:103
+#: State_transfer.xml:98
 #, no-c-format
 msgid ""
 "This \"push\" of state upon buddy group formation only occurs if the "
@@ -254,7 +254,7 @@
 msgstr ""
 
 #. Tag: para
-#: State_transfer.xml:106
+#: State_transfer.xml:101
 #, no-c-format
 msgid ""
 "Partial state transfer following an <literal>activateRegion()</literal> call "

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Transactions.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Transactions.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Transactions.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:18+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,19 +15,19 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Transactions.xml:10
+#: Transactions.xml:5
 #, no-c-format
 msgid "Transactions and Concurrency"
 msgstr ""
 
 #. Tag: title
-#: Transactions.xml:12
+#: Transactions.xml:7
 #, no-c-format
 msgid "Concurrent Access"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:13
+#: Transactions.xml:8
 #, no-c-format
 msgid ""
 "JBoss Cache uses a pessimistic locking scheme by default to prevent "
@@ -36,13 +36,13 @@
 msgstr ""
 
 #. Tag: title
-#: Transactions.xml:17
+#: Transactions.xml:12
 #, no-c-format
 msgid "Locks"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:18
+#: Transactions.xml:13
 #, no-c-format
 msgid ""
 "Locking is done internally, on a node-level. For example when we want to "
@@ -53,7 +53,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:21
+#: Transactions.xml:16
 #, no-c-format
 msgid ""
 "Lock owners are either transactions (call is made within the scope of an "
@@ -67,7 +67,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:24
+#: Transactions.xml:19
 #, no-c-format
 msgid ""
 "Locks can be read or write locks. Write locks serialize read and write "
@@ -80,7 +80,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:27
+#: Transactions.xml:22
 #, no-c-format
 msgid ""
 "Using read-write locks helps in the following scenario: consider a tree with "
@@ -94,13 +94,13 @@
 msgstr ""
 
 #. Tag: title
-#: Transactions.xml:33
+#: Transactions.xml:28
 #, no-c-format
 msgid "Pessimistic locking"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:34
+#: Transactions.xml:29
 #, no-c-format
 msgid ""
 "By default, JBoss Cache uses pessimistic locking. Locking is not exposed "
@@ -109,13 +109,13 @@
 msgstr ""
 
 #. Tag: title
-#: Transactions.xml:38
+#: Transactions.xml:33
 #, no-c-format
 msgid "Isolation levels"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:39
+#: Transactions.xml:34
 #, no-c-format
 msgid ""
 "JBoss Cache supports the following transaction isolation levels, analogous "
@@ -125,7 +125,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:44
+#: Transactions.xml:39
 #, no-c-format
 msgid ""
 "NONE. No transaction support is needed. There is no locking at this level, e."
@@ -134,7 +134,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:49
+#: Transactions.xml:44
 #, no-c-format
 msgid ""
 "READ_UNCOMMITTED. Data can be read anytime while write operations are "
@@ -150,7 +150,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:55
+#: Transactions.xml:50
 #, no-c-format
 msgid ""
 "READ_COMMITTED. Data can be read any time as long as there is no write. This "
@@ -160,7 +160,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Transactions.xml:56
+#: Transactions.xml:51
 #, no-c-format
 msgid ""
 "Tx1   Tx2\n"
@@ -170,13 +170,13 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:58
+#: Transactions.xml:53
 #, no-c-format
 msgid "where the second read in Tx1 thread will produce different result."
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:61
+#: Transactions.xml:56
 #, no-c-format
 msgid ""
 "Implementations usually use a read-write lock; reads succeed acquiring the "
@@ -190,7 +190,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:66
+#: Transactions.xml:61
 #, no-c-format
 msgid ""
 "REPEATABLE_READ. Data can be read while there is no write and vice versa. "
@@ -201,7 +201,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:71
+#: Transactions.xml:66
 #, no-c-format
 msgid ""
 "SERIALIZABLE. Data access is synchronized with exclusive locks. Only 1 "
@@ -211,13 +211,13 @@
 msgstr ""
 
 #. Tag: title
-#: Transactions.xml:79
+#: Transactions.xml:74
 #, no-c-format
 msgid "Insertion and Removal of Nodes"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:80
+#: Transactions.xml:75
 #, no-c-format
 msgid ""
 "By default, before inserting a new node into the tree or removing an "
@@ -234,13 +234,13 @@
 msgstr ""
 
 #. Tag: title
-#: Transactions.xml:88
+#: Transactions.xml:83
 #, no-c-format
 msgid "Optimistic locking"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:89
+#: Transactions.xml:84
 #, no-c-format
 msgid ""
 "The motivation for optimistic locking is to improve concurrency. When a lot "
@@ -253,13 +253,13 @@
 msgstr ""
 
 #. Tag: title
-#: Transactions.xml:93
+#: Transactions.xml:88
 #, no-c-format
 msgid "Architecture"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:94
+#: Transactions.xml:89
 #, no-c-format
 msgid ""
 "Optimistic locking treats all method calls as transactional<footnote><para> "
@@ -272,7 +272,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:100
+#: Transactions.xml:95
 #, no-c-format
 msgid ""
 "For example, if a transaction calls get(\"/a/b/c\"), nodes a, b and c are "
@@ -288,7 +288,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:103
+#: Transactions.xml:98
 #, no-c-format
 msgid ""
 "Optimistic locking uses the same locks we speak of above, but the locks are "
@@ -298,7 +298,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:106
+#: Transactions.xml:101
 #, no-c-format
 msgid ""
 "So while optimistic locking may occasionally fail if version validations "
@@ -309,13 +309,13 @@
 msgstr ""
 
 #. Tag: title
-#: Transactions.xml:112
+#: Transactions.xml:107
 #, no-c-format
 msgid "Configuration"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:113
+#: Transactions.xml:108
 #, no-c-format
 msgid ""
 "Optimistic locking is enabled by using the NodeLockingScheme XML attribute, "
@@ -323,7 +323,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Transactions.xml:113
+#: Transactions.xml:108
 #, no-c-format
 msgid ""
 "...\n"
@@ -337,13 +337,13 @@
 msgstr ""
 
 #. Tag: title
-#: Transactions.xml:121
+#: Transactions.xml:116
 #, no-c-format
 msgid "Transactional Support"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:122
+#: Transactions.xml:117
 #, no-c-format
 msgid ""
 "JBoss Cache can be configured to use transactions to bundle units of work, "
@@ -355,19 +355,19 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:128
+#: Transactions.xml:123
 #, no-c-format
 msgid "What JBoss Cache does on every incoming call (e.g. put()) is:"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:133
+#: Transactions.xml:128
 #, no-c-format
 msgid "get the transaction associated with the thread"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:138
+#: Transactions.xml:133
 #, no-c-format
 msgid ""
 "register (if not already done) with the transaction manager to be notified "
@@ -375,7 +375,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:143
+#: Transactions.xml:138
 #, no-c-format
 msgid ""
 "In order to do this, the cache has to be configured with an instance of a "
@@ -384,7 +384,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:146
+#: Transactions.xml:141
 #, no-c-format
 msgid ""
 "JBoss Cache ships with <literal>JBossTransactionManagerLookup</literal> and "
@@ -401,7 +401,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:149
+#: Transactions.xml:144
 #, no-c-format
 msgid ""
 "The implementation of the <literal>JBossTransactionManagerLookup</literal> "
@@ -409,7 +409,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Transactions.xml:152
+#: Transactions.xml:147
 #, no-c-format
 msgid ""
 "public class JBossTransactionManagerLookup implements "
@@ -426,7 +426,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:153
+#: Transactions.xml:148
 #, no-c-format
 msgid ""
 "The implementation looks up the JBoss Transaction Manager from JNDI and "
@@ -434,7 +434,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:156
+#: Transactions.xml:151
 #, no-c-format
 msgid ""
 "When a call comes in, the <literal>TreeCache</literal> gets the current "
@@ -448,7 +448,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:159
+#: Transactions.xml:154
 #, no-c-format
 msgid ""
 "When a transaction rolls back, we undo the changes in the cache and release "
@@ -456,7 +456,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:162
+#: Transactions.xml:157
 #, no-c-format
 msgid ""
 "When the transaction commits, we initiate a two-phase commit "
@@ -469,7 +469,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:168
+#: Transactions.xml:163
 #, no-c-format
 msgid ""
 "The coordinator of the two-phase commit protocol waits for all responses (or "
@@ -481,7 +481,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:171
+#: Transactions.xml:166
 #, no-c-format
 msgid ""
 "If all responses are OK, a COMMIT message is sent to all nodes in the "
@@ -490,7 +490,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:174
+#: Transactions.xml:169
 #, no-c-format
 msgid ""
 "When we referred to 'transaction', we actually mean a global representation "
@@ -499,13 +499,13 @@
 msgstr ""
 
 #. Tag: title
-#: Transactions.xml:178
+#: Transactions.xml:173
 #, no-c-format
 msgid "Example"
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:179
+#: Transactions.xml:174
 #, no-c-format
 msgid ""
 "Let's look at an example of how to use JBoss Cache in a standalone (i.e. "
@@ -513,7 +513,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Transactions.xml:182
+#: Transactions.xml:177
 #, no-c-format
 msgid ""
 "Properties prop = new Properties();\n"
@@ -539,7 +539,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:183
+#: Transactions.xml:178
 #, no-c-format
 msgid ""
 "The first lines obtain a user transaction using the 'JEE way' via JNDI. Note "
@@ -547,7 +547,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Transactions.xml:187
+#: Transactions.xml:182
 #, no-c-format
 msgid ""
 "UserTransaction tx = new DummyUserTransaction(DummyTransactionManager."
@@ -555,7 +555,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:189
+#: Transactions.xml:184
 #, no-c-format
 msgid ""
 "Then we create a new TreeCache and configure it using a PropertyConfigurator "
@@ -564,7 +564,7 @@
 msgstr ""
 
 #. Tag: para
-#: Transactions.xml:192
+#: Transactions.xml:187
 #, no-c-format
 msgid ""
 "Next we start the cache. Then, we start a transaction (and associate it with "

Modified: enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Treecache_marshaller.pot
===================================================================
--- enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Treecache_marshaller.pot	2009-01-08 05:17:29 UTC (rev 7395)
+++ enterprise-docs/trunk/Cache_Tree_Cache_Guide/pot/Treecache_marshaller.pot	2009-01-08 05:18:29 UTC (rev 7396)
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n"
-"POT-Creation-Date: 2008-05-30 04:03+0000\n"
+"POT-Creation-Date: 2009-01-08 05:18+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -15,13 +15,13 @@
 "Content-Transfer-Encoding: 8bit\n"
 
 #. Tag: title
-#: Treecache_marshaller.xml:10
+#: Treecache_marshaller.xml:5
 #, no-c-format
 msgid "TreeCacheMarshaller"
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:11
+#: Treecache_marshaller.xml:6
 #, no-c-format
 msgid ""
 "Rather than using standard Java serialization to serialize <literal>java."
@@ -32,7 +32,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:14
+#: Treecache_marshaller.xml:9
 #, no-c-format
 msgid ""
 "In addition to providing the performance and efficiency enhancements over "
@@ -49,13 +49,13 @@
 msgstr ""
 
 #. Tag: title
-#: Treecache_marshaller.xml:18
+#: Treecache_marshaller.xml:13
 #, no-c-format
 msgid "Basic Usage"
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:19
+#: Treecache_marshaller.xml:14
 #, no-c-format
 msgid ""
 "<literal>TreeCache</literal> exposes the following basic API for controlling "
@@ -63,7 +63,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Treecache_marshaller.xml:22
+#: Treecache_marshaller.xml:17
 #, no-c-format
 msgid ""
 "/**\n"
@@ -120,7 +120,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:23
+#: Treecache_marshaller.xml:18
 #, no-c-format
 msgid ""
 "Property <literal>UseRegionBasedMarshalling</literal> controls whether "
@@ -130,14 +130,14 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Treecache_marshaller.xml:26
+#: Treecache_marshaller.xml:21
 #, no-c-format
 msgid ""
 "&lt;attribute name=\"UseRegionBasedMarshalling\"&gt;true&lt;/attribute&gt;"
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:27
+#: Treecache_marshaller.xml:22
 #, no-c-format
 msgid ""
 "Anytime after <literal>UseRegionBasedMarshalling</literal> is set to "
@@ -149,7 +149,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:30
+#: Treecache_marshaller.xml:25
 #, no-c-format
 msgid ""
 "At this time, <literal>registerClassLoader</literal> only supports String-"
@@ -157,7 +157,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:33
+#: Treecache_marshaller.xml:28
 #, no-c-format
 msgid ""
 "Note that it is illegal to register a classloader for an FQN that is a "
@@ -169,7 +169,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:36
+#: Treecache_marshaller.xml:31
 #, no-c-format
 msgid ""
 "Method <literal>unregisterClassLoader</literal> is used to remove the "
@@ -180,13 +180,13 @@
 msgstr ""
 
 #. Tag: title
-#: Treecache_marshaller.xml:42
+#: Treecache_marshaller.xml:37
 #, no-c-format
 msgid "Region Activation/Inactivation"
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:43
+#: Treecache_marshaller.xml:38
 #, no-c-format
 msgid ""
 "The basic API discussed above is helpful, but in situations where "
@@ -198,38 +198,38 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:48
+#: Treecache_marshaller.xml:43
 #, no-c-format
 msgid "TreeCache on machine A starts."
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:51
+#: Treecache_marshaller.xml:46
 #, no-c-format
 msgid "On A a classloader is registered under FQN /x."
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:54
+#: Treecache_marshaller.xml:49
 #, no-c-format
 msgid "Machine B starts, so TreeCache on B starts."
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:57
+#: Treecache_marshaller.xml:52
 #, no-c-format
 msgid "An object is put in the machine A cache under FQN /x/1."
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:60
+#: Treecache_marshaller.xml:55
 #, no-c-format
 msgid ""
 "Replication to B fails, as the required classloader is not yet registered."
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:63
+#: Treecache_marshaller.xml:58
 #, no-c-format
 msgid ""
 "On B a classloader is registered under FQN /x, but too late to prevent the "
@@ -237,7 +237,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:66
+#: Treecache_marshaller.xml:61
 #, no-c-format
 msgid ""
 "Furthermore, if any objects had been added to server A before server B was "
@@ -246,7 +246,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:69
+#: Treecache_marshaller.xml:64
 #, no-c-format
 msgid ""
 "To resolve this problem, if region-based marshalling is used a cache "
@@ -257,7 +257,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:74
+#: Treecache_marshaller.xml:69
 #, no-c-format
 msgid ""
 "Any existing state for that portion of the tree is transferred from another "
@@ -265,7 +265,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:77
+#: Treecache_marshaller.xml:72
 #, no-c-format
 msgid ""
 "TreeCacheMarshaller begins normal handling of replication traffic related to "
@@ -273,7 +273,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:80
+#: Treecache_marshaller.xml:75
 #, no-c-format
 msgid ""
 "In addition to the basic marshalling related API discussed above, TreeCache "
@@ -282,7 +282,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Treecache_marshaller.xml:83
+#: Treecache_marshaller.xml:78
 #, no-c-format
 msgid ""
 "/**\n"
@@ -353,7 +353,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:84
+#: Treecache_marshaller.xml:79
 #, no-c-format
 msgid ""
 "Property <literal>InactiveOnStartup</literal> controls whether the entire "
@@ -364,13 +364,13 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Treecache_marshaller.xml:87
+#: Treecache_marshaller.xml:82
 #, no-c-format
 msgid "&lt;attribute name=\"InactiveOnStartup\"&gt;true&lt;/attribute&gt;"
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:88
+#: Treecache_marshaller.xml:83
 #, no-c-format
 msgid ""
 "When <literal>InactiveOnStartup</literal> is set to true, no state transfer "
@@ -379,7 +379,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:91
+#: Treecache_marshaller.xml:86
 #, no-c-format
 msgid ""
 "When <literal>activateRegion()</literal> is invoked, each node in the "
@@ -397,7 +397,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:94
+#: Treecache_marshaller.xml:89
 #, no-c-format
 msgid ""
 "Before requesting state from other nodes, <literal>activateRegion()</"
@@ -407,7 +407,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:97
+#: Treecache_marshaller.xml:92
 #, no-c-format
 msgid ""
 "It is important to understand that when a region of the tree is marked as "
@@ -422,13 +422,13 @@
 msgstr ""
 
 #. Tag: title
-#: Treecache_marshaller.xml:101
+#: Treecache_marshaller.xml:96
 #, no-c-format
 msgid "Example usage of Region Activation/Inactivation"
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:102
+#: Treecache_marshaller.xml:97
 #, no-c-format
 msgid ""
 "As an example of the usage of region activation and inactivation, let's "
@@ -440,7 +440,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:105
+#: Treecache_marshaller.xml:100
 #, no-c-format
 msgid ""
 "First, the XML configuration file for the shared cache service would be "
@@ -448,7 +448,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Treecache_marshaller.xml:108
+#: Treecache_marshaller.xml:103
 #, no-c-format
 msgid ""
 "&lt;?xml version=\"1.0\" encoding=\"UTF-8\" ?&gt;\n"
@@ -481,7 +481,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:109
+#: Treecache_marshaller.xml:104
 #, no-c-format
 msgid ""
 "For the webapp, registering/unregistering the classloader and activating/"
@@ -492,7 +492,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Treecache_marshaller.xml:112
+#: Treecache_marshaller.xml:107
 #, no-c-format
 msgid ""
 "package example;\n"
@@ -540,7 +540,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:113
+#: Treecache_marshaller.xml:108
 #, no-c-format
 msgid ""
 "The listener makes use of the JBoss utility class <literal>MBeanProxyExt</"
@@ -553,7 +553,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:116
+#: Treecache_marshaller.xml:111
 #, no-c-format
 msgid ""
 "Note the order of the method calls in the example class -- register a "
@@ -562,13 +562,13 @@
 msgstr ""
 
 #. Tag: title
-#: Treecache_marshaller.xml:124
+#: Treecache_marshaller.xml:119
 #, no-c-format
 msgid "Region Activation/Inactivation with a CacheLoader"
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:125
+#: Treecache_marshaller.xml:120
 #, no-c-format
 msgid ""
 "The activateRegion()/inactivateRegion() API can be used in conjunction with "
@@ -580,7 +580,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Treecache_marshaller.xml:128
+#: Treecache_marshaller.xml:123
 #, no-c-format
 msgid ""
 "/**\n"
@@ -625,7 +625,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:129
+#: Treecache_marshaller.xml:124
 #, no-c-format
 msgid ""
 "JBossCache currently comes with two implementations of ExtendedCacheLoader, "
@@ -636,13 +636,13 @@
 msgstr ""
 
 #. Tag: title
-#: Treecache_marshaller.xml:135
+#: Treecache_marshaller.xml:130
 #, no-c-format
 msgid "Performance over Java serialization"
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:136
+#: Treecache_marshaller.xml:131
 #, no-c-format
 msgid ""
 "To achieve the performance and efficiency gains, the "
@@ -653,7 +653,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:139
+#: Treecache_marshaller.xml:134
 #, no-c-format
 msgid ""
 "To make things even faster, the <literal>TreeCacheMarshaller</literal> uses "
@@ -668,13 +668,13 @@
 msgstr ""
 
 #. Tag: title
-#: Treecache_marshaller.xml:145
+#: Treecache_marshaller.xml:140
 #, no-c-format
 msgid "Backward compatibility"
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:146
+#: Treecache_marshaller.xml:141
 #, no-c-format
 msgid ""
 "Marshalling in JBoss Cache is now versioned. All communications between "
@@ -689,7 +689,7 @@
 msgstr ""
 
 #. Tag: para
-#: Treecache_marshaller.xml:149
+#: Treecache_marshaller.xml:144
 #, no-c-format
 msgid ""
 "JBoss Cache 1.4.0 and future releases of JBoss Cache will always be able to "
@@ -700,7 +700,7 @@
 msgstr ""
 
 #. Tag: programlisting
-#: Treecache_marshaller.xml:150
+#: Treecache_marshaller.xml:145
 #, no-c-format
 msgid ""
 "&lt;!-- takes values such as 1.2.3, 1.2.4 and 1.3.0 --&gt;\n"




More information about the jbosscache-commits mailing list