From: <one...@us...> - 2002-12-07 08:16:12
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv23295 Modified Files: changelog.txt hibernate.properties Log Message: 1.2final Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.282 retrieving revision 1.283 diff -C2 -d -r1.282 -r1.283 *** changelog.txt 30 Nov 2002 08:28:12 -0000 1.282 --- changelog.txt 7 Dec 2002 08:16:09 -0000 1.283 *************** *** 3,7 **** --- 3,12 ---- Changes in version 1.2 final ---------------------------- + * fixed a bug where uppercase IS NOT NULL, NOT IN, etc were not parsed correctly + * added ResinTransactionManagerLookup * improved exception message when setting null to primitive type (Max Andersen) + * improved exception message for an unserializable identifier + * support for overloaded setter methods (patch by Alex Staubo) + * CodeGenerator support for <composite-element> (patch by Wolfgang Jung) Changes in version 1.2 beta 4 (29.11.2002) Index: hibernate.properties =================================================================== RCS file: /cvsroot/hibernate/Hibernate/hibernate.properties,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -d -r1.93 -r1.94 *** hibernate.properties 30 Nov 2002 14:24:07 -0000 1.93 --- hibernate.properties 7 Dec 2002 08:16:09 -0000 1.94 *************** *** 231,234 **** --- 231,235 ---- #hibernate.transaction.manager_lookup_class cirrus.hibernate.transaction.WebSphereTransactionManagerLookup #hibernate.transaction.manager_lookup_class cirrus.hibernate.transaction.OrionTransactionManagerLookup + #hibernate.transaction.manager_lookup_class cirrus.hibernate.transaction.ResinTransactionManagerLookup |