From dev-return-10369-apmail-openjpa-dev-archive=openjpa.apache.org@openjpa.apache.org Thu Feb 05 23:52:25 2009 Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 966 invoked from network); 5 Feb 2009 23:52:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 23:52:25 -0000 Received: (qmail 38773 invoked by uid 500); 5 Feb 2009 23:52:23 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 38744 invoked by uid 500); 5 Feb 2009 23:52:23 -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 38082 invoked by uid 99); 5 Feb 2009 23:52:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 15:52:21 -0800 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; Thu, 05 Feb 2009 23:52:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B2E79234C4A8 for ; Thu, 5 Feb 2009 15:51:59 -0800 (PST) Message-ID: <1903553945.1233877919731.JavaMail.jira@brutus> Date: Thu, 5 Feb 2009 15:51:59 -0800 (PST) From: "Dianne Richards (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Updated: (OPENJPA-849) Add metadata-type getter methods to EntityManager In-Reply-To: <1257441603.1231187145223.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 [ https://issues.apache.org/jira/browse/OPENJPA-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dianne Richards updated OPENJPA-849: ------------------------------------ Attachment: patch_reset.txt In yesterday's patch, I changed the property for the driver key in the main pom.xml file for the unit tests from openjpa.ConnectionDriverName to the equivalent javax.persistence.jdbc.driver. It works fine, but because of other recent change, an exception is thrown if both keys are specified somewhere in the invocation process. This impacts people running tests in eclipse who have set this value as openjpa.ConnectionDriverName. So, I'm temporarily backing out this change until the other change is reworked. > Add metadata-type getter methods to EntityManager > ------------------------------------------------- > > Key: OPENJPA-849 > URL: https://issues.apache.org/jira/browse/OPENJPA-849 > Project: OpenJPA > Issue Type: Sub-task > Affects Versions: 2.0.0 > Reporter: Dianne Richards > Assignee: Dianne Richards > Attachments: doc_patch.txt, patch.txt, patch.txt, patch3.txt, patch_reset.txt > > > This task is for supporting the new 2.0 EntityManager methods getProperties() and getSupportedProperties() -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.