[hibernate-commits] Hibernate SVN: r12716 - in core/trunk/documentation/manual: pt-BR/src/main/docbook/modules and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jul 4 00:58:59 EDT 2007


Author: d.plentz
Date: 2007-07-04 00:58:58 -0400 (Wed, 04 Jul 2007)
New Revision: 12716

Modified:
   core/trunk/documentation/manual/en-US/src/main/docbook/modules/architecture.xml
   core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/architecture.xml
Log:
[HHH-2420] Error in 2.5. Contextual Sessions

Modified: core/trunk/documentation/manual/en-US/src/main/docbook/modules/architecture.xml
===================================================================
--- core/trunk/documentation/manual/en-US/src/main/docbook/modules/architecture.xml	2007-07-04 04:55:21 UTC (rev 12715)
+++ core/trunk/documentation/manual/en-US/src/main/docbook/modules/architecture.xml	2007-07-04 04:58:58 UTC (rev 12716)
@@ -345,7 +345,7 @@
             but a <literal>org.hibernate.transaction.TransactionManagerLookup</literal> is configured,
             Hibernate will use the <literal>org.hibernate.context.JTASessionContext</literal>.
             Typically, the value of this parameter would just name the implementation class to
-            use; for the three out-of-the-box implementations, however, there are two corresponding
+            use; for the three out-of-the-box implementations, however, there are three corresponding
             short names, "jta", "thread", and "managed".
         </para>
         

Modified: core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/architecture.xml
===================================================================
--- core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/architecture.xml	2007-07-04 04:55:21 UTC (rev 12715)
+++ core/trunk/documentation/manual/pt-BR/src/main/docbook/modules/architecture.xml	2007-07-04 04:58:58 UTC (rev 12716)
@@ -350,7 +350,7 @@
             não é determinado mas um <literal>org.hibernate.transaction.TransactionManagerLookup</literal> 
             é configurado, Hibernate usará o <literal>org.hibernate.context.JTASessionContext</literal>.
             Tipicamente, o valor deste parâmetro nomearia apenas a classe de implementação para usar; 
-            para as duas implementações out-of-the-box, entretanto, há dois pequenos nomes correspondentes, 
+            para as duas implementações out-of-the-box, entretanto, há três pequenos nomes correspondentes, 
             "jta", "thread", and "managed".
         </para>
         




More information about the hibernate-commits mailing list