dev@jax-ws.java.net

Re: BindingProvider response context property

From: Rama Pulavarthi <Rama.Pulavarthi_at_Sun.COM>
Date: Wed, 02 Aug 2006 12:45:38 -0700

Arun,
May be my fix caused some regression. Can you elaborate on where you are
setting the property and how you are accessing it.

thanks,
Rama Pulavarthi


Arun Gupta wrote:
> Still waiting for a response ...
>
> Arun Gupta wrote:
>> The default properties added to Packet were in handler scope to begin
>> with, then changed to application scope and it seems like now they
>> are back to handler scope.
>>
>> I'm still looking for how to set application-scoped property names in
>> WS-A pipe. Packet.getApplicationPropertyScopeNames(boolean) is
>> deprecated. I think either deprecation should be removed or there be
>> another way to set application-scoped property.
>>
>> Packet.getHandlerScopePropertyNames(true).remove(...) does not look
>> very intuitive.
>>
>> -Arun
>