org.hibernate.AssertionFailure: collection [com.bean.study.impl.ArmImpl.studyArms] was not processed by flush()
I'm using hibernate listeners and this error is shown in certain insertion operation but not in all
org.hibernate.AssertionFailure: collection [com.bean.study.impl.ArmImpl.studyArms] was not processed by flush()
I'm using hibernate listeners and this error is shown in certain insertion operation but not in all
Enjoy
Rohan Chauhan
------------------------------------------------------------------------------
SpringSource Certified Spring 3.0 Professional
No one has idea for this?
Enjoy
Rohan Chauhan
------------------------------------------------------------------------------
SpringSource Certified Spring 3.0 Professional
Finally problem has been solved.. its an Critical Bug of hibernate, already been reported. Look here.
Enjoy
Rohan Chauhan
------------------------------------------------------------------------------
SpringSource Certified Spring 3.0 Professional
I just ran into the same problem. Thank you very much for posting the JIRA link!