Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 8968 invoked from network); 19 Mar 2010 03:43:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Mar 2010 03:43:51 -0000 Received: (qmail 2390 invoked by uid 500); 19 Mar 2010 03:43:51 -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 2376 invoked by uid 99); 19 Mar 2010 03:43:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Mar 2010 03:43:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Mar 2010 03:43:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3A54A234C1F2 for ; Fri, 19 Mar 2010 03:43:27 +0000 (UTC) Message-ID: <1228698938.356511268970207224.JavaMail.jira@brutus.apache.org> Date: Fri, 19 Mar 2010 03:43:27 +0000 (UTC) From: "Michelle Caisse (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Updated: (JDO-557) Create tests in api2 & api2-legacy for JDO implementation's static method getPersistenceManagerFactory(Map,Map) In-Reply-To: <2217727.1196453383015.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JDO-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse updated JDO-557: -------------------------------- Attachment: jdo-557.patch Attached draft work for this issue containing three new files, along with error message that is currently output. Error text is appended to end of patch. > Create tests in api2 & api2-legacy for JDO implementation's static method getPersistenceManagerFactory(Map,Map) > --------------------------------------------------------------------------------------------------------------- > > Key: JDO-557 > URL: https://issues.apache.org/jira/browse/JDO-557 > Project: JDO > Issue Type: Task > Components: api2, api2-legacy > Affects Versions: JDO 2 maintenance release 1 > Reporter: Matthew T. Adams > Assignee: Michelle Caisse > Fix For: JDO 2 maintenance release 3 > > Attachments: jdo-557.patch > > > The code paths that lead to calling the JDO implementation's PersistenceManagerFactory class's static method getPersistenceManagerFactory(Map,Map) need to be tested. In order to avoid a dependency on a real implementation, a stub PMF implementation class should be used. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.