On 2/29/08, Davor Hrg <[EMAIL PROTECTED]> wrote: > that is expected behavior, > if you persist hibernate objects across requests errors like that will occur > you can try session.merge(obj); > it is recommended to handle it differently >
Yes you're right. Silly me that didn't know about this Hibernate behaviour. Thanks Davor. :) Cheers, -- Let's show the world what we've got. Blog: http://joshuajava.wordpress.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
