Return-Path: Delivered-To: apmail-openjpa-users-archive@minotaur.apache.org Received: (qmail 42516 invoked from network); 20 Apr 2010 21:00:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Apr 2010 21:00:23 -0000 Received: (qmail 22291 invoked by uid 500); 20 Apr 2010 21:00:22 -0000 Delivered-To: apmail-openjpa-users-archive@openjpa.apache.org Received: (qmail 22244 invoked by uid 500); 20 Apr 2010 21:00:22 -0000 Mailing-List: contact users-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openjpa.apache.org Delivered-To: mailing list users@openjpa.apache.org Received: (qmail 22236 invoked by uid 99); 20 Apr 2010 21:00:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 21:00:21 +0000 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=AWL,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kwsutter@gmail.com designates 209.85.212.46 as permitted sender) Received: from [209.85.212.46] (HELO mail-vw0-f46.google.com) (209.85.212.46) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Apr 2010 21:00:17 +0000 Received: by vws5 with SMTP id 5so3385653vws.33 for ; Tue, 20 Apr 2010 13:59:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=dsh457UBSnruFv8ZoaCpDBzklaFAW3HMvrYD9DO0ICo=; b=iorBJz4hjirTjIT8C1KPFGO4mql5+wpkRA8FnWgrHOmf1fGae1qm4vkKkftgp3ew4g PagbRXyN1J8gKwjLIer1HxUKJRBGCd7jpRYqUxZNuA55ylCyPnhEbdw44GBd+lp0+YLi WfI4EVXFB+0DzcNnRxIoCWqrf8XoWTuxePJc0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NyV4XoAp3WeSK5eGkgDtxXPLgYvpuCyt1hVyKdfy8vgF+ErQPwo8yOqrXzZ2YbX0/a H8CIVSsFEO+JD0zOkD0DBpph0Tlx+W3PWbKlAUWk/5OoWr5t9dHNTuo+bKLPGHDtYxCt 6Cczwq1jyweTAZsc385mT5l8NAWpnG82RDkmc= MIME-Version: 1.0 Received: by 10.220.75.196 with HTTP; Tue, 20 Apr 2010 13:59:54 -0700 (PDT) In-Reply-To: <1DE29BFB-4444-4B5A-9CC3-9903170085E4@jerrycarter.org> References: <4BCCA4E1.9040809@apache.org> <1DE29BFB-4444-4B5A-9CC3-9903170085E4@jerrycarter.org> Date: Tue, 20 Apr 2010 15:59:54 -0500 Received: by 10.220.123.67 with SMTP id o3mr891497vcr.176.1271797194508; Tue, 20 Apr 2010 13:59:54 -0700 (PDT) Message-ID: Subject: Re: [VOTE] Apache OpenJPA 2.0.0 release candidate #2 From: Kevin Sutter To: users@openjpa.apache.org Content-Type: multipart/alternative; boundary=00504502eca0014be60484b15c7c --00504502eca0014be60484b15c7c Content-Type: text/plain; charset=ISO-8859-1 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, No1UNo wrote: > > (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 OpenJPA] 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 RC vote on April 11th > > (svn r932976): > > OPENJPA-1091, OPENJPA-1605, OPENJPA-1628, OPENJPA-1630, OPENJPA-1631 > > > > Release Notes: > > > http://svn.apache.org/viewvc/openjpa/tags/2.0.0/openjpa-project/RELEASE-NOTES.html?view=co > > > > Maven staging repo: > > http://people.apache.org/~dwoods/openjpa/2.0.0/staging-repo/ > > > > Site staging: > > http://people.apache.org/~dwoods/openjpa/2.0.0/staging-site/ > > > > Distribution artifacts: > > > http://people.apache.org/~dwoods/openjpa/2.0.0/staging-site/apache-openjpa/downloads/ > > > > User's Guide: > > > http://people.apache.org/~dwoods/openjpa/2.0.0/staging-site/apache-openjpa/docs/ > > > > API Docs: > > http://people.apache.org/~dwoods/openjpa/2.0.0/staging-site/apidocs/ > > > > > > The RAT and IANAL build checks passed. > > The openjpa and openjpa-all shaded jar content looks good. > > The test-base, test-sources and tests jars are in the staging repo. > > > > > > The vote will be open for 3 days. > > > > [ ] +1 > > [ ] 0 > > [ ] -1 (and reason why) > > > > > > Thanks, > > Donald > > > > > > > > View message @ > http://n2.nabble.com/VOTE-Apache-OpenJPA-2-0-0-release-candidate-2-tp4927203p4927203.html > > To start a new topic under OpenJPA Users, email > ml-node+208411-1595610943-93721@n2.nabble.com > > To unsubscribe from OpenJPA Users, click here. > > > > > -- > View this message in context: > http://n2.nabble.com/VOTE-Apache-OpenJPA-2-0-0-release-candidate-2-tp4927203p4933416.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. > --00504502eca0014be60484b15c7c--