From: <one...@us...> - 2002-11-30 03:57:33
|
Update of /cvsroot/hibernate/Hibernate/doc/reference/src In directory sc8-pr-cvs1:/tmp/cvs-serv18883/doc/reference/src Modified Files: advanced_or_mapping.xml session_configuration.xml Log Message: manager_lookup_class property was incorrectly documented Index: advanced_or_mapping.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/reference/src/advanced_or_mapping.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** advanced_or_mapping.xml 20 Nov 2002 10:27:03 -0000 1.25 --- advanced_or_mapping.xml 30 Nov 2002 03:57:30 -0000 1.26 *************** *** 1081,1085 **** or where serializable transaction isolation level is needed. If the cache is used in a JTA environment, you must specify the property ! <literal>hibernate.transaction.manager_class</literal>, naming a strategy for obtaining the JTA <literal>TransactionManager</literal>. In other environments, you should ensure that the transaction is completed when <literal>Session.close()</literal> or --- 1081,1085 ---- or where serializable transaction isolation level is needed. If the cache is used in a JTA environment, you must specify the property ! <literal>hibernate.transaction.manager_lookup_class</literal>, naming a strategy for obtaining the JTA <literal>TransactionManager</literal>. In other environments, you should ensure that the transaction is completed when <literal>Session.close()</literal> or Index: session_configuration.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate/doc/reference/src/session_configuration.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** session_configuration.xml 26 Nov 2002 03:35:46 -0000 1.25 --- session_configuration.xml 30 Nov 2002 03:57:30 -0000 1.26 *************** *** 364,372 **** <entry><literal>jta.UserTransaction</literal></entry> <entry><literal>jndi/composite/name</literal></entry> ! <entry>A JNDI name to used by <literal>JTATransactionFactory</literal> to obtain the JTA <literal>UserTransaction</literal></entry> </row> <row> ! <entry><literal>hibernate.transaction.manager_class</literal></entry> <entry><literal>full.classname.of.TransactionManagerLookup</literal></entry> <entry>classname of a <literal>TransactionManagerLookup</literal> - needed --- 364,372 ---- <entry><literal>jta.UserTransaction</literal></entry> <entry><literal>jndi/composite/name</literal></entry> ! <entry>A JNDI name used by <literal>JTATransactionFactory</literal> to obtain the JTA <literal>UserTransaction</literal></entry> </row> <row> ! <entry><literal>hibernate.transaction.manager_lookup_class</literal></entry> <entry><literal>full.classname.of.TransactionManagerLookup</literal></entry> <entry>classname of a <literal>TransactionManagerLookup</literal> - needed |