Re: Questions about OpenJPA's entity state

2008-10-29 Thread Dinkar Rao
Address: 5/F DeShi Building, No. 9 ShangDi Dong Lu (East Road) Haidian >> District Beijing, 100094 P.R. China >> >> Hong Jin Lu---10/17/2008 09:51:06 AM---Dear Dinkar: I filed an issue record, >> plz refer to >> >> >> From: >> Hong Jin Lu/China/IBM >

Re: Questions about OpenJPA's entity state

2008-10-29 Thread Dinkar Rao
> > > "Dinkar Rao" ---10/17/2008 04:16:28 AM---Thanks for the pointer Jeremy. I'm > using the latest, greatest 1.3 build and am still hitting the peo > > > From: > "Dinkar Rao" <[EMAIL PROTECTED]> > To: > dev@openjpa.apache.org > Date: >

Re: Questions about OpenJPA's entity state

2008-10-28 Thread Hong Jin Lu
--| |> | Subject: | |> >------------------|

Re: Questions about OpenJPA's entity state

2008-10-16 Thread Hong Jin Lu
--| |> | Subject: | |> >----------------

Re: Questions about OpenJPA's entity state

2008-10-16 Thread Dinkar Rao
Thanks for the pointer Jeremy. I'm using the latest, greatest 1.3 build and am still hitting the peoblem. I've not been able to repro my test in a JSE environment. I'll try Xiaoqin's test to force ObjectExistsException if possible for my scenario. Hongjin, there is no JIRA issue yet for your parti

Re: Questions about OpenJPA's entity state

2008-10-16 Thread Jeremy Bauer
Dinkar, Take a look at the recent commit for OPENJPA-722. It may be the reason for the behavior difference you are seeing. -Jeremy

Re: Questions about OpenJPA's entity state

2008-10-15 Thread Dinkar Rao
Hi Hongjin, We encountered a similar problem in another scenario, the only difference being that in our case, after merge, OpenJPA incorrectly concludes that a preexisting entity is new, at the time of commit, and errors out early. So instead of the PersistenceException you got, we get an ObjectEx