Return-Path: Delivered-To: apmail-openjpa-dev-archive@www.apache.org Received: (qmail 23019 invoked from network); 2 Aug 2008 00:00:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Aug 2008 00:00:27 -0000 Received: (qmail 54522 invoked by uid 500); 2 Aug 2008 00:00:26 -0000 Delivered-To: apmail-openjpa-dev-archive@openjpa.apache.org Received: (qmail 54460 invoked by uid 500); 2 Aug 2008 00:00:25 -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 54437 invoked by uid 99); 2 Aug 2008 00:00:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Aug 2008 17:00:25 -0700 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, 01 Aug 2008 23:59:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AE320234C18C for ; Fri, 1 Aug 2008 16:59:31 -0700 (PDT) Message-ID: <71781972.1217635171712.JavaMail.jira@brutus> Date: Fri, 1 Aug 2008 16:59:31 -0700 (PDT) From: "Pinaki Poddar (JIRA)" To: dev@openjpa.apache.org Subject: [jira] Resolved: (OPENJPA-550) Incorrect example code factory.createEntityManager(PersistenceContextType.EXTENDED) In-Reply-To: <2146708780.1207068029640.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-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pinaki Poddar resolved OPENJPA-550. ----------------------------------- Resolution: Fixed Fix Version/s: 1.3.0 > Incorrect example code factory.createEntityManager(PersistenceContextType.EXTENDED) > ----------------------------------------------------------------------------------- > > Key: OPENJPA-550 > URL: https://issues.apache.org/jira/browse/OPENJPA-550 > Project: OpenJPA > Issue Type: Bug > Components: docs > Affects Versions: 1.0.2 > Reporter: Craig Russell > Assignee: Pinaki Poddar > Priority: Minor > Fix For: 1.3.0 > > > Example 3.1. Interaction of Interfaces Outside Container > // get an EntityManager from the factory > EntityManager em = factory.createEntityManager(PersistenceContextType.EXTENDED); > There is no method that takes a PersistenceContextType as a parameter. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.