fix
git-svn-id: https://svn.jboss.org/repos/hibernate/trunk/Hibernate3/doc@6429 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
c8ba6620f3
commit
729a20e895
|
@ -425,7 +425,8 @@ finally {
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<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>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
@ -463,9 +464,10 @@ finally {
|
||||||
}]]></programlisting>
|
}]]></programlisting>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Note that you should choose <literal>org.hibernate.transaction.JTATransaction</literal>
|
Note that you should choose <literal>org.hibernate.transaction.JTATransactionFactory</literal>
|
||||||
in a BMT session bean, and <literal>org.hibernate.transaction.CMTTransaction</literal>
|
in a BMT session bean, and <literal>org.hibernate.transaction.CMTTransactionFactory</literal>
|
||||||
in a CMT session bean.
|
in a CMT session bean. Remember to also set
|
||||||
|
<literal>org.hibernate.transaction.manager_lookup_class</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|
Loading…
Reference in New Issue