Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 70521 invoked from network); 30 Jul 2006 20:02:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jul 2006 20:02:43 -0000 Received: (qmail 5632 invoked by uid 500); 30 Jul 2006 20:02:43 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 5621 invoked by uid 99); 30 Jul 2006 20:02:43 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2006 13:02:43 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Jul 2006 13:02:42 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 45AA4410009 for ; Sun, 30 Jul 2006 20:00:14 +0000 (GMT) Message-ID: <7852104.1154289614267.JavaMail.jira@brutus> Date: Sun, 30 Jul 2006 13:00:14 -0700 (PDT) From: "Michael Bouschen (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Assigned: (JDO-394) org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManager.test() and org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerForUser.test() don't close PMF correctly In-Reply-To: <2786773.1153213994796.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JDO-394?page=all ] Michael Bouschen reassigned JDO-394: ------------------------------------ Assignee: Michael Bouschen > org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManager.test() and org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerForUser.test() don't close PMF correctly > ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: JDO-394 > URL: http://issues.apache.org/jira/browse/JDO-394 > Project: JDO > Issue Type: Bug > Components: tck20 > Affects Versions: JDO 2 final > Reporter: Christian Ernst > Assigned To: Michael Bouschen > Priority: Minor > Fix For: JDO 2 maintenance release 1 > > > org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManager.test() and > org.apache.jdo.tck.api.persistencemanagerfactory.GetPersistenceManagerForUser.test() > don't close PMF correctly and this can cause other Testcases to fail > Following should be added to the finally block of each test() Method > if (pmf != null) pmf.close(); -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira