[hibernate-commits] Hibernate SVN: r14349 - core/trunk/documentation/jbosscache2/src/main/docbook/en-US/content.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Feb 22 19:15:59 EST 2008


Author: bstansberry at jboss.com
Date: 2008-02-22 19:15:59 -0500 (Fri, 22 Feb 2008)
New Revision: 14349

Modified:
   core/trunk/documentation/jbosscache2/src/main/docbook/en-US/content/configuration.xml
Log:
Minor fixes

Modified: core/trunk/documentation/jbosscache2/src/main/docbook/en-US/content/configuration.xml
===================================================================
--- core/trunk/documentation/jbosscache2/src/main/docbook/en-US/content/configuration.xml	2008-02-22 23:26:44 UTC (rev 14348)
+++ core/trunk/documentation/jbosscache2/src/main/docbook/en-US/content/configuration.xml	2008-02-23 00:15:59 UTC (rev 14349)
@@ -223,7 +223,7 @@
                  <para>
                     Specifies the JNDI name under which the JBoss Cache instance 
                     to use is bound. Note that although this configuration property 
-                    has the same name as the one used by <literal>SharedCacheInstanceManager</literal>, 
+                    has the same name as the one used by <literal>SharedJBossCacheRegionFactory</literal>, 
                     the meaning here is different. Note also that in this class' 
                     usage of the property, there is no default value -- the user
                     must specify the property.
@@ -309,8 +309,8 @@
                  <para>
                     Name of the configuration that should be used for query caches.
                     By default, tries to use the same cache as is used for
-                    entity caching.  If there is no entity cache or it uses 
-                    invalidation, the default value is <literal>local-query</literal>.
+                    entity caching.  If there is no entity cache, the default 
+                    value is <literal>local-query</literal>.
                  </para>
                  </listitem>
                </varlistentry>
@@ -324,7 +324,7 @@
              configurations. If you want to set 
              <literal>hibernate.cache.region.jbc2.configs</literal> and use your 
              own JBoss Cache configuration file, you can still take advantage of 
-             these defaults names; just name the configurations in your file
+             these default names; just name the configurations in your file
              to match.
            </para>
            




More information about the hibernate-commits mailing list