You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2009/02/02 13:53:59 UTC

[jira] Created: (OWB-74) support @PersistenceContext JPA injection

support @PersistenceContext JPA injection
-----------------------------------------

                 Key: OWB-74
                 URL: https://issues.apache.org/jira/browse/OWB-74
             Project: OpenWebBeans
          Issue Type: Sub-task
            Reporter: Mark Struberg
            Assignee: Gurkan Erdogdu


create support for injecting EntityManager 

Examples:
1.)
@PersistenceContext
private EntityManager em;

1.)
@PersistenceContext(unitName="replicationdb")
private EntityManager em;

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


[jira] Commented: (OWB-74) support @PersistenceContext JPA injection

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OWB-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669588#action_12669588 ] 

Mark Struberg commented on OWB-74:
----------------------------------

SE part implemented, J2EE and SPI still open.

> support @PersistenceContext JPA injection
> -----------------------------------------
>
>                 Key: OWB-74
>                 URL: https://issues.apache.org/jira/browse/OWB-74
>             Project: OpenWebBeans
>          Issue Type: Sub-task
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>
> create support for injecting EntityManager 
> Examples:
> 1.)
> @PersistenceContext
> private EntityManager em;
> 1.)
> @PersistenceContext(unitName="replicationdb")
> private EntityManager em;

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


[jira] Updated: (OWB-74) support @PersistenceContext JPA injection

Posted by "Gurkan Erdogdu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gurkan Erdogdu updated OWB-74:
------------------------------

    Fix Version/s: M3

Fix to M3.

> support @PersistenceContext JPA injection
> -----------------------------------------
>
>                 Key: OWB-74
>                 URL: https://issues.apache.org/jira/browse/OWB-74
>             Project: OpenWebBeans
>          Issue Type: Sub-task
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: M3
>
>
> create support for injecting EntityManager 
> Examples:
> 1.)
> @PersistenceContext
> private EntityManager em;
> 1.)
> @PersistenceContext(unitName="replicationdb")
> private EntityManager em;

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


[jira] Assigned: (OWB-74) support @PersistenceContext JPA injection

Posted by "Mark Struberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg reassigned OWB-74:
--------------------------------

    Assignee: Mark Struberg  (was: Gurkan Erdogdu)

> support @PersistenceContext JPA injection
> -----------------------------------------
>
>                 Key: OWB-74
>                 URL: https://issues.apache.org/jira/browse/OWB-74
>             Project: OpenWebBeans
>          Issue Type: Sub-task
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>
> create support for injecting EntityManager 
> Examples:
> 1.)
> @PersistenceContext
> private EntityManager em;
> 1.)
> @PersistenceContext(unitName="replicationdb")
> private EntityManager em;

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


[jira] Closed: (OWB-74) support @PersistenceContext JPA injection

Posted by "Gurkan Erdogdu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OWB-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gurkan Erdogdu closed OWB-74.
-----------------------------

    Resolution: Fixed

Duplicate with OWB-47.

> support @PersistenceContext JPA injection
> -----------------------------------------
>
>                 Key: OWB-74
>                 URL: https://issues.apache.org/jira/browse/OWB-74
>             Project: OpenWebBeans
>          Issue Type: Sub-task
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: M3
>
>
> create support for injecting EntityManager 
> Examples:
> 1.)
> @PersistenceContext
> private EntityManager em;
> 1.)
> @PersistenceContext(unitName="replicationdb")
> private EntityManager em;

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