Re: [VOTE] [CANCELLED] Release Apache OpenJPA-3.1.0

2019-04-10 Thread Michael Wiles
> From: Michael Wiles > Date: Wed, Apr 10, 2019 at 9:24 AM > Subject: Re: [VOTE] [CANCELLED] Release Apache OpenJPA-3.1.0 > To: Jonathan Gallimore > > > Created https://issues.apache.org/jira/browse/OPENJPA-2785 > > > > On Tue, 9 Apr 2019 at 21:20, Jon

Fwd: [VOTE] [CANCELLED] Release Apache OpenJPA-3.1.0

2019-04-10 Thread Jonathan Gallimore
FYI - forwarding to list -- Forwarded message - From: Michael Wiles Date: Wed, Apr 10, 2019 at 9:24 AM Subject: Re: [VOTE] [CANCELLED] Release Apache OpenJPA-3.1.0 To: Jonathan Gallimore Created https://issues.apache.org/jira/browse/OPENJPA-2785 On Tue, 9 Apr 2019 at 21:20

Re: [VOTE] [CANCELLED] Release Apache OpenJPA-3.1.0

2019-04-09 Thread Jonathan Gallimore
Hi Mark The test that failed in TomEE was org.superbiz.dynamic.DynamicUserDaoTest in examples/spring-proxy-data. Thanks for looking at this. Jon On Tue, Apr 9, 2019 at 8:13 PM Mark Struberg wrote: > I think I remember where I added it. > > It has to do with OPENJPA-2733 and using the same

Re: [VOTE] [CANCELLED] Release Apache OpenJPA-3.1.0

2019-04-09 Thread Mark Struberg
Oh, here is the link to one of the tests we added for this scenario https://gitbox.apache.org/repos/asf?p=openjpa.git;a=blob;f=openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/criteria/TestSubqueries.java;h=b2547a8a377172eae8a3fb811853b6751c4cee68;hb=0e4ec5b#l594 LieGrue,

Re: [VOTE] [CANCELLED] Release Apache OpenJPA-3.1.0

2019-04-09 Thread Mark Struberg
I think I remember where I added it. It has to do with OPENJPA-2733 and using the same ParameterExpression. The tricky part is how to match parameter expressions. The same 'param' can be used in 2 subqueries. Or 2 separate ParameterExpression instances can be used with the same name. Still

Re: [VOTE] [CANCELLED] Release Apache OpenJPA-3.1.0

2019-04-09 Thread Mark Struberg
Oki, it should be rather easy to fix. Do we have a ticket for it already? Then I try to work on it tomorrow and ship a new VOTE. Txs all for testing and finding this glitch! LieGrue, strub > Am 09.04.2019 um 20:39 schrieb Romain Manni-Bucau : > > Mark, I tend to think it can be a blocker,