From: Steve E. (JIRA) <no...@at...> - 2006-06-27 21:03:03
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1822?page=all ] Steve Ebersole reassigned HHH-1822: ----------------------------------- Assign To: Steve Ebersole > 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 > Assignee: Steve Ebersole > 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 |