git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6429 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Gavin King 2005-04-15 14:02:11 +00:00
parent c8ba6620f3
commit 729a20e895
1 changed files with 6 additions and 4 deletions

View File

@ -425,7 +425,8 @@ finally {
</para>
<para>
Note that you should choose <literal>org.hibernate.transaction.JDBCTransaction</literal>.
Note that you should select <literal>org.hibernate.transaction.JDBCTransactionFactory</literal>
(which is the default).
</para>
</sect2>
@ -463,9 +464,10 @@ finally {
}]]></programlisting>
<para>
Note that you should choose <literal>org.hibernate.transaction.JTATransaction</literal>
in a BMT session bean, and <literal>org.hibernate.transaction.CMTTransaction</literal>
in a CMT session bean.
Note that you should choose <literal>org.hibernate.transaction.JTATransactionFactory</literal>
in a BMT session bean, and <literal>org.hibernate.transaction.CMTTransactionFactory</literal>
in a CMT session bean. Remember to also set
<literal>org.hibernate.transaction.manager_lookup_class</literal>.
</para>
<para>