From: Emmanuel B. (JIRA) <no...@at...> - 2006-06-09 01:38:32
|
flushing entity linked to transient instance (non cascaded) should always fail ------------------------------------------------------------------------------ Key: HHH-1822 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1822 Project: Hibernate3 Type: Bug Components: core Versions: 3.2.0.cr2 Reporter: Emmanuel Bernard Priority: Critical Fix For: 3.2.0 A a = new A(); B b = new B(); a.setB(b); session.persist(a); session.flush(); //should fail in all cases same for collections esp when generator is assigned -- 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 |