You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Alessio Soldano (JIRA)" <ji...@apache.org> on 2009/11/12 18:44:39 UTC

[jira] Created: (CXF-2532) JAX-WS MessageContext properties retrieval from handlers

JAX-WS MessageContext properties retrieval from handlers
--------------------------------------------------------

                 Key: CXF-2532
                 URL: https://issues.apache.org/jira/browse/CXF-2532
             Project: CXF
          Issue Type: Improvement
          Components: JAX-WS Runtime
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: 2.2.5


The MessageContext.WSDL_* properties are currently not available in the context passed in jaxws handlers as they're written to the context later in RPCInInterceptor (and just in some cases).
We should add a mean of getting those props on-demand directly from the current Exchange.
For compatibility reasons, for now this is going to happen just when the required props is not set in the context yet.

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


[jira] Resolved: (CXF-2532) On demand retrieval of JAX-WS MessageContext properties

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

Alessio Soldano resolved CXF-2532.
----------------------------------

    Resolution: Fixed

> On demand retrieval of JAX-WS MessageContext properties
> -------------------------------------------------------
>
>                 Key: CXF-2532
>                 URL: https://issues.apache.org/jira/browse/CXF-2532
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-WS Runtime
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For: 2.2.5, 2.3
>
>
> The MessageContext.WSDL_* properties are currently not available in the context passed in jaxws handlers as they're written to the context later in RPCInInterceptor (and just in some cases).
> We should add a mean of getting those props on-demand directly from the current Exchange.
> For compatibility reasons, for now this is going to happen just when the required props is not set in the context yet.

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


[jira] Updated: (CXF-2532) On demand retrieval of JAX-WS MessageContext properties

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

Alessio Soldano updated CXF-2532:
---------------------------------

    Summary: On demand retrieval of JAX-WS MessageContext properties  (was: JAX-WS MessageContext properties retrieval from handlers)

> On demand retrieval of JAX-WS MessageContext properties
> -------------------------------------------------------
>
>                 Key: CXF-2532
>                 URL: https://issues.apache.org/jira/browse/CXF-2532
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-WS Runtime
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For: 2.2.5
>
>
> The MessageContext.WSDL_* properties are currently not available in the context passed in jaxws handlers as they're written to the context later in RPCInInterceptor (and just in some cases).
> We should add a mean of getting those props on-demand directly from the current Exchange.
> For compatibility reasons, for now this is going to happen just when the required props is not set in the context yet.

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


[jira] Updated: (CXF-2532) On demand retrieval of JAX-WS MessageContext properties

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

Alessio Soldano updated CXF-2532:
---------------------------------

    Fix Version/s: 2.3

> On demand retrieval of JAX-WS MessageContext properties
> -------------------------------------------------------
>
>                 Key: CXF-2532
>                 URL: https://issues.apache.org/jira/browse/CXF-2532
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-WS Runtime
>            Reporter: Alessio Soldano
>            Assignee: Alessio Soldano
>             Fix For: 2.2.5, 2.3
>
>
> The MessageContext.WSDL_* properties are currently not available in the context passed in jaxws handlers as they're written to the context later in RPCInInterceptor (and just in some cases).
> We should add a mean of getting those props on-demand directly from the current Exchange.
> For compatibility reasons, for now this is going to happen just when the required props is not set in the context yet.

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