From: Martin S. (JIRA) <no...@at...> - 2006-07-10 16:25:59
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-446?page=comments#action_23584 ] Martin Schulz commented on HHH-446: ----------------------------------- Can someone kindly patch the distributed properties and template files as follows: diff -rbu hibernate-3.2-orig/etc/hibernate.properties hibernate-3.2.0cr3/etc/hibernate.properties --- hibernate-3.2-orig/etc/hibernate.properties 2006-07-06 11:37:46.000000000 -0400 +++ hibernate-3.2.0cr3/etc/hibernate.properties 2006-07-10 11:48:04.000000000 -0400 @@ -374,7 +374,7 @@ #hibernate.use_identifer_rollback true -## enable bytecode reflection optimizer (disabled by default) +## enable CGLIB reflection optimizer (disabled by default) #hibernate.bytecode.use_reflection_optimizer true diff -rbu hibernate-3.2-orig/etc/hibernate.properties.template hibernate-3.2.0cr3/etc/hibernate.properties.template --- hibernate-3.2-orig/etc/hibernate.properties.template 2006-07-06 11:37:46.000000000 -0400 +++ hibernate-3.2.0cr3/etc/hibernate.properties.template 2006-07-10 11:48:08.000000000 -0400 @@ -359,9 +359,9 @@ #hibernate.use_identifer_rollback true -## enable CGLIB reflection optimizer (enabled by default) +## enable CGLIB reflection optimizer (disabled by default) -#hibernate.cglib.use_reflection_optimizer false +#hibernate.bytecode.use_reflection_optimizer true > The is no possibility to specify embed-xml on key-many-to-one tag > ----------------------------------------------------------------- > > Key: HHH-446 > URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-446 > Project: Hibernate3 > Type: Improvement > Components: core > Versions: 3.0.2 > Environment: MySQL > Reporter: Markus Jessenitschnig > Priority: Minor > > > It is not possible to specify embed-xml="false" on key-many-to-one tags within composite-id tag like it is possible for many-to-one relations. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |