Hi Dan, I'm trying to implement the Message solution but I have a problem. In my InInterceptor I use 'message.put(xx, yy)' in order to store an object that I need. The problem is that, in my OutInterceptor, 'message.get(xx)' return null....
If I try to do it in the HttpServletRequest attributes, it's the same. Is it normal ? How can I send an object from the InInterceptor to my OutInterceptor ? Best, Jerome -- View this message in context: http://cxf.547215.n5.nabble.com/Interceptors-behaviour-tp5696667p5699469.html Sent from the cxf-user mailing list archive at Nabble.com.
