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 2010/11/24 17:27:13 UTC

[jira] Created: (OWB-498) Java EE Resource Injections for CDI Interceptors & Decorators

Java EE Resource Injections for CDI Interceptors & Decorators
-------------------------------------------------------------

                 Key: OWB-498
                 URL: https://issues.apache.org/jira/browse/OWB-498
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.0
            Reporter: Gurkan Erdogdu
            Assignee: Gurkan Erdogdu
             Fix For: 1.1.0, 1.0.1


Currently OWB does not inject Java EE resources to CDI interceptors and decorators. For example

@Resource UserTransaction transaction does not work!


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


Re: [jira] Commented: (OWB-498) Java EE Resource Injections for CDI Interceptors & Decorators

Posted by Rohit Kelapure <ke...@gmail.com>.
Same here. We use the ResouceIjectionService SPI to inject these java ee
resources.

On Thu, Nov 25, 2010 at 5:07 AM, Gurkan Erdogdu (JIRA) <ji...@apache.org>wrote:

>
>    [
> https://issues.apache.org/jira/browse/OWB-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935708#action_12935708]
>
> Gurkan Erdogdu commented on OWB-498:
> ------------------------------------
>
> We use ResouceIjectionService SPI
>
> > Java EE Resource Injections for CDI Interceptors & Decorators
> > -------------------------------------------------------------
> >
> >                 Key: OWB-498
> >                 URL: https://issues.apache.org/jira/browse/OWB-498
> >             Project: OpenWebBeans
> >          Issue Type: Bug
> >          Components: Core
> >    Affects Versions: 1.0.0
> >            Reporter: Gurkan Erdogdu
> >            Assignee: Gurkan Erdogdu
> >             Fix For: 1.1.0, 1.0.1
> >
> >
> > Currently OWB does not inject Java EE resources to CDI interceptors and
> decorators. For example
> > @Resource UserTransaction transaction does not work!
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Commented: (OWB-498) Java EE Resource Injections for CDI Interceptors & Decorators

Posted by "David Jencks (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OWB-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935477#action_12935477 ] 

David Jencks commented on OWB-498:
----------------------------------

I think there is at least a strong possibility that this should be left partly or entirely to the integration code between OWB and the EE container.  There has to be some such code so that the web beans injections can be integrated into the EE containers component creation process.  In geronimo this code is sufficient to also do the EE injections into web beans.

> Java EE Resource Injections for CDI Interceptors & Decorators
> -------------------------------------------------------------
>
>                 Key: OWB-498
>                 URL: https://issues.apache.org/jira/browse/OWB-498
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Gurkan Erdogdu
>            Assignee: Gurkan Erdogdu
>             Fix For: 1.1.0, 1.0.1
>
>
> Currently OWB does not inject Java EE resources to CDI interceptors and decorators. For example
> @Resource UserTransaction transaction does not work!

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


[jira] Commented: (OWB-498) Java EE Resource Injections for CDI Interceptors & Decorators

Posted by "Gurkan Erdogdu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OWB-498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12935708#action_12935708 ] 

Gurkan Erdogdu commented on OWB-498:
------------------------------------

We use ResouceIjectionService SPI

> Java EE Resource Injections for CDI Interceptors & Decorators
> -------------------------------------------------------------
>
>                 Key: OWB-498
>                 URL: https://issues.apache.org/jira/browse/OWB-498
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Gurkan Erdogdu
>            Assignee: Gurkan Erdogdu
>             Fix For: 1.1.0, 1.0.1
>
>
> Currently OWB does not inject Java EE resources to CDI interceptors and decorators. For example
> @Resource UserTransaction transaction does not work!

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


[jira] [Resolved] (OWB-498) Java EE Resource Injections for CDI Interceptors & Decorators

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

Mark Struberg resolved OWB-498.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.2.0)
                   1.1.5
         Assignee: Mark Struberg  (was: Gurkan Erdogdu)

this is either done in integration code or via SPI
                
> Java EE Resource Injections for CDI Interceptors & Decorators
> -------------------------------------------------------------
>
>                 Key: OWB-498
>                 URL: https://issues.apache.org/jira/browse/OWB-498
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Gurkan Erdogdu
>            Assignee: Mark Struberg
>             Fix For: 1.1.5
>
>
> Currently OWB does not inject Java EE resources to CDI interceptors and decorators. For example
> @Resource UserTransaction transaction does not work!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OWB-498) Java EE Resource Injections for CDI Interceptors & Decorators

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

Mark Struberg updated OWB-498:
------------------------------

    Fix Version/s:     (was: 1.1.1)
                   1.2.0

> Java EE Resource Injections for CDI Interceptors & Decorators
> -------------------------------------------------------------
>
>                 Key: OWB-498
>                 URL: https://issues.apache.org/jira/browse/OWB-498
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Gurkan Erdogdu
>            Assignee: Gurkan Erdogdu
>             Fix For: 1.2.0
>
>
> Currently OWB does not inject Java EE resources to CDI interceptors and decorators. For example
> @Resource UserTransaction transaction does not work!

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OWB-498) Java EE Resource Injections for CDI Interceptors & Decorators

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

Mark Struberg updated OWB-498:
------------------------------

    Fix Version/s:     (was: 1.0.1)
                       (was: 1.1.0)
                   1.2.0

moved to target 1.2.0

> Java EE Resource Injections for CDI Interceptors & Decorators
> -------------------------------------------------------------
>
>                 Key: OWB-498
>                 URL: https://issues.apache.org/jira/browse/OWB-498
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Gurkan Erdogdu
>            Assignee: Gurkan Erdogdu
>             Fix For: 1.2.0
>
>
> Currently OWB does not inject Java EE resources to CDI interceptors and decorators. For example
> @Resource UserTransaction transaction does not work!

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira