[jboss-cvs] JBossAS SVN: r93178 - projects/docs/community/5/Clustering_Guide/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 3 12:12:31 EDT 2009


Author: pferraro
Date: 2009-09-03 12:12:31 -0400 (Thu, 03 Sep 2009)
New Revision: 93178

Modified:
   projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_Entity_EJBs.xml
Log:
Try to fix ugly tables in PDF

Modified: projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_Entity_EJBs.xml
===================================================================
--- projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_Entity_EJBs.xml	2009-09-03 16:12:12 UTC (rev 93177)
+++ projects/docs/community/5/Clustering_Guide/en-US/Clustering_Guide_Entity_EJBs.xml	2009-09-03 16:12:31 UTC (rev 93178)
@@ -108,26 +108,30 @@
                   <para>
                     Uses a single JBoss Cache configuration, from a newly instantiated CacheManager, for all cache regions.
                   </para>
-                  <para>
-                  <table border="1">
-                    <caption>Additional properties for SharedJBossCacheRegionFactory</caption>
-                    <tr>
-                      <th>Property</th>
-                      <th>Default</th>
-                      <th>Description</th>
-                    </tr>
-                    <tr>
-                      <td>hibernate.cache.region.jbc2.cfg.shared</td>
-                      <td>treecache.xml</td>
-                      <td>The classpath or filesystem resource containing the JBoss Cache configuration settings.</td>
-                    </tr>
-                    <tr>
-                      <td>hibernate.cache.region.jbc2.cfg.jgroups.stacks</td>
-                      <td>org/hibernate/cache/jbc2/builder/jgroups-stacks.xml</td>
-                      <td>The classpath or filesystem resource containing the JGroups protocol stack configurations.</td>
-                    </tr>
+                  <table frame="all">
+                    <title>Additional properties for SharedJBossCacheRegionFactory</title>
+                    <tgroup cols="3">
+                      <thead>
+                        <row>
+                          <entry>Property</entry>
+                          <entry>Default</entry>
+                          <entry>Description</entry>
+                        </row>
+                      </thead>
+                      <tbody>
+                        <row>
+                          <entry>hibernate.cache.region.jbc2.cfg.shared</entry>
+                          <entry>treecache.xml</entry>
+                          <entry>The classpath or filesystem resource containing the JBoss Cache configuration settings.</entry>
+                        </row>
+                        <row>
+                          <entry>hibernate.cache.region.jbc2.cfg.jgroups.stacks</entry>
+                          <entry>org/hibernate/cache/jbc2/builder/jgroups-stacks.xml</entry>
+                          <entry>The classpath or filesystem resource containing the JGroups protocol stack configurations.</entry>
+                        </row>
+                      </tbody>
+                    </tgroup>
                   </table>
-                  </para>
                 </listitem>
               </varlistentry>
               <varlistentry>
@@ -136,71 +140,79 @@
                   <para>
                     Uses a single JBoss Cache configuration, from an existing CacheManager bound to JNDI, for all cache regions.
                   </para>
-                  <para>
-                  <table border="1">
-                    <caption>Additional properties for JndiSharedJBossCacheRegionFactory</caption>
-                    <tr>
-                      <th>Property</th>
-                      <th>Default</th>
-                      <th>Description</th>
-                    </tr>
-                    <tr>
-                      <td>hibernate.cache.region.jbc2.cfg.shared</td>
-                      <td><emphasis>Required</emphasis></td>
-                      <td>JNDI name to which the shared <literal>Cache</literal> instance is bound.</td>
-                    </tr>
+                  <table frame="all">
+                    <title>Additional properties for JndiSharedJBossCacheRegionFactory</title>
+                    <tgroup cols="3">
+                      <thead>
+                        <row>
+                          <entry>Property</entry>
+                          <entry>Default</entry>
+                          <entry>Description</entry>
+                        </row>
+                      </thead>
+                      <tbody>
+                        <row>
+                          <entry>hibernate.cache.region.jbc2.cfg.shared</entry>
+                          <entry><emphasis>Required</emphasis></entry>
+                          <entry>JNDI name to which the shared <literal>Cache</literal> instance is bound.</entry>
+                        </row>
+                      </tbody>
+                    </tgroup>
                    </table>
-                   </para>
                 </listitem>
               </varlistentry>
             </variablelist>
             <para>
               A multiplexed region factory uses separate Cache instances, using optimized configurations for each cache region.
             </para>
-            <para>
-            <table border="1">
-              <caption>Common properties for multiplexed region factory implementations</caption>
-              <tr>
-                <th>Property</th>
-                <th>Default</th>
-                <th>Description</th>
-              </tr>
-              <tr>
-                <td>hibernate.cache.region.jbc2.cfg.entity</td>
-                <td>optimistic-entity</td>
-                <td>
-                  The JBoss Cache configuration used for the entity cache region.
-                  Alternative configurations: mvcc-entity, pessimistic-entity, mvcc-entity-repeatable, optimistic-entity-repeatable, pessimistic-entity-repeatable
-                </td>
-              </tr>
-              <tr>
-                <td>hibernate.cache.region.jbc2.cfg.collection</td>
-                <td>optimistic-entity</td>
-                <td>
-                  The JBoss Cache configuration used for the collection cache region.
-                  The collection cache region typically uses the same configuration as the entity cache region.
-                </td>
-              </tr>
-              <tr>
-                <td>hibernate.cache.region.jbc2.cfg.query</td>
-                <td>local-query</td>
-                <td>
-                  The JBoss Cache configuration used for the query cache region.
-                  By default, cached query results are not replicated.
-                  Alternative configurations: replicated-query
-                </td>
-              </tr>
-              <tr>
-                <td>hibernate.cache.region.jbc2.cfg.ts</td>
-                <td>timestamps-cache</td>
-                <td>
-                  The JBoss Cache configuration used for the timestamp cache region.
-                  If query caching is used, the corresponding timestamp cache must be replicating, even if the query cache is non-replicating.
-                  The timestamp cache region must never share the same cache as the query cache.
-                </td>
-              </tr>
+            <table frame="all">
+              <title>Common properties for multiplexed region factory implementations</title>
+              <tgroup cols="3">
+                <thead>
+                  <row>
+                    <entry>Property</entry>
+                    <entry>Default</entry>
+                    <entry>Description</entry>
+                  </row>
+                </thead>
+                <tbody>
+                  <row>
+                    <entry>hibernate.cache.region.jbc2.cfg.entity</entry>
+                    <entry>optimistic-entity</entry>
+                    <entry>
+                      The JBoss Cache configuration used for the entity cache region.
+                      Alternative configurations: mvcc-entity, pessimistic-entity, mvcc-entity-repeatable, optimistic-entity-repeatable, pessimistic-entity-repeatable
+                    </entry>
+                  </row>
+                  <row>
+                    <entry>hibernate.cache.region.jbc2.cfg.collection</entry>
+                    <entry>optimistic-entity</entry>
+                    <entry>
+                      The JBoss Cache configuration used for the collection cache region.
+                      The collection cache region typically uses the same configuration as the entity cache region.
+                    </entry>
+                  </row>
+                  <row>
+                    <entry>hibernate.cache.region.jbc2.cfg.query</entry>
+                    <entry>local-query</entry>
+                    <entry>
+                      The JBoss Cache configuration used for the query cache region.
+                      By default, cached query results are not replicated.
+                      Alternative configurations: replicated-query
+                    </entry>
+                  </row>
+                  <row>
+                    <entry>hibernate.cache.region.jbc2.cfg.ts</entry>
+                    <entry>timestamps-cache</entry>
+                    <entry>
+                      The JBoss Cache configuration used for the timestamp cache region.
+                      If query caching is used, the corresponding timestamp cache must be replicating, even if the query cache is non-replicating.
+                      The timestamp cache region must never share the same cache as the query cache.
+                    </entry>
+                  </row>
+                </tbody>
+              </tgroup>
             </table>
-            </para>
             <para>Hibernate ships with 2 shared region factory implementations:</para>
             <variablelist>
               <varlistentry>
@@ -209,26 +221,30 @@
                   <para>
                     Uses separate JBoss Cache configurations, from a newly instantiated CacheManager, per cache region.
                   </para>
-                  <para>
-                  <table border="1">
-                    <caption>Additional properties for MultiplexedJBossCacheRegionFactory</caption>
-                    <tr>
-                      <th>Property</th>
-                      <th>Default</th>
-                      <th>Description</th>
-                    </tr>
-                    <tr>
-                      <td>hibernate.cache.region.jbc2.configs</td>
-                      <td>org/hibernate/cache/jbc2/builder/jbc2-configs.xml</td>
-                      <td>The classpath or filesystem resource containing the JBoss Cache configuration settings.</td>
-                    </tr>
-                    <tr>
-                      <td>hibernate.cache.region.jbc2.cfg.jgroups.stacks</td>
-                      <td>org/hibernate/cache/jbc2/builder/jgroups-stacks.xml</td>
-                      <td>The classpath or filesystem resource containing the JGroups protocol stack configurations.</td>
-                    </tr>
+                  <table frame="all">
+                    <title>Additional properties for MultiplexedJBossCacheRegionFactory</title>
+                    <tgroup cols="3">
+                      <thead>
+                        <row>
+                          <entry>Property</entry>
+                          <entry>Default</entry>
+                          <entry>Description</entry>
+                        </row>
+                      </thead>
+                      <tbody>
+                        <row>
+                          <entry>hibernate.cache.region.jbc2.configs</entry>
+                          <entry>org/hibernate/cache/jbc2/builder/jbc2-configs.xml</entry>
+                          <entry>The classpath or filesystem resource containing the JBoss Cache configuration settings.</entry>
+                        </row>
+                        <row>
+                          <entry>hibernate.cache.region.jbc2.cfg.jgroups.stacks</entry>
+                          <entry>org/hibernate/cache/jbc2/builder/jgroups-stacks.xml</entry>
+                          <entry>The classpath or filesystem resource containing the JGroups protocol stack configurations.</entry>
+                        </row>
+                      </tbody>
+                    </tgroup>
                   </table>
-                  </para>
                 </listitem>
               </varlistentry>
               <varlistentry>
@@ -237,21 +253,25 @@
                   <para>
                     Uses separate JBoss Cache configurations, from a JNDI-bound CacheManager, see <xref linkend="clustering-blocks-jbc-cachemanager"/>, per cache region.
                   </para>
-                  <para>
-                  <table border="1">
-                    <caption>Additional properties for JndiMultiplexedJBossCacheRegionFactory</caption>
-                    <tr>
-                      <th>Property</th>
-                      <th>Default</th>
-                      <th>Description</th>
-                    </tr>
-                    <tr>
-                      <td>hibernate.cache.region.jbc2.cachefactory</td>
-                      <td><emphasis>Required</emphasis></td>
-                      <td>JNDI name to which the <literal>CacheManager</literal> instance is bound.</td>
-                    </tr>
+                  <table frame="all">
+                    <title>Additional properties for JndiMultiplexedJBossCacheRegionFactory</title>
+                    <tgroup cols="3">
+                      <thead>
+                        <row>
+                          <entry>Property</entry>
+                          <entry>Default</entry>
+                          <entry>Description</entry>
+                        </row>
+                      </thead>
+                      <tbody>
+                        <row>
+                          <entry>hibernate.cache.region.jbc2.cachefactory</entry>
+                          <entry><emphasis>Required</emphasis></entry>
+                          <entry>JNDI name to which the <literal>CacheManager</literal> instance is bound.</entry>
+                        </row>
+                      </tbody>
+                    </tgroup>
                   </table>
-                  </para>
                 </listitem>
               </varlistentry>
             </variablelist>




More information about the jboss-cvs-commits mailing list