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
, Additional JPA Mappings in the Reference Guide. ---end I seem to have resolved my immediate issue, but perhaps someone can set me straight on the expected behavior when the @Version annotation is not present. Thanks, -jmh On 4/27/07, Jason Hanna [EMAIL PROTECTED] wrote: Hi All, I'm running