From dev-return-6869-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Nov 22 08:55:34 2007 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 64289 invoked from network); 22 Nov 2007 08:55:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Nov 2007 08:55:33 -0000 Received: (qmail 59562 invoked by uid 500); 22 Nov 2007 08:55:21 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 59531 invoked by uid 500); 22 Nov 2007 08:55:20 -0000 Mailing-List: contact dev-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openjpa.apache.org Delivered-To: mailing list dev@openjpa.apache.org Received: (qmail 59522 invoked by uid 99); 22 Nov 2007 08:55:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 00:55:20 -0800 X-ASF-Spam-Status: No, hits=3.7 required=10.0 tests=DNS_FROM_OPENWHOIS,FORGED_HOTMAIL_RCVD2,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2007 08:55:23 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Iv7pt-0006GT-MO for dev@openjpa.apache.org; Thu, 22 Nov 2007 00:55:01 -0800 Message-ID: <13893119.post@talk.nabble.com> Date: Thu, 22 Nov 2007 00:55:01 -0800 (PST) From: Christiaan To: dev@openjpa.apache.org Subject: Evicting embedded object nullifies statemanager MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: christiaan_db@hotmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am noticing the following behaviour: If evict() is called on an embedded object the statemanager is nullified which is in contrast to non-embedded objects. Subsequently, calling JDOHelper.getPersistenceManager() on the evicted embedded object returns null. Is this the correct behaviour? kind regards, Christiaan -- View this message in context: http://www.nabble.com/Evicting-embedded-object-nullifies-statemanager-tf4855133.html#a13893119 Sent from the OpenJPA Developers mailing list archive at Nabble.com.