[jira] Commented: (OPENJPA-872) Compound custom id in bidirectional many-to-one

2009-02-03 Thread Pinaki Poddar (JIRA)
stom id in bidirectional many-to-one > --- > > Key: OPENJPA-872 > URL: https://issues.apache.org/jira/browse/OPENJPA-872 > Project: OpenJPA > Issue Type: Bug >Affects Versions:

Re: Compound custom id in bidirectional many-to-one

2009-01-28 Thread Michael Dick
Hi Kevan, I've been planning on doing a 1.2.1 release "real soon now" for a while. I'll start working on it later this week (early next week at the latest). Regards, -mike On Tue, Jan 27, 2009 at 11:04 AM, Kevan Miller wrote: > > Thanks Kevin and Jeremy for helping to resolve OPENJPA-872. > >

Re: Compound custom id in bidirectional many-to-one

2009-01-27 Thread Kevan Miller
Thanks Kevin and Jeremy for helping to resolve OPENJPA-872. Is there an outlook for an OpenJPA 1.2.1 release? Geronimo is going to need a release prior to releasing Geronimo 2.1.4 and 2.2. I guess we could consider using openjpa.jdbc.QuerySQLCache=false as a work- around, but I'd rather avo

[jira] Resolved: (OPENJPA-872) Compound custom id in bidirectional many-to-one

2009-01-26 Thread Jeremy Bauer (JIRA)
1.2.1-SNAPSHOT or adding this property: to your persistence.xml will correct the problem. > Compound custom id in bidirectional many-to-one > --- > > Key: OPENJPA-872 > URL: https://issues.

Re: Compound custom id in bidirectional many-to-one

2009-01-26 Thread Kevin Sutter
Thanks, David, for the heads up and the JIRA issue. The first thought that comes to mind is the sql caching support that was put into 1.2.0. As a quick test, would you mind running with the following property? If turning off the sql cache doesn't help your condition, then we've uncovered a diffe

Compound custom id in bidirectional many-to-one

2009-01-25 Thread David Blevins
Seems there's a regression in custom id classes and bidirectional many- to-one relationships. Haven't tried many-to-many but I suspect it exists there as well. It seems that the order of parameters filled into the SQLBuffer are getting mixed. When the owning side's collection is loaded the

[jira] Updated: (OPENJPA-872) Compound custom id in bidirectional many-to-one

2009-01-25 Thread David Blevins (JIRA)
leverages openejb for simplicity in the setup department. Should be no problem to rework it to standalone jpa. > Compound custom id in bidirectional many-to-one > --- > > Key: OPENJPA-872 > URL: https://issues.

[jira] Created: (OPENJPA-872) Compound custom id in bidirectional many-to-one

2009-01-25 Thread David Blevins (JIRA)
Compound custom id in bidirectional many-to-one --- Key: OPENJPA-872 URL: https://issues.apache.org/jira/browse/OPENJPA-872 Project: OpenJPA Issue Type: Bug Affects Versions: 1.2.0