You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/02/23 22:16:05 UTC

[jira] Created: (CXF-437) @Resources are not injected into Handlers

@Resources are not injected into Handlers
-----------------------------------------

                 Key: CXF-437
                 URL: https://issues.apache.org/jira/browse/CXF-437
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.0-RC
            Reporter: Daniel Kulp
             Fix For: 2.0-RC



The only resources that are injected into the JAX-WS handlers are the ones defined as init params.   The complete set needs to be available and injected.



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


[jira] Assigned: (CXF-437) @Resources are not injected into Handlers

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

Jervis Liu reassigned CXF-437:
------------------------------

    Assignee: Jervis Liu

> @Resources are not injected into Handlers
> -----------------------------------------
>
>                 Key: CXF-437
>                 URL: https://issues.apache.org/jira/browse/CXF-437
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-RC
>            Reporter: Daniel Kulp
>         Assigned To: Jervis Liu
>             Fix For: 2.0-RC
>
>
> The only resources that are injected into the JAX-WS handlers are the ones defined as init params.   The complete set needs to be available and injected.

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


[jira] Resolved: (CXF-437) @Resources are not injected into Handlers

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

Jervis Liu resolved CXF-437.
----------------------------

    Resolution: Fixed

> @Resources are not injected into Handlers
> -----------------------------------------
>
>                 Key: CXF-437
>                 URL: https://issues.apache.org/jira/browse/CXF-437
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-RC
>            Reporter: Daniel Kulp
>            Assignee: Jervis Liu
>             Fix For: 2.0
>
>
> The only resources that are injected into the JAX-WS handlers are the ones defined as init params.   The complete set needs to be available and injected.

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


[jira] Updated: (CXF-437) @Resources are not injected into Handlers

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

Bozhong Lin updated CXF-437:
----------------------------

    Fix Version/s:     (was: 2.0-RC)
                   2.0

> @Resources are not injected into Handlers
> -----------------------------------------
>
>                 Key: CXF-437
>                 URL: https://issues.apache.org/jira/browse/CXF-437
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-RC
>            Reporter: Daniel Kulp
>         Assigned To: Jervis Liu
>             Fix For: 2.0
>
>
> The only resources that are injected into the JAX-WS handlers are the ones defined as init params.   The complete set needs to be available and injected.

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


[jira] Commented: (CXF-437) @Resources are not injected into Handlers

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476540 ] 

Jervis Liu commented on CXF-437:
--------------------------------

>From JAX-WS spec section 9.3.1:

The lifecycle of a handler instance begins when the JAX-WS runtime system creates a new instance of the 
handler class. 

The runtime MUST then carry out any injections requested by the handler, typically via the javax-
.annotation.Resource annotation. After all the injections have been carried out, including in the case 
where no injections were requested, the runtime MUST invoke the method carrying a javax.annotation- 
.PostConstruct annotation, if present. Such a method MUST satisfy the requirements in JSR-250 [31] 
for lifecycle methods (i.e. it has a void return type and takes zero arguments). The handler instance is then 
ready for use.

> @Resources are not injected into Handlers
> -----------------------------------------
>
>                 Key: CXF-437
>                 URL: https://issues.apache.org/jira/browse/CXF-437
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-RC
>            Reporter: Daniel Kulp
>             Fix For: 2.0-RC
>
>
> The only resources that are injected into the JAX-WS handlers are the ones defined as init params.   The complete set needs to be available and injected.

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


[jira] Closed: (CXF-437) @Resources are not injected into Handlers

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

Jervis Liu closed CXF-437.
--------------------------


> @Resources are not injected into Handlers
> -----------------------------------------
>
>                 Key: CXF-437
>                 URL: https://issues.apache.org/jira/browse/CXF-437
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0-RC
>            Reporter: Daniel Kulp
>            Assignee: Jervis Liu
>             Fix For: 2.0
>
>
> The only resources that are injected into the JAX-WS handlers are the ones defined as init params.   The complete set needs to be available and injected.

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