You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2007/10/23 23:15:50 UTC

[jira] Created: (OPENEJB-710) @Resource TimerService injection is not supported

@Resource TimerService injection is not supported
-------------------------------------------------

                 Key: OPENEJB-710
                 URL: https://issues.apache.org/jira/browse/OPENEJB-710
             Project: OpenEJB
          Issue Type: Bug
    Affects Versions: 3.0-beta-1, 3.0-beta-2, 3.0
            Reporter: Jarek Gawor




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


[jira] Assigned: (OPENEJB-710) @Resource TimerService injection is not supported

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

Jacek Laskowski reassigned OPENEJB-710:
---------------------------------------

    Assignee: Jacek Laskowski

> @Resource TimerService injection is not supported
> -------------------------------------------------
>
>                 Key: OPENEJB-710
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-710
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 3.0-beta-1, 3.0-beta-2, 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jacek Laskowski
>         Attachments: OPENEJB-710.patch
>
>


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


[jira] Updated: (OPENEJB-710) @Resource TimerService injection is not supported

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

David Blevins updated OPENEJB-710:
----------------------------------

        Fix Version/s:     (was: 3.0.x)
                       3.0-beta-2
    Affects Version/s:     (was: 3.0)
                           (was: 3.0-beta-2)

marking as fix version 3.0-beta-2 so it shows up in the 3.0-beta-2 release notes.


> @Resource TimerService injection is not supported
> -------------------------------------------------
>
>                 Key: OPENEJB-710
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-710
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 3.0-beta-1
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0-beta-2
>
>         Attachments: OPENEJB-710.patch
>
>


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


[jira] Closed: (OPENEJB-710) @Resource TimerService injection is not supported

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

Jacek Laskowski closed OPENEJB-710.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.x
         Assignee: Jarek Gawor  (was: Jacek Laskowski)

Sending        container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/JndiEncBuilder.java
Sending        container/openejb-core/src/main/java/org/apache/openejb/config/AnnotationDeployer.java
Sending        container/openejb-core/src/main/java/org/apache/openejb/config/AutoConfig.java
Adding         container/openejb-core/src/main/java/org/apache/openejb/core/timer/TimerServiceWrapper.java
Adding         container/openejb-core/src/test/java/org/apache/openejb/timer
Adding         container/openejb-core/src/test/java/org/apache/openejb/timer/TimerContainerTest.java
Transmitting file data .....
Committed revision 587671.

Many thanks Jarek! I owe you a beer :P

> @Resource TimerService injection is not supported
> -------------------------------------------------
>
>                 Key: OPENEJB-710
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-710
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 3.0-beta-1, 3.0-beta-2, 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0.x
>
>         Attachments: OPENEJB-710.patch
>
>


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


[jira] Commented: (OPENEJB-710) @Resource TimerService injection is not supported

Posted by "Jacek Laskowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OPENEJB-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537151 ] 

Jacek Laskowski commented on OPENEJB-710:
-----------------------------------------

I'm glad it's being worked out - I missed it for a long time, but couldn't just implement it. In fact, it's the very first issue when Seam's deployed on Geronimo. I at least help a bit reviewing the patch and eventually submitting it. Thanks Jarek!

> @Resource TimerService injection is not supported
> -------------------------------------------------
>
>                 Key: OPENEJB-710
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-710
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 3.0-beta-1, 3.0-beta-2, 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jacek Laskowski
>         Attachments: OPENEJB-710.patch
>
>


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


[jira] Updated: (OPENEJB-710) @Resource TimerService injection is not supported

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

Jarek Gawor updated OPENEJB-710:
--------------------------------

    Attachment: OPENEJB-710.patch

Attached patch adds support for JNDI lookup and @Resource injection of TimerService.


> @Resource TimerService injection is not supported
> -------------------------------------------------
>
>                 Key: OPENEJB-710
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-710
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 3.0-beta-1, 3.0-beta-2, 3.0
>            Reporter: Jarek Gawor
>         Attachments: OPENEJB-710.patch
>
>


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