Thursday, May 22, 2008
Hibernate problem Found two representations of same collection
Encountered the above problem when hibernate session is cleared(session.clear()after an object with collections is loaded) and tried to re-attach the loaded object by calling session.saveOrUpdate()...Looks like this is an Hibernate issue....For the time being the unwanted call to session.clear() is removed as solution
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment