You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Gurkan Erdogdu (JIRA)" <ji...@apache.org> on 2009/05/06 18:13:30 UTC

[jira] Created: (OWB-96) EntityManager WebBeans Component

EntityManager WebBeans Component
--------------------------------

                 Key: OWB-96
                 URL: https://issues.apache.org/jira/browse/OWB-96
             Project: OpenWebBeans
          Issue Type: Improvement
    Affects Versions: M2
            Reporter: Gurkan Erdogdu
             Fix For: M3


Currently, we just inject the EXTENDED EntityManager using EMF.createEntityManager and only supports the field injection.We have to create an EntityManager related webbeans component that  we wrote for JMS Resources.

Basically, we webbeans component create a EntityManager proxy object. After any operations are called on the EM, we will look at the current transaction, If it exists, EM joins the current transaction.

 

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


[jira] Closed: (OWB-96) EntityManager WebBeans Component

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

Gurkan Erdogdu closed OWB-96.
-----------------------------

    Resolution: Fixed

Duplicate with OWB-47.

> EntityManager WebBeans Component
> --------------------------------
>
>                 Key: OWB-96
>                 URL: https://issues.apache.org/jira/browse/OWB-96
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: M2
>            Reporter: Gurkan Erdogdu
>             Fix For: M3
>
>
> Currently, we just inject the EXTENDED EntityManager using EMF.createEntityManager and only supports the field injection.We have to create an EntityManager related webbeans component that  we wrote for JMS Resources.
> Basically, we webbeans component create a EntityManager proxy object. After any operations are called on the EM, we will look at the current transaction, If it exists, EM joins the current transaction.
>  

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