support @PersistenceUnit JPA injection
--------------------------------------

                 Key: OWB-71
                 URL: https://issues.apache.org/jira/browse/OWB-71
             Project: OpenWebBeans
          Issue Type: Sub-task
          Components: Injection and Lookup, Java EE Integration
    Affects Versions: M1
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: M2


create support for injecting EntityManagerFactory

Examples: 
1.)
@PersistenceUnit
private EntityManagerFactory emf;

1.)
@PersistenceUnit(unitName="replicationdb")
private EntityManagerFactory emf;

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to