Merge Detached Entity Problem

2007-04-27 Thread Jason Hanna
Hi All, I'm running into a problem developing a web application that utilizes JSF and JPA. Not sure if my problem is related to an OpenJPA bug, or a flaw in my approach. I'm hoping you can help. In my web application, a user selects an item to edit from a table of all available items. They are

Re: Merge Detached Entity Problem

2007-04-27 Thread Jason Hanna
An update - I was not using the @Version annotation in my item definition. After updating my class with the annotation and adding additional database column, my original reported problem disappears. My first read of the documentation led me to believe the @Version annotation was a best practice,

RE: Merge Detached Entity Problem

2007-04-27 Thread Patrick Linskey
, please immediately return this by email and then delete it. -Original Message- From: Jason Hanna [mailto:[EMAIL PROTECTED] Sent: Friday, April 27, 2007 11:55 AM To: open-jpa-dev@incubator.apache.org Subject: Re: Merge Detached Entity Problem An update - I was not using