You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Pinaki Poddar (JIRA)" <ji...@apache.org> on 2008/08/02 01:59:31 UTC

[jira] Assigned: (OPENJPA-550) Incorrect example code factory.createEntityManager(PersistenceContextType.EXTENDED)

     [ https://issues.apache.org/jira/browse/OPENJPA-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pinaki Poddar reassigned OPENJPA-550:
-------------------------------------

    Assignee: Pinaki Poddar

> 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.