On Sep 19, 2005, at 8:12 AM, Nacho Jimenez wrote:
Hi all, I'm working in a cocoon-hibernate-spring project, and I'm stuck in an Illegal attempt to associate a collection with two open sessions exception eveytime I try to update an persistent object with the getHibernateTemplate().update(Object) function.
Are you using Hibernate 3? Try using merge() instead of update(). —ml— --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
