[jboss-cvs] JBossCache/docs/faq/en ...

Manik Surtani msurtani at jboss.com
Mon Oct 16 05:19:51 EDT 2006


  User: msurtani
  Date: 06/10/16 05:19:51

  Modified:    docs/faq/en  master.xml
  Log:
  Fixed reference to obsolete ExtendedFileCacheLoader
  
  Revision  Changes    Path
  1.38      +1307 -1021JBossCache/docs/faq/en/master.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: master.xml
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/docs/faq/en/master.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -b -r1.37 -r1.38
  --- master.xml	23 Sep 2006 12:44:37 -0000	1.37
  +++ master.xml	16 Oct 2006 09:19:51 -0000	1.38
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
           "../../../../docbook-support/support/docbook-dtd/docbookx.dtd"
  ->
  +        >
   <article class="faq" lang="en">
     <articleinfo>
       <title>Frequently Asked Questions about JBoss Cache</title>
  @@ -9,30 +9,24 @@
       <pubdate>October 2006</pubdate>
   
       <author>
  -      <firstname>Ben</firstname>
  +         <firstname>Manik</firstname>
  +         <surname>Surtani</surname>
  +         <email>manik at jboss.org</email>
  +      </author>
   
  +      <author>
  +         <firstname>Ben</firstname>
         <surname>Wang</surname>
  -
         <email>ben.wang at jboss.com</email>
       </author>
   
       <author>
         <firstname>Bela</firstname>
  -
         <surname>Ban</surname>
  -
         <email>bela at jboss.com</email>
       </author>
   
   	<author>
  -      <firstname>Manik</firstname>
  -
  -      <surname>Surtani</surname>
  -
  -      <email>manik at jboss.org</email>
  -    </author>
  -
  -    <author>
           <firstname>Scott</firstname>
           <surname>Marlow</surname>
           <email>smarlow at novell.com</email>
  @@ -56,23 +50,35 @@
             replicated across the whole group. It is transactional because a
             user can configure a JTA compliant transaction manager and make the cache
             operation transactional. Note that the cache can also be run without
  -          any replication; this is the local mode.</para>
  +               any replication; this is the local mode.
  +            </para>
   
             <para>Currently, JBoss Cache consists of two components: a generic cache
  -          (API as <literal>org.jboss.cache.Cache</literal>) and a POJO cache (API
  -             as <literal>org.jboss.cache.pojo.PojoCache</literal>).
  -          <literal>Cache</literal> is implemented internally as a tree-structured cache that
  +               (API as
  +               <literal>org.jboss.cache.Cache</literal>
  +               ) and a POJO cache (API
  +               as
  +               <literal>org.jboss.cache.pojo.PojoCache</literal>
  +               ).
  +               <literal>Cache</literal>
  +               is implemented internally as a tree-structured cache that
                provides replication and
  -          transaction context, while <literal>PojoCache</literal> uses <literal>Cache</literal> as a
  +               transaction context, while
  +               <literal>PojoCache</literal>
  +               uses
  +               <literal>Cache</literal>
  +               as a
                underlying delegate
                to provide distributed state replication to behave as a true object cache providing transparent
  -          and finer-grained object mapping into internal cache.</para>
  +               and finer-grained object mapping into internal cache.
  +            </para>
   
              <para>JBoss Cache is distributed in three different packaing: jboss-cache-core, jboss-cache-pojo,
              and jboss-cache-all. The first package only contains the core Cache library for users wish only use
              the traiditional generic cache, the second package consists of PojoCache functionality (also
              includes the Cache library as well), and the last one consists all libraries plus javadoc and
  -           source codes.</para>
  +               source codes.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -83,7 +89,9 @@
   
           <answer>
             <para>JBossCache has been developed by Bela Ban, Ben Wang, Harald
  -          Gliebe, Manik Surtani and Brian Stansberry.  Manik is the lead on JBoss Cache and Ben is the lead on PojoCache.</para>
  +               Gliebe, Manik Surtani and Brian Stansberry. Manik is the lead on JBoss Cache and Ben is the lead on
  +               PojoCache.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -93,7 +101,10 @@
           </question>
   
           <answer>
  -          <para>JBoss Cache is licensed under <ulink url="http://www.gnu.org/licenses/lgpl.html">LGPL</ulink>.</para>
  +            <para>JBoss Cache is licensed under
  +               <ulink url="http://www.gnu.org/licenses/lgpl.html">LGPL</ulink>
  +               .
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -103,7 +114,14 @@
           </question>
   
           <answer>
  -          <para>The JBoss Cache <ulink url="http://www.jboss.com/products/jbosscache/downloads">product download page</ulink> has prebuilt binaries as well as source distributions.  You can also grab snapshots from the JBoss CVS repository (see <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository">this wiki page</ulink>) - the module name is <emphasis role="bold">JBossCache</emphasis></para>
  +            <para>The JBoss Cache
  +               <ulink url="http://www.jboss.com/products/jbosscache/downloads">product download page</ulink>
  +               has prebuilt binaries as well as source distributions. You can also grab snapshots from the JBoss CVS
  +               repository (see
  +               <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=CVSRepository">this wiki page</ulink>
  +               ) - the module name is
  +               <emphasis role="bold">JBossCache</emphasis>
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -113,10 +131,19 @@
           </question>
   
           <answer>
  -          <para>To build, do <literal>sh build.sh
  -          jar</literal>. This will produce <literal>jboss-cache.jar</literal> and <literal>pojocache.jar</literal>
  -          in the <literal>dist/lib</literal> directory. Note that you will need to
  -          use JDK 5.0 to build the distribution.  You can still use the binaries you build with J2SE 1.4.x though.</para>
  +            <para>To build, do
  +               <literal>sh build.sh
  +                  jar
  +               </literal>
  +               . This will produce
  +               <literal>jboss-cache.jar</literal>
  +               and
  +               <literal>pojocache.jar</literal>
  +               in the
  +               <literal>dist/lib</literal>
  +               directory. Note that you will need to
  +               use JDK 5.0 to build the distribution. You can still use the binaries you build with J2SE 1.4.x though.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -128,7 +155,8 @@
           <answer>
             <para>JBoss Cache has been tested and supported on J2SE 1.4.x and JDK 5.0.
             On jboss-3.2 CVS tree, it also compiles on JDK1.3, but there is no
  -          official support for this version and using this is not recommended.</para>
  +               official support for this version and using this is not recommended.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -139,14 +167,17 @@
   
            <answer>
              <para>Since release 1.2, you can check the jar version by running:
  -           <code>java -jar jboss-cache.jar org.jboss.cache.Version</code>.</para>
  +               <code>java -jar jboss-cache.jar org.jboss.cache.Version</code>
  +               .
  +            </para>
            </answer>
          </qandaentry>
   
         <qandaentry>
           <question id="a9">
             <para>Can I run JBoss Cache outside of JBoss Application
  -          Server?</para>
  +               Server?
  +            </para>
           </question>
   
           <answer>
  @@ -160,7 +191,8 @@
               <listitem>
                 <para>Standalone, that can run in any Java EE server such
                 as BEA WebLogic or IBM Websphere. Of course, it can also run in
  -              a standalone Java process (i.e., outside Java EE context).</para>
  +                     a standalone Java process (i.e., outside Java EE context).
  +                  </para>
               </listitem>
             </itemizedlist>
           </answer>
  @@ -172,9 +204,13 @@
           </question>
   
           <answer>
  -          <para>Please report any bugs or problems to <ulink
  +            <para>Please report any bugs or problems to
  +               <ulink
             url="http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=157">JBoss Cache
  -User Forum</ulink>.</para>
  +                  User Forum
  +               </ulink>
  +               .
  +            </para>
           </answer>
         </qandaentry>
       </qandaset>
  @@ -189,12 +225,17 @@
   
           <answer>
             <para>To deploy JBoss Cache as an MBean inside JBoss, you can copy the
  -          configuration xml file over to the <literal>deploy</literal>
  -          directory (from <literal>all</literal> configuration whereby the
  +               configuration xml file over to the
  +               <literal>deploy</literal>
  +               directory (from
  +               <literal>all</literal>
  +               configuration whereby the
             necessary jars are present). Under the standalone package
  -          <literal>etc/META-INF</literal> directory , there are example
  +               <literal>etc/META-INF</literal>
  +               directory , there are example
             configuration files for different cache modes that can be used to
  -          deploy JBoss Cache as well.</para>
  +               deploy JBoss Cache as well.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -207,7 +248,9 @@
             <para>To verify that your JBoss Cache MBean is deployed correctly,
             you can first check the log output under the command console. Next
             you can verify it from JBoss JMX console. Look for
  -          <literal>jboss.cache</literal> domain.</para>
  +               <literal>jboss.cache</literal>
  +               domain.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -218,14 +261,15 @@
   
           <answer>
             <para>Accessing the JBoss Cache MBean is just like accessing any
  -          JBoss MBean. Here is a code snippet:</para>
  +               JBoss MBean. Here is a code snippet:
  +            </para>
   
             <programlisting>
  -import org.jboss.mx.util.MBeanServerLocator;
  -import org.jboss.mx.util.MBeanProxyExt;
  -import org.jboss.cache.TreeCacheMBean;
  -import javax.management.MBeanServer;
  -...
  +               import org.jboss.mx.util.MBeanServerLocator;
  +               import org.jboss.mx.util.MBeanProxyExt;
  +               import org.jboss.cache.TreeCacheMBean;
  +               import javax.management.MBeanServer;
  +               ...
   
    MBeanServer server;
    TreeCacheMBean cache;
  @@ -235,7 +279,8 @@
         try
   	  {
            server = MBeanServerLocator.locateJBoss();
  -         cache = (TreeCacheMBean) MBeanProxyExt.create(TreeCacheMBean.class, "jboss.cache:service=TreeCache", server);
  +               cache = (TreeCacheMBean) MBeanProxyExt.create(TreeCacheMBean.class, "jboss.cache:service=TreeCache",
  +               server);
         }
         catch (Exception ex)
         {
  @@ -259,7 +304,7 @@
   	  ...
    }
   
  -</programlisting>
  +            </programlisting>
           </answer>
         </qandaentry>
   
  @@ -271,7 +316,8 @@
           <answer>
             <para>Yes. The JBoss Cache source code is also up to date on the
             jboss-3.2 CVS branch. However, only TreeCache is supported there
  -          since JBossAop (which PojoCache relies on) is only available in JBoss AS 4.x onwards.</para>
  +               since JBossAop (which PojoCache relies on) is only available in JBoss AS 4.x onwards.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -285,24 +331,31 @@
             multiple instances of JBoss Cache. For example, you want to run
             multiple local cache instances with each instance having its own
             configuration (e.g., different cache policy). In this case, you will
  -          need multiple xml configuration files.</para>
  +               need multiple xml configuration files.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a16">
             <para>Can TreeCache run as a second level cache inside
  -          Hibernate?</para>
  +               Hibernate?
  +            </para>
           </question>
   
           <answer>
             <para>Yes. Since Hibernate 3.0 release, you can configure it to use
             JBoss Cache (namely, TreeCache) as a second level cache. For details,
  -          see Hibernate documentation, and also see <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheHibernate">http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheHibernate</ulink></para>
  +               see Hibernate documentation, and also see
  +               <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheHibernate">
  +                  http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheHibernate
  +               </ulink>
  +            </para>
   
             <para>Note that since Hibernate 3.0.2 and JBossCache 1.2.2, we have
             fixed a critical bug that depending on the usage pattern can cause
  -          deadlock during query caching.</para>
  +               deadlock during query caching.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -315,7 +368,8 @@
             <para>It is not necessary to use PojoCache for second level
             cache inside Hibernate because Hibernate
             manages fine-grained fields in Java objects. So using PojoCache won't
  -          provide any advantage.</para>
  +               provide any advantage.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -327,45 +381,77 @@
           <answer>
             <para>You can configure the JBoss Cache through a configuration xml
             file. Or you can set it programmatically through its get/set methods.
  -          Check with the documentation for both examples.</para>
  +               Check with the documentation for both examples.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a19">
             <para>In the configuration xml file, there are tags such as
  -          <literal>class</literal>, <literal> MBean</literal>, etc. What are
  -          these?</para>
  +               <literal>class</literal>
  +               ,
  +               <literal>MBean</literal>
  +               , etc. What are
  +               these?
  +            </para>
           </question>
   
           <answer>
             <para>These are tags for deploying JBoss Cache as a JBoss MBean
             service. For consistency, we have kept them in the
             standalone package as well, specifically, the
  -          <literal>MBean</literal> tag. If you run in standalone mode,
  -          JBoss Cache will ignore these elements.</para>
  +               <literal>MBean</literal>
  +               tag. If you run in standalone mode,
  +               JBoss Cache will ignore these elements.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a20">
             <para>What is the difference between the different cache
  -          modes?</para>
  +               modes?
  +            </para>
           </question>
   
           <answer>
             <para>JBossCache has five different cache modes, i.e.,
  -          <literal>LOCAL</literal>, <literal>REPL_SYNC</literal>,
  -          <literal>REPL_ASYNC</literal>, <literal>INVALIDATION_SYNC</literal> and <literal>INVALIDATION_ASYNC</literal>. If you want to run JBoss Cache as a
  +               <literal>LOCAL</literal>
  +               ,
  +               <literal>REPL_SYNC</literal>
  +               ,
  +               <literal>REPL_ASYNC</literal>
  +               ,
  +               <literal>INVALIDATION_SYNC</literal>
  +               and
  +               <literal>INVALIDATION_ASYNC</literal>
  +               . If you want to run JBoss Cache as a
             single instance, then you should set the cache mode to
  -          <literal>LOCAL</literal> so that it won't attempt to replicate anything.
  +               <literal>LOCAL</literal>
  +               so that it won't attempt to replicate anything.
             If you want to have synchronous replication among different
  -          JBoss Cache instances, you set it to<literal> REPL_SYNC</literal>.
  -          For asynchronous replication, use <literal>AYSNC_REPL</literal>.  If you do not wish to replicate cached data but simply inform other caches in a cluster that data under specific addresses are now stale and should be evicted from memory, use <literal>INVALIDATION_SYNC</literal> or <literal>INVALIDTAION_ASYNC</literal>.  Synchronous and asynchronous behavior applies to invalidation as well as replication.</para>
  +               JBoss Cache instances, you set it to
  +               <literal>REPL_SYNC</literal>
  +               .
  +               For asynchronous replication, use
  +               <literal>AYSNC_REPL</literal>
  +               . If you do not wish to replicate cached data but simply inform other caches in a cluster that data under
  +               specific addresses are now stale and should be evicted from memory, use
  +               <literal>INVALIDATION_SYNC</literal>
  +               or
  +               <literal>INVALIDTAION_ASYNC</literal>
  +               . Synchronous and asynchronous behavior applies to invalidation as well as replication.
  +            </para>
   
  -          <para>Note that <literal>ASYNC_REPL</literal> and <literal>INVALIDATION_ASYNC</literal> are non-blocking. This
  +            <para>Note that
  +               <literal>ASYNC_REPL</literal>
  +               and
  +               <literal>INVALIDATION_ASYNC</literal>
  +               are non-blocking. This
             can be useful when you want to have another JBoss Cache serving as a
  -          mirror or backup and you don't want to wait for confirmation that this mirror has received your messages.</para>
  +               mirror or backup and you don't want to wait for confirmation that this mirror has received your messages.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -375,17 +461,25 @@
           </question>
   
           <answer>
  -          <para>JBoss Cache leverages <ulink url="http://www.jgroups.org">JGroups</ulink> as a replication layer. A user
  +            <para>JBoss Cache leverages
  +               <ulink url="http://www.jgroups.org">JGroups</ulink>
  +               as a replication layer. A user
             can configure the cluster of JBoss Cache instances by sharing the
  -          same cluster name (<literal>cluster name</literal>). There is also
  +               same cluster name (
  +               <literal>cluster name</literal>
  +               ). There is also
             an option of whether to populate the cache data upon starting a new
  -          instance in the <literal>ClusterConfig</literal> attribute.</para>
  +               instance in the
  +               <literal>ClusterConfig</literal>
  +               attribute.
  +            </para>
   
             <para>Note that once all instances join the same replication group,
             every replication change is propagated to all participating members.
             There is no mechanism for sub-partitioning where some replication
             can be done within only a subset of members. This is on our to do
  -          list.</para>
  +               list.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -396,8 +490,12 @@
   
           <answer>
             <para>Yes, both will continue to run, but depending on your replication mode, all transactions or
  -              operations may not complete. If <literal>REPL_SYNC</literal> is used, operations will fail while if <literal>REPL_ASYNC</literal>
  -              is used they will succeed. Even if they succeed though, caches will be out of sync. </para>
  +               operations may not complete. If
  +               <literal>REPL_SYNC</literal>
  +               is used, operations will fail while if
  +               <literal>REPL_ASYNC</literal>
  +               is used they will succeed. Even if they succeed though, caches will be out of sync.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -410,21 +508,28 @@
           <answer>
             <para>At this stage (JBoss Cache 1.x) the answer is no.  We do have an abstraction layer between the
                 communication suite and JBoss Cache in the pipelines, and this may appear as a feature at some stage in
  -              the future.</para>
  +               the future.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a24">
  -          <para>Does the cache need to replicate to every other instance in the cluster?  Isn't this slow if the cluster is large?</para>
  +            <para>Does the cache need to replicate to every other instance in the cluster? Isn't this slow if the
  +               cluster is large?
  +            </para>
           </question>
   
           <answer>
  -          <para>As of JBoss Cache 1.4.0, replication need not occur to every node in the cluster.  This feature - called Buddy Replication -
  -          allows each node to pick one or more 'buddies' in the cluster and only replicate to its buddies.  This allows a cluster to scale
  -          very easily with no extra impact on memory or network traffic with each node added.</para>
  +            <para>As of JBoss Cache 1.4.0, replication need not occur to every node in the cluster. This feature -
  +               called Buddy Replication -
  +               allows each node to pick one or more 'buddies' in the cluster and only replicate to its buddies. This
  +               allows a cluster to scale
  +               very easily with no extra impact on memory or network traffic with each node added.
  +            </para>
             <para>
  -              See the User Guide for more information on Buddy Replication, and how it can be used to achieve very high scalability.
  +               See the User Guide for more information on Buddy Replication, and how it can be used to achieve very high
  +               scalability.
             </para>
           </answer>
         </qandaentry>
  @@ -432,28 +537,38 @@
         <qandaentry>
           <question id="a25">
             <para>If I have the need for different TreeCache properties (e.g.,
  -          <literal>CacheMode</literal> and <literal>IsolationLevel</literal>), do I simply need to create multiple
  -          TreeCache instances with the appropriate configuration?</para>
  +               <literal>CacheMode</literal>
  +               and
  +               <literal>IsolationLevel</literal>
  +               ), do I simply need to create multiple
  +               TreeCache instances with the appropriate configuration?
  +            </para>
           </question>
   
           <answer>
             <para>Yes. All the above mentioned properties are per cache
             instance. Therefore you will need a separate JBoss Cache
  -          instance.</para>
  +               instance.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a26">
  -          <para>Does the Tree Cache config <literal>ClusterName</literal> have
  +            <para>Does the Tree Cache config
  +               <literal>ClusterName</literal>
  +               have
             any relation to the JBoss AS cluster
  -          <literal>PartitionName</literal>?</para>
  +               <literal>PartitionName</literal>
  +               ?
  +            </para>
           </question>
   
           <answer>
             <para>Yes. They are both JGroups group names. Besides the notion of
             a channel in JGroups, it also can partition the channel into different
  -          group names.</para>
  +               group names.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -462,7 +577,8 @@
             <para>When using multiple JGroups based components
             [cluster-service.xml, treecache (multiple instances)], what is the
             correct/valid way to configure those components to make sure my
  -          multicast addresses don't conflict?</para>
  +               multicast addresses don't conflict?
  +            </para>
           </question>
   
           <answer>
  @@ -471,32 +587,37 @@
             components using a different group name. But whether to run them on
             the same channel depends upon whether the communication performance
             is critical for you or not. If it is, then it'd be best to run them
  -          on different channels.</para>
  +               on different channels.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a28">
             <para>Does JBoss Cache currently support cache persistence
  -          storage?</para>
  +               storage?
  +            </para>
           </question>
   
           <answer>
             <para>Yes. Starting with release 1.1, JBoss Cache has a CacheLoader
  -          interface that supports cache persistence. See below.</para>
  +               interface that supports cache persistence. See below.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a29">
             <para>Does JBoss Cache currently support cache passivation/ overflow
  -          to a data store?</para>
  +               to a data store?
  +            </para>
           </question>
   
           <answer>
             <para>Yes. Starting with release 1.2.4, JBoss Cache uses the
             CacheLoader to support cache passivation/ overflow. See
  -          documentation on how to configure and use this feature.</para>
  +               documentation on how to configure and use this feature.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -518,14 +639,16 @@
           <answer>
             <para>No, although it is also on our to do list. Our internal
             implementation does use a similar 2PC procedure to coordinate a
  -          transaction among different instances.</para>
  +               transaction among different instances.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a32">
             <para>Which TransactionManagers are supported by
  -          JBoss Cache?</para>
  +               JBoss Cache?
  +            </para>
           </question>
   
           <answer>
  @@ -533,11 +656,15 @@
             compliant such as JBossTM. A user can configure the transaction
             manager through the configuration xml setting. JBossCache also has a
             built in dummy transaction manager
  -          (<literal>org.jboss.cache.tm.DummyTransactionManager</literal>) for
  +               (
  +               <literal>org.jboss.cache.tm.DummyTransactionManager</literal>
  +               ) for
             testing purposes only. But note that
  -          <literal>DummyTransactionManager</literal> is not thread safe .i.e.,
  +               <literal>DummyTransactionManager</literal>
  +               is not thread safe .i.e.,
             it does not support concurrent transactions. Instead, only one
  -          transaction is allowed at a time.</para>
  +               transaction is allowed at a time.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -549,27 +676,32 @@
           <answer>
             <para>You either use the default (JBoss) TransactionManager to run
             JBossCache inside JBoss, or you have to implement the
  -          <literal>TransactionManagerLookup</literal> interface, and return an
  +               <literal>TransactionManagerLookup</literal>
  +               interface, and return an
             instance of your javax.transaction.TransactionManager. The
             configuration property
  -          <literal>TransactionManagerLookupClass</literal> defines the class
  +               <literal>TransactionManagerLookupClass</literal>
  +               defines the class
             to be used by the cache to fetch a reference to a
             TransactionManager. It is trivial to implement this class to support
             other TransactionManagers. Once this attribute is specified, the
             cache will look up the transaction context from this transaction
  -          manager.</para>
  +               manager.
  +            </para>
   
             <para>For the client code, here is a snippet to start and commit a
  -          transaction:</para>
  +               transaction:
  +            </para>
   
             <programlisting>tx = (UserTransaction)new InitialContext(prop).lookup("UserTransaction");
  -tree = new TreeCache();
  -config = new PropertyConfigurator();
  -config.configure(tree, "META-INF/replSync-service.xml");
  -
  -tx.begin()
  -tree.put(fqn, key, value);
  -tx.commit();</programlisting>
  +               tree = new TreeCache();
  +               config = new PropertyConfigurator();
  +               config.configure(tree, "META-INF/replSync-service.xml");
  +
  +               tx.begin()
  +               tree.put(fqn, key, value);
  +               tx.commit();
  +            </programlisting>
           </answer>
         </qandaentry>
   
  @@ -581,15 +713,25 @@
           <answer>
             <para>JBossCache lets you control the cache locking level through
             the transaction isolation level. This is configured through the
  -          attribute <literal>IsolationLevel</literal>. Currently, JBossCache
  +               attribute
  +               <literal>IsolationLevel</literal>
  +               . Currently, JBossCache
             employs pessimistic locking internally. And the transaction
             isolation level from the pessimist locking corresponds to JDBC
  -          isolation levels, namely, <literal>NONE</literal>,
  -          <literal>READ_UNCOMMITTED</literal>,
  -          <literal>READ_COMMITTED</literal>,
  -          <literal>REPEATABLE_READ</literal>, and
  -          <literal>SERIALIZABLE</literal>. Note that these isolation levels are ignored if optimistic locking is used.  For details, please refer to the
  -          user manual.</para>
  +               isolation levels, namely,
  +               <literal>NONE</literal>
  +               ,
  +               <literal>READ_UNCOMMITTED</literal>
  +               ,
  +               <literal>READ_COMMITTED</literal>
  +               ,
  +               <literal>REPEATABLE_READ</literal>
  +               , and
  +               <literal>SERIALIZABLE</literal>
  +               . Note that these isolation levels are ignored if optimistic locking is used. For details, please refer
  +               to the
  +               user manual.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -599,7 +741,11 @@
           </question>
   
           <answer>
  -          <para>By default JBoss Cache uses pessimistic locking to lock data nodes, based on the isolation level configured.  Since JBoss Cache 1.3.0, we also offer optimistic locking to allow for greater concurrency at the cost of slight processing overhead and performance.  See the documentation for a more detailed discussion on concurrency and locking in JBoss Cache.</para>
  +            <para>By default JBoss Cache uses pessimistic locking to lock data nodes, based on the isolation level
  +               configured. Since JBoss Cache 1.3.0, we also offer optimistic locking to allow for greater concurrency at
  +               the cost of slight processing overhead and performance. See the documentation for a more detailed
  +               discussion on concurrency and locking in JBoss Cache.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -610,7 +756,20 @@
           </question>
   
           <answer>
  -          <para>Use the XMl attribute <code>NodeLockingScheme</code>.  Note that <code>IsolationLevel</code> is ignored if <code>NodeLockingScheme</code> is set to <code>OPTIMISTIC</code>.  Also note that <code>NodeLockingScheme</code> defaults to <code>PESSIMISTIC</code> if omitted.</para>
  +            <para>Use the XMl attribute
  +               <code>NodeLockingScheme</code>
  +               . Note that
  +               <code>IsolationLevel</code>
  +               is ignored if
  +               <code>NodeLockingScheme</code>
  +               is set to
  +               <code>OPTIMISTIC</code>
  +               . Also note that
  +               <code>NodeLockingScheme</code>
  +               defaults to
  +               <code>PESSIMISTIC</code>
  +               if omitted.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -618,28 +777,33 @@
         <qandaentry>
           <question id="a37">
             <para>How does the write lock apply to an Fqn node, say,
  -          "/org/jboss/test"?</para>
  +               "/org/jboss/test"?
  +            </para>
           </question>
   
           <answer>
  -          <para>First of all, JBossCache has a notion of <literal>root</literal>
  +            <para>First of all, JBossCache has a notion of
  +               <literal>root</literal>
             that serves as a starting point for every navigational operation.
             The default is "/" (since the default separator is "/" for the fqn).
             The locking then is applied to the node under root, for example
  -          "/org" (no locking "/").</para>
  +               "/org" (no locking "/").
  +            </para>
   
             <para>Furthermore, let's say when JBossCache needs to apply a write
             lock on node "/org/jboss/test", it will first try to obtain read
             lock from the parent nodes recursively (in this example, "/org", and
             "/org/jboss"). Only when it succeeds then it will try to obtain a
  -          write lock on "/org/jboss/test".</para>
  +               write lock on "/org/jboss/test".
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a38">
             <para>Can I use the cache locking level even without a transaction
  -          context?</para>
  +               context?
  +            </para>
           </question>
   
           <answer>
  @@ -648,14 +812,17 @@
             use a transaction, you can specify the lock level via isolation
             level. You can think of the node locking behavior outside of a
             transaction as if it is under transaction with
  -          <literal>auto_commit</literal> on.</para>
  +               <literal>auto_commit</literal>
  +               on.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a39">
             <para>With replication (REPL_SYNC/REPL_ASYNC) or invalidation (INVALIDATION_SYNC/INVALIDATION_ASYNC), how
  -          often does the cache broadcast messages over the network?</para>
  +               often does the cache broadcast messages over the network?
  +            </para>
           </question>
   
           <answer>
  @@ -665,7 +832,8 @@
             update. However, if the operations are not under transaction
             context, then each update will trigger replication. Note that this
             has performance implication if network transport is heavy (it
  -          usually is).</para>
  +               usually is).
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -676,7 +844,8 @@
   
           <answer>
             <para>If you do a cache.remove("/root"), it will recursively remove
  -          all the entries under "/root".</para>
  +               all the entries under "/root".
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -686,7 +855,12 @@
           </question>
   
           <answer>
  -          <para>With JBoss Cache 1.3.0, you can if you are running JBoss Cache within JBoss AS or are using JDK 5.0's <literal>jconsole</literal> utility.  See the chapter titled <emphasis role="bold">Management Information</emphasis> in the JBoss Cache user guide for more details.</para>
  +            <para>With JBoss Cache 1.3.0, you can if you are running JBoss Cache within JBoss AS or are using JDK 5.0's
  +               <literal>jconsole</literal>
  +               utility. See the chapter titled
  +               <emphasis role="bold">Management Information</emphasis>
  +               in the JBoss Cache user guide for more details.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -696,7 +870,16 @@
           </question>
   
           <answer>
  -          <para>Yes, you can.  Set the <literal>UseInterceptorMbeans</literal> configuration attribute to <literal>false</literal> (this defaults to <literal>true</literal>).  See the chapter titled <emphasis role="bold">Management Information</emphasis> in the JBoss Cache user guide for more details.</para>
  +            <para>Yes, you can. Set the
  +               <literal>UseInterceptorMbeans</literal>
  +               configuration attribute to
  +               <literal>false</literal>
  +               (this defaults to
  +               <literal>true</literal>
  +               ). See the chapter titled
  +               <emphasis role="bold">Management Information</emphasis>
  +               in the JBoss Cache user guide for more details.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -704,9 +887,16 @@
             <question id="a43">
                <para>What is jboss-serialization.jar, introduced in JBoss Cache 1.4.x and do I need this?</para>
                </question>
  -          <answer><para>jboss-serialization.jar is the <ulink url="http://labs.jboss.org/portal/index.html?ctrl:id=page.default.info&amp;project=serialization">JBoss Serialization</ulink> library, which is much more efficient in terms
  -          of speed and CPU usage as well as the generated byte stream size than standard Java serialization.  This very
  -          significantly improves replication performance of custom objects placed in the cache.</para>
  +         <answer>
  +            <para>jboss-serialization.jar is the
  +               <ulink url="http://labs.jboss.org/portal/index.html?ctrl:id=page.default.info&amp;project=serialization">
  +                  JBoss Serialization
  +               </ulink>
  +               library, which is much more efficient in terms
  +               of speed and CPU usage as well as the generated byte stream size than standard Java serialization. This
  +               very
  +               significantly improves replication performance of custom objects placed in the cache.
  +            </para>
             <para>
                 From 1.4.x, JBoss Cache relies on this library and it is needed to run JBoss Cache.
             </para>
  @@ -719,7 +909,10 @@
             </question>
   
             <answer>
  -            <para>Yes you can, by passing in the <literal>-Dserialization.jboss=false</literal> environment variable to your JVM.</para>
  +            <para>Yes you can, by passing in the
  +               <literal>-Dserialization.jboss=false</literal>
  +               environment variable to your JVM.
  +            </para>
             </answer>
           </qandaentry>
   
  @@ -733,14 +926,16 @@
             <para>Not right now. JBoss Cache does not support partitioning that a
             user can configure to have different set of data residing on
             different cache instances while still participating as a replication
  -          group.</para>
  +               group.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a46">
             <para>Does JBoss Cache handle the concept of application classloading
  -          inside, say, a J2EE container?</para>
  +               inside, say, a J2EE container?
  +            </para>
           </question>
   
           <answer>
  @@ -748,7 +943,8 @@
             container. For example, a web application may require a new
             classloader to scope a specific version of the user library.
             However, by default JBoss Cache is agnostic to the classloader. In
  -          general, this leads to two kinds of problems:</para>
  +               general, this leads to two kinds of problems:
  +            </para>
   
             <itemizedlist>
               <listitem>
  @@ -758,7 +954,8 @@
                 classloader on cache2 does not have access to the required
                 class. Even if replication doesn't fail, a user thread in cache2
                 may not be able to access the object if the user thread is
  -              expecting a type defined by the application classloader.</para>
  +                     expecting a type defined by the application classloader.
  +                  </para>
               </listitem>
   
               <listitem>
  @@ -766,19 +963,24 @@
                 accessed by thread 2 (with two different classloaders).
                 JBossCache has no notion of the different classloaders involved.
                 As a result, you will have a
  -              <literal>ClassCastException</literal>. This is a standard
  +                     <literal>ClassCastException</literal>
  +                     . This is a standard
                 problem in passing an object from one application space to
                 another; JBossCache just adds a level of indirection in passing
  -              the object.</para>
  +                     the object.
  +                  </para>
               </listitem>
             </itemizedlist>
   
             <para>To solve the first kind of issue, in JBoss Cache 1.2.4 we
  -          introduced the concept of a <literal>TreeCacheMarshaller</literal>.
  +               introduced the concept of a
  +               <literal>TreeCacheMarshaller</literal>
  +               .
             Basically, this allows application code to register a classloader
             with a portion of the cache tree for use in handling objects
             replicated to that portion. See the TreeCacheMarshaller section of
  -          the user guide for more details.</para>
  +               the user guide for more details.
  +            </para>
   
             <para>To solve the second kind of issue, the only solution (that we
             know of) is to cache "serialized" byte code and only de-serialize it
  @@ -788,17 +990,21 @@
             However, the performance penalty of this approach is quite severe so
             in general another local in-vm version will need to be used as a
             "near-line" cache. Note also that each time the serialized bytes are
  -          deserialized, a new instance of the object is created.</para>
  +               deserialized, a new instance of the object is created.
  +            </para>
   
             <para>To help with this kind of handling, JBoss has a utility class
  -          called <literal>MarshalledValue</literal> that wraps around the
  +               called
  +               <literal>MarshalledValue</literal>
  +               that wraps around the
             serialized object. Here is a code snippet that illustrates how you
             can create a wrapper around JBossCache to handle the classloader
  -          issue:</para>
  +               issue:
  +            </para>
   
             <programlisting>import org.jboss.invocation.MarshalledValue;
   
  -public class CacheService {
  +               public class CacheService {
      private TreeCache cache_;
   
      public object get(Fqn fqn, String key) {
  @@ -810,7 +1016,7 @@
         return value; // only if successful
      }
   
  -...
  +               ...
   
      private Object getUnMarshalledValue(object value) {
         // assuming we use the calling thread context classloader
  @@ -820,31 +1026,32 @@
      private Object getMarshalledValue(Object value) {
         return new MarshalledValue(value);
      }
  -}
  +               }
   
  -</programlisting>
  +            </programlisting>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a47">
             <para>Does JBoss Cache currently support pre-event and post-event
  -          notification?</para>
  +               notification?
  +            </para>
           </question>
   
           <answer>
  -          <para>Yes. Starting with release 1.2.4, JBoss Cache has introduced
  -          ExtendedTreeCacheListener which takes in consideration pre and post
  -          event notification. See documentation for more details. Note that
  -          TreeCacheListener and ExtendedTreeCacheListener will be merged into
  -          TreeCacheListener in release 1.3.</para>
  +            <para>Yes. A boolean is passed in to each notification callback identifying whether the callback is before
  +               or after the event.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a48">
  -          <para>How do I implement a custom listener to listen to <literal>TreeCache</literal>
  -          events?</para>
  +            <para>How do I implement a custom listener to listen to
  +               <literal>TreeCache</literal>
  +               events?
  +            </para>
           </question>
   
           <answer>
  @@ -853,7 +1060,8 @@
             the node events that you are interested in. Then you add this
             listener to the TreeCache instance on startup to listen to the
             events as they occur by calling
  -          TreeCache.addTreeCacheListener(myListener).</para>
  +               TreeCache.addTreeCacheListener(myListener).
  +            </para>
   
             <programlisting>
             public class MyListener extends AbstractTreeCacheListener
  @@ -887,14 +1095,16 @@
           <answer>
             <para>Yes. JBoss Cache currently supports multiple eviction policies such as LRU, MRU, and FIFO.
             Users can also plug in their own eviction policy algorithms. See user
  -          manual for details. </para>
  +               manual for details.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a77">
             <para>Does JBoss Cache's eviction policy operates in
  -          replication mode?</para>
  +               replication mode?
  +            </para>
           </question>
   
           <answer>
  @@ -904,49 +1114,72 @@
             only evicted locally. This may cause the cache contents not to be
             synchronized temporarily. But when a user tries to obtain the cached
             contents of an evicted node and finds out that is null (e.g.,
  -          <literal>get</literal> returns null), it should get it from the
  +               <literal>get</literal>
  +               returns null), it should get it from the
             other data source and re-populate the data in the cache. During this
             moment, the node content will be propagated and the cache content
  -          will be in sync.</para>
  +               will be in sync.
  +            </para>
   
             <para>However, you still can run eviction policies with cache mode
  -          set to either <literal>REPL_SYNC</literal> or
  -          <literal>REPL_ASYNC</literal>. Depending on your use case, you can
  +               set to either
  +               <literal>REPL_SYNC</literal>
  +               or
  +               <literal>REPL_ASYNC</literal>
  +               . Depending on your use case, you can
             set multiple cache instances to have their own eviction policy
             (which are applied locally) or just have selected instances with
  -          eviction policies activated.</para>
  +               eviction policies activated.
  +            </para>
   
             <para>Also note that, with cache loader option, a locally evicted
             node can also be persisted to the backend store and a user can
  -          retrieve it from the store later on.</para>
  +               retrieve it from the store later on.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a78">
  -          <para>Does JBoss Cache support <literal>Region</literal>?</para>
  +            <para>Does JBoss Cache support
  +               <literal>Region</literal>
  +               ?
  +            </para>
           </question>
   
           <answer>
             <para>Yes. JBoss Cache has the notion of region where a user can
             configure the eviction policy parameters (e.g.,
  -          <literal>maxNodes</literal> or <literal>timeToIdleSeconds</literal>
  -          )</para>
  +               <literal>maxNodes</literal>
  +               or
  +               <literal>timeToIdleSeconds</literal>
  +               )
  +            </para>
   
             <para>A region in JBoss Cache denotes a portion of tree hierarchy,
  -          e.g., a fully qualified name (<literal>FQN</literal>). For example,
  -          a user can define <literal>/org/jboss</literal> and
  -          <literal>/org/foocom</literal> as two separate regions. But note
  +               e.g., a fully qualified name (
  +               <literal>FQN</literal>
  +               ). For example,
  +               a user can define
  +               <literal>/org/jboss</literal>
  +               and
  +               <literal>/org/foocom</literal>
  +               as two separate regions. But note
             that you can configure the region programmatically now, i.e.,
  -          everything has to be configured through the xml file.</para>
  +               everything has to be configured through the xml file.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a79">
  -          <para>What are the <literal>EvictionPolicyConfig</literal> tag
  +            <para>What are the
  +               <literal>EvictionPolicyConfig</literal>
  +               tag
             parameters for
  -          <literal>org.jboss.cache.eviction.LRUPolicy</literal>?</para>
  +               <literal>org.jboss.cache.eviction.LRUPolicy</literal>
  +               ?
  +            </para>
           </question>
   
           <answer>
  @@ -961,7 +1194,8 @@
                     <entry>wakeUpIntervalInSeconds</entry>
   
                     <entry>Interval where the clean up thread wakes to process
  -                  the sitting queue and sweep away the old data.</entry>
  +                           the sitting queue and sweep away the old data.
  +                        </entry>
                   </row>
   
                   <row>
  @@ -969,21 +1203,25 @@
   
                     <entry>A area where each eviction policy parameters are
                     specified. Note that it needs a minimum of
  -                  <literal>/_default</literal> region.</entry>
  +                           <literal>/_default</literal>
  +                           region.
  +                        </entry>
                   </row>
   
                   <row>
                     <entry>maxNodes</entry>
   
                     <entry>Max number of nodes allowed in the eviction queue. 0
  -                  means no limit.</entry>
  +                           means no limit.
  +                        </entry>
                   </row>
   
                   <row>
                     <entry>timeToLiveInSeconds</entry>
   
                     <entry>Age (in seconds) for the node to be evicted in the
  -                  queue. 0 denotes no limit.</entry>
  +                           queue. 0 denotes no limit.
  +                        </entry>
                   </row>
                 </tbody>
               </tgroup>
  @@ -994,23 +1232,28 @@
         <qandaentry>
           <question id="a80">
             <para>I have turned on the eviction policy, why do I still get "out
  -          of memory" (OOM) exception?</para>
  +               of memory" (OOM) exception?
  +            </para>
           </question>
   
           <answer>
             <para>OOM can happen when the speed of cache access exceeds the
             speed of eviction policy handling timer. Eviction policy handler
  -          will wake up every <literal>wakeUpIntervalInSeconds</literal>
  +               will wake up every
  +               <literal>wakeUpIntervalInSeconds</literal>
             seconds to process the eviction event queue. And the queue size is
             fixed at 20000 now. So when the queue size is full, it will create a
             backlog and cause OOM to happen unless the eviction timer catches
             up. To address this problem, in addition to increase the VM heap
             size, you can also reduce the
  -          <literal>wakeUpIntervaleInSeconds</literal> so the timer thread
  -          processes the queue more frequently.</para>
  +               <literal>wakeUpIntervaleInSeconds</literal>
  +               so the timer thread
  +               processes the queue more frequently.
  +            </para>
   
             <para>We will also externalize the queue size so it will be
  -          configurable in the next release.</para>
  +               configurable in the next release.
  +            </para>
           </answer>
         </qandaentry>
       </qandaset>
  @@ -1028,7 +1271,8 @@
             (persistent) data store. The CacheLoader is called by JBossCache to
             fetch data from a store when that data is not in the cache, and when
             modifications are made to data in the cache the CacheLoader is
  -          called to store those modifications back to the store.</para>
  +               called to store those modifications back to the store.
  +            </para>
   
             <para>In conjunction with eviction policies, JBossCache with a
             CacheLoader allows a user to maintain a bounded cache for a large
  @@ -1036,10 +1280,12 @@
             datastore into the cache, and the least used data is evicted, in
             order to provide fast access to frequently accessed data. This is
             all configured through XML, and the programmer doesn't have to take
  -          care of loading and eviction.</para>
  +               care of loading and eviction.
  +            </para>
   
             <para>JBossCache currently ships with several CacheLoader
  -          implementations, including:</para>
  +               implementations, including:
  +            </para>
   
             <para>
   	<itemizedlist>
  @@ -1047,8 +1293,11 @@
                   <para>FileCacheLoader: this implementation uses the file
                   system to store and retrieve data. JBossCache nodes are mapped
                   to directories, subnodes to subdirectories etc. Attributes of
  -                a node are mapped to a file <literal>data</literal> inside the
  -                directory.</para>
  +                        a node are mapped to a file
  +                        <literal>data</literal>
  +                        inside the
  +                        directory.
  +                     </para>
                 </listitem>
   
                 <listitem>
  @@ -1056,21 +1305,28 @@
                   Sleepycat Java Edition database, a fast and efficient
                   transactional database. It uses a single file for the entire
                   store. Note that if you use Sleepycat's CacheLoader with
  -                JBoss Cache and wish to ship your product, you will have to acquire a <ulink url="http://www.sleepycat.com/jeforjbosscache">commercial license from Sleepycat</ulink>.</para>
  +                        JBoss Cache and wish to ship your product, you will have to acquire a
  +                        <ulink url="http://www.sleepycat.com/jeforjbosscache">commercial license from Sleepycat</ulink>
  +                        .
  +                     </para>
                 </listitem>
   
                 <listitem>
  -                 <para>JDBCCacheLoader: this implementation uses the relational database as the persistent storage.</para>
  +                     <para>JDBCCacheLoader: this implementation uses the relational database as the persistent storage.
  +                     </para>
                 </listitem>
   
   			          <listitem>
  -		                 <para>ClusteredCacheLoader: this implementation queries the rest of the cluster, treating other servers' in-memory state as a data store.</para>
  +                     <para>ClusteredCacheLoader: this implementation queries the rest of the cluster, treating other
  +                        servers' in-memory state as a data store.
  +                     </para>
   		              </listitem>
   
   					          <listitem>
   				                 <para>And more. See the documentation for more details.</para>
   				              </listitem>
  -            </itemizedlist></para>
  +               </itemizedlist>
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -1083,7 +1339,8 @@
             <para>As of JBossCache 1.2.4, yes. Set the CacheLoaderAsynchronous
             property to true. See the JBossCache documentation for a more
             detailed discussion. By default though, all cache loader writes are
  -          synchronous and will block.</para>
  +               synchronous and will block.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -1094,9 +1351,11 @@
   
           <answer>
             <para>Yes. A CacheLoader is a class implementing
  -          <literal>org.jboss.cache.loader.CacheLoader</literal>. It is
  +               <literal>org.jboss.cache.loader.CacheLoader</literal>
  +               . It is
             configured via the XML file (see JBossCache and Tutorial
  -          documentation).</para>
  +               documentation).
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -1111,7 +1370,8 @@
             caching proxy server, which fetches contents from the web. Note that
             an implementation of CacheLoader may not implement the 'store'
             functionality in this case, but just the 'load'
  -          functionality.</para>
  +               functionality.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -1123,20 +1383,25 @@
           <answer>
             <para>Some applications:</para>
   
  -          <para><itemizedlist>
  +            <para>
  +               <itemizedlist>
                 <listitem>
                   <para>HTTP sessions can be persisted (besides being replicated
                   by JBossCache). The CacheLoader can be configured to be
                   shared, or unshared, meaning that every node in a cluster has
                   its own local store. It is also possible to attach a
  -                CacheLoader to just <emphasis>one</emphasis> of the
  -                nodes.</para>
  +                        CacheLoader to just
  +                        <emphasis>one</emphasis>
  +                        of the
  +                        nodes.
  +                     </para>
                 </listitem>
   
                 <listitem>
                   <para>Simple persistence for POJOs. Use of JBossCache aop and
                   a local CacheLoader persist POJOs transparently into the store
  -                provided by the CacheLoader.</para>
  +                        provided by the CacheLoader.
  +                     </para>
                 </listitem>
   
                 <listitem>
  @@ -1144,7 +1409,8 @@
                   The service is up as long as at least 1 node is running, but
                   even if all nodes are taken offline, when the first node is
                   started again, the data previously saved will still be
  -                available (e.g. a shopping cart).</para>
  +                        available (e.g. a shopping cart).
  +                     </para>
                 </listitem>
   
                 <listitem>
  @@ -1152,9 +1418,11 @@
                   of URLs, users access the proxy, and if the URL is not in the
                   cache, the CacheLoader fetches it from the web. This could
                   actually be a replicated and transactional version of
  -                Squid.</para>
  +                        Squid.
  +                     </para>
                 </listitem>
  -            </itemizedlist></para>
  +               </itemizedlist>
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -1167,7 +1435,8 @@
             <para>Through XML: both the fully-qualified classname of the
             CacheLoader and its configuration string have to be given.
             JBossCache will then instantiate a CacheLoader. See JBossCache
  -          documentation for details.</para>
  +               documentation for details.
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -1179,8 +1448,12 @@
           <answer>
             <para>Not if you use it only for personal use. As soon as you
             distribute your product with BdbjeCacheLoader, you have to purchase
  -          a commercial license from Sleepycat. See details at <ulink
  -          url="http://www.sleepycat.com/jeforjbosscache">http://www.sleepycat.com/jeforjbosscache</ulink>.</para>
  +               a commercial license from Sleepycat. See details at
  +               <ulink
  +                       url="http://www.sleepycat.com/jeforjbosscache">http://www.sleepycat.com/jeforjbosscache
  +               </ulink>
  +               .
  +            </para>
           </answer>
         </qandaentry>
   
  @@ -1197,35 +1470,48 @@
             configured, until it finds a valid, non-null element of data. When
             performing writes, all cache loaders are written to (except if the
             ignoreModifications element has been set to true for a specific
  -          cache loader. </para>
  +               cache loader.
  +            </para>
           </answer>
         </qandaentry>
   
         <qandaentry>
           <question id="a89">
  -          <para>Why do cache loaders go into an inconsistent state when I use transactions, pessimistic locking, and I attempt to read a node after removing it from within the same transaction scope?</para>
  +            <para>Why do cache loaders go into an inconsistent state when I use transactions, pessimistic locking, and I
  +               attempt to read a node after removing it from within the same transaction scope?
  +            </para>
           </question>
   
           <answer>
  -          <para>This is a known bug (see <ulink url="http://jira.jboss.com/jira/browse/JBCACHE-477">JBCACHE-477</ulink> and <ulink url="http://jira.jboss.com/jira/browse/JBCACHE-352">JBCACHE-352</ulink>), which have been fixed in JBoss Cache 1.4.0.  A very simple workaround if you're using JBoss Cache 1.3.x is to use optimistic locking.</para>
  +            <para>This is a known bug (see
  +               <ulink url="http://jira.jboss.com/jira/browse/JBCACHE-477">JBCACHE-477</ulink>
  +               and
  +               <ulink url="http://jira.jboss.com/jira/browse/JBCACHE-352">JBCACHE-352</ulink>
  +               ), which have been fixed in JBoss Cache 1.4.0. A very simple workaround if you're using JBoss Cache 1.3.x
  +               is to use optimistic locking.
  +            </para>
   		<para>
  -			One of the consequences of this bug is that, for example, if you use PojoCache with pojos that have private references to a List and you update and remove someelements of that List within a transaction (when using pessimistic locking and a cache loader), you may see IllegalStateExceptions thrown.
  +               One of the consequences of this bug is that, for example, if you use PojoCache with pojos that have
  +               private references to a List and you update and remove someelements of that List within a transaction
  +               (when using pessimistic locking and a cache loader), you may see IllegalStateExceptions thrown.
   		</para>
           </answer>
         </qandaentry>
   
   
  -
       </qandaset>
   
   	<qandaset defaultlabel="qanda">
   		<title>Troubleshooting</title>
   	<qandaentry>
           <question id="a90">
  -          <para>I am having problems getting JBoss Cache to work, where can I get information on troubleshooting?</para>
  +            <para>I am having problems getting JBoss Cache to work, where can I get information on troubleshooting?
  +            </para>
           </question>
           <answer>
  -          <para>Troubleshooting section can be found in the following <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheTroubleshooting">wiki link</ulink>.
  +            <para>Troubleshooting section can be found in the following
  +               <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheTroubleshooting">wiki link</ulink>
  +               .
             </para>
           </answer>
          </qandaentry>
  
  
  



More information about the jboss-cvs-commits mailing list