Just a message.put(…)

Anything that was set with message.setContextualProperty could potentially be 
lost the next time contextual properties were calculated.  It was only supposed 
to be called by the routines that collect the various properties and if those 
routines were called again, the contextual map is cleared.   It was never meant 
to be public.

Dan



> On Nov 15, 2015, at 12:56 PM, John D. Ament <[email protected]> wrote:
> I'm upgrading an app to be based on CXF 3.1 (from 3.0.5).  In 3.0.5, I
> could do
> 
> message.setContextualProperty(SecurityConstants.USERNAME_TOKEN_VALIDATOR,tokenValidator);
> 
> from within an AbstractPhaseInterceptor.  This method no longer exists.  Is
> there an equivalent?
> 
> John

-- 
Daniel Kulp
[email protected] - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to