Re: new-delete-new-find doesn't work

2007-05-31 Thread Dain Sundstrom
OPENJPA-247 Thanks, -dain On May 30, 2007, at 12:45 PM, Kevin Sutter wrote: Dain, If you've tried these variations, then it sure sounds like a bug. Go ahead and create a JIRA report. Even if we determine an alternate solution or answer, at least it will be documented. Thanks. Kevin

Re: new-delete-new-find doesn't work

2007-05-30 Thread Kevin Sutter
Dain, If you've tried these variations, then it sure sounds like a bug. Go ahead and create a JIRA report. Even if we determine an alternate solution or answer, at least it will be documented. Thanks. Kevin On 5/29/07, Dain Sundstrom <[EMAIL PROTECTED]> wrote: Thanks for taking a look at th

Re: new-delete-new-find doesn't work

2007-05-29 Thread Dain Sundstrom
Thanks for taking a look at this. I tried adding a flush after the remove but the test fails at the same location. I also tried commenting out the merge calls, but it fails at the same point. Any ideas? Do you think it is a bug? -dain On May 29, 2007, at 11:50 AM, Kevin Sutter wrote: H

Re: new-delete-new-find doesn't work

2007-05-29 Thread Kevin Sutter
Hi Dain, Your nudge worked... I noticed your append last week, but didn't act on it. If I remember correctly, I think there are some nuances with our merge() processing. From what I can tell, your example doesn't explicitly require the merge() invocations (although they shouldn't hurt). I have

Re: new-delete-new-find doesn't work

2007-05-29 Thread Dain Sundstrom
^nudge -dain On May 24, 2007, at 8:13 PM, Dain Sundstrom wrote: I have a piece of code that effectively does the same thing the following test does: private void newDeleteNew() throws Exception { beginTx(); // Create new Person dain = new Person(); dain.