From dev-return-17215-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Tue Aug 24 14:24:41 2010 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 43102 invoked from network); 24 Aug 2010 14:24:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Aug 2010 14:24:41 -0000 Received: (qmail 88059 invoked by uid 500); 24 Aug 2010 14:24:41 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 87815 invoked by uid 500); 24 Aug 2010 14:24:38 -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 87791 invoked by uid 99); 24 Aug 2010 14:24:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 14:24:37 +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; Tue, 24 Aug 2010 14:24:36 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7OEOFlt021047 for ; Tue, 24 Aug 2010 14:24:16 GMT Message-ID: <14259199.531581282659855941.JavaMail.jira@thor> Date: Tue, 24 Aug 2010 10:24:15 -0400 (EDT) From: "Michael Dick (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Created: (OPENJPA-1772) Allow a connection to be passed in to an EntityManager MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Allow a connection to be passed in to an EntityManager ------------------------------------------------------ Key: OPENJPA-1772 URL: https://issues.apache.org/jira/browse/OPENJPA-1772 Project: OpenJPA Issue Type: New Feature Reporter: Michael Dick Priority: Minor Currently OpenJPA allows a connection factory (datasource) to be provided at EntityManager creation time. A user (Hyndavi) expressed interest in expanding this support on the dev mailing list. Specifically Hyndavi would like to allow individual connections to be passed in to an EntityManager - to better integrate with an existing framework. For reference the posts to the mailing list can be seen at http://markmail.org/thread/mxng5lkheib5iuqf -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.