No, I think i'm using hibernate2 (i'm uising Ugo's CHS petstore libraries), but i'll try.
2005/9/19, Mark Lundquist <[EMAIL PROTECTED]>: > > 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] > >
