diff --git a/reference/en/modules/transactions.xml b/reference/en/modules/transactions.xml
index 7bdce184c2..768d4524c0 100644
--- a/reference/en/modules/transactions.xml
+++ b/reference/en/modules/transactions.xml
@@ -425,7 +425,8 @@ finally {
- Note that you should choose org.hibernate.transaction.JDBCTransaction.
+ Note that you should select org.hibernate.transaction.JDBCTransactionFactory
+ (which is the default).
@@ -463,9 +464,10 @@ finally {
}]]>
- Note that you should choose org.hibernate.transaction.JTATransaction
- in a BMT session bean, and org.hibernate.transaction.CMTTransaction
- in a CMT session bean.
+ Note that you should choose org.hibernate.transaction.JTATransactionFactory
+ in a BMT session bean, and org.hibernate.transaction.CMTTransactionFactory
+ in a CMT session bean. Remember to also set
+ org.hibernate.transaction.manager_lookup_class.