dev@jax-ws.java.net

Re: BindingProvider response context property

From: Rama Pulavarthi <Rama.Pulavarthi_at_Sun.COM>
Date: Fri, 28 Jul 2006 11:17:04 -0700

I fixed the RI to consider any non-standard property to default to
handler scope.
Unless you specify this is in Application scope, it won't appear in
response context.


thanks,
Rama Pulavarthi

Arun Gupta wrote:
> Another data point ...
>
> With #1212, this property is not in handler scope.
>
> -Arun
>
> Arun Gupta wrote:
>>>> Somewhere after JAX-WS #1212, response context on BindingProvider
>>>> is returning AddressingContext (a javax.xml.* property as of now)
>>>> as null even though it's present in
>>>> responseContext.packet.invocationProperties.
>>>
>>> What about scope? Is it in Handler scope by chance ?
>> It turned out it is in handler scope. This code has not changed in
>> JAX-WSA for few months.
>>
>> Has the behavior changed in JAX-WS after #1212 though ?
>>
>> This is how I'm adding the properties:
>>
>> packet.invocationProperties.put(JAXWSAConstants.CLIENT_ADDRESSING_PROPERTIES,
>> ap);
>>
>> -Arun
>>
>>>
>>> Jitu
>>>
>>>>
>>>> I'll debug this tomorrow but in the meanwhile does anybody know
>>>> what might have caused this ?
>>>>
>>>> -Arun
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_jax-ws.dev.java.net
>>> For additional commands, e-mail: dev-help_at_jax-ws.dev.java.net
>>>
>>
>