Update of /cvsroot/hibernate/Hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv18883
Modified Files:
changelog.txt hibernate.properties readme.txt
Log Message:
manager_lookup_class property was incorrectly documented
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v
retrieving revision 1.280
retrieving revision 1.281
diff -C2 -d -r1.280 -r1.281
*** changelog.txt 28 Nov 2002 12:33:34 -0000 1.280
--- changelog.txt 30 Nov 2002 03:57:29 -0000 1.281
***************
*** 1,5 ****
Hibernate Changelog
===================
! Changes in version 1.2 beta 4 (26.11.2002)
------------------------------------------
* fixed bugs in one-to-many associations to a <joined-subclass>
--- 1,5 ----
Hibernate Changelog
===================
! Changes in version 1.2 beta 4 (29.11.2002)
------------------------------------------
* fixed bugs in one-to-many associations to a <joined-subclass>
Index: hibernate.properties
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/hibernate.properties,v
retrieving revision 1.91
retrieving revision 1.92
diff -C2 -d -r1.91 -r1.92
*** hibernate.properties 25 Nov 2002 16:14:35 -0000 1.91
--- hibernate.properties 30 Nov 2002 03:57:30 -0000 1.92
***************
*** 226,232 ****
## to use JTATransactionFactory with JCS caching, Hibernate must be able to obtain the JTA TransactionManager
! #hibernate.transaction.manager_class cirrus.hibernate.transaction.JBossTransactionManagerLookup
! #hibernate.transaction.manager_class cirrus.hibernate.transaction.WeblogicTransactionManagerLookup
! #hibernate.transaction.manager_class cirrus.hibernate.transaction.WebSphereTransactionManagerLookup
--- 226,233 ----
## to use JTATransactionFactory with JCS caching, Hibernate must be able to obtain the JTA TransactionManager
! #hibernate.transaction.manager_lookup_class cirrus.hibernate.transaction.JBossTransactionManagerLookup
! #hibernate.transaction.manager_lookup_class cirrus.hibernate.transaction.WeblogicTransactionManagerLookup
! #hibernate.transaction.manager_lookup_class cirrus.hibernate.transaction.WebSphereTransactionManagerLookup
! #hibernate.transaction.manager_lookup_class cirrus.hibernate.transaction.OrionTransactionManagerLookup
Index: readme.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/readme.txt,v
retrieving revision 1.53
retrieving revision 1.54
diff -C2 -d -r1.53 -r1.54
*** readme.txt 26 Nov 2002 08:37:24 -0000 1.53
--- readme.txt 30 Nov 2002 03:57:30 -0000 1.54
***************
*** 1,5 ****
Hibernate - Relational Persistence for Idiomatic Java
=====================================================
! version 1.2 beta 4 26 November 2002
Instructions
--- 1,5 ----
Hibernate - Relational Persistence for Idiomatic Java
=====================================================
! version 1.2 beta 4 29 November 2002
Instructions
|