Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 22719 invoked from network); 23 Jul 2010 20:39:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jul 2010 20:39:13 -0000 Received: (qmail 66821 invoked by uid 500); 23 Jul 2010 20:39:13 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 66771 invoked by uid 500); 23 Jul 2010 20:39:13 -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 66762 invoked by uid 99); 23 Jul 2010 20:39:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 20:39:13 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 20:39:12 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6NKcpTV020789 for ; Fri, 23 Jul 2010 20:38:52 GMT Message-ID: <19785371.556301279917531966.JavaMail.jira@thor> Date: Fri, 23 Jul 2010 16:38:51 -0400 (EDT) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Closed: (OPENJPA-1742) Recover if connectionFactory on EntityManagerFactory is invalid but cf on EntityManager is valid. In-Reply-To: <27505182.507501279753069348.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENJPA-1742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Dick closed OPENJPA-1742. --------------------------------- Resolution: Fixed > Recover if connectionFactory on EntityManagerFactory is invalid but cf on EntityManager is valid. > -------------------------------------------------------------------------------------------------- > > Key: OPENJPA-1742 > URL: https://issues.apache.org/jira/browse/OPENJPA-1742 > Project: OpenJPA > Issue Type: Bug > Affects Versions: 2.0.0 > Reporter: Michael Dick > Assignee: Michael Dick > Fix For: 2.0.1, 2.1.0 > > > The code changes for OPENJPA-1551 require a valid JNDI name to be available for the EntityManagerFactory, we should be able to recover if the EMF has a bad JNDI location but the EM has a valid one. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.