[RESULTS] [VOTE] Apache OpenJPA 2.0.0 release candidate #2 - PASSES

2010-04-22 Thread Donald Woods
The vote passes with 9 +1 votes from the following: Jeremy Bauer, Kevin Sutter, Fay Wang, Donald Woods, Michael Dick, Pinaki Poddar, Dianne Richards, Milosz Tylenda, Albert Lee There were no 0 or -1 votes. I'll start the final release steps now. Thanks, Donald On 4/19/10 2:45 PM, Donald Woods

Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-20 Thread Dianne Richards
+1 On Mon, Apr 19, 2010 at 1:45 PM, Donald Woods dwo...@apache.org wrote: I've staged a RC2 for OpenJPA 2.0.0 based on r935683 of the code in the 2.0.x branch, which was tagged in svn to: https://svn.apache.org/repos/asf/openjpa/tags/2.0.0/ The following issues were resolved since the first

Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-20 Thread No1UNo
(Non voting) -1 My unit tests are not passing with this build. I'll start dropping JIRAs, but here's an easy one: TestEntity e = new TestEntity(); em.persist(e); em.flush(); em.detach(e); Assert.assertTrue(em.contains(e) == false); // FAILS On Apr 19, 2010, at 2:46 PM, DWoods [via

Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-20 Thread Kevin Sutter
These are problems that you just now experiencing with this 2.0.0 candidate driver, or something that hasn't been working for quite some time? We have many junits that already do similar processing. I'd be very surprised if this detach(e) doesn't work. Kevin On Tue, Apr 20, 2010 at 3:10 PM,

Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-20 Thread Michael Dick
Hi, I think you've specified the 1.0 version of the persistence spec in persistence.xml (in which case we will act like OpenJPA 1.0). Changing to use the 2.0 version resolved the problem in my environment. To put it another way, this works : ?xml version=1.0? persistence

Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-20 Thread catalina wei
+1 Catalina On Tue, Apr 20, 2010 at 2:09 PM, Michael Dick mik...@apache.org wrote: Hi, I think you've specified the 1.0 version of the persistence spec in persistence.xml (in which case we will act like OpenJPA 1.0). Changing to use the 2.0 version resolved the problem in my environment.

Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-20 Thread No1UNo
It's 2.0 but I think I'm hitting an earlier Spring error. Let me reads the work around and rerun. -=- Jerry (via iPhone) On Apr 20, 2010, at 5:10 PM, Michael Dick-3 [via OpenJPA] ml-node+4933732-846840208-93...@n2.nabble.com wrote: Hi, I think you've specified the 1.0 version of the

Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-20 Thread No1UNo
Michael Kevin: Thanks for the quick notes. Indeed, I was bitten by my favorite little Spring bug http://jira.springframework.org/browse/SPR-6975 again. I've rerun the basic regressions and everything is now working. I still see issues in the more advanced cases, but these should not hold

[VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-19 Thread Donald Woods
I've staged a RC2 for OpenJPA 2.0.0 based on r935683 of the code in the 2.0.x branch, which was tagged in svn to: https://svn.apache.org/repos/asf/openjpa/tags/2.0.0/ The following issues were resolved since the first RC vote on April 11th (svn r932976): OPENJPA-1091, OPENJPA-1605,

Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-19 Thread Jeremy Bauer
+1 Looks great. Thanks again, Donald. -Jeremy On Mon, Apr 19, 2010 at 1:45 PM, Donald Woods dwo...@apache.org wrote: I've staged a RC2 for OpenJPA 2.0.0 based on r935683 of the code in the 2.0.x branch, which was tagged in svn to: https://svn.apache.org/repos/asf/openjpa/tags/2.0.0/ The

Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-19 Thread Rick Curtis
+1 On Mon, Apr 19, 2010 at 1:45 PM, Donald Woods dwo...@apache.org wrote: I've staged a RC2 for OpenJPA 2.0.0 based on r935683 of the code in the 2.0.x branch, which was tagged in svn to: https://svn.apache.org/repos/asf/openjpa/tags/2.0.0/ The following issues were resolved since the first

Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2

2010-04-19 Thread Fay Wang
+1. - Original Message From: Donald Woods dwo...@apache.org To: d...@openjpa.apache.org Cc: users@openjpa.apache.org Sent: Mon, April 19, 2010 11:45:53 AM Subject: [VOTE] Apache OpenJPA 2.0.0 release candidate #2 I've staged a RC2 for OpenJPA 2.0.0 based on r935683 of the code