On 27/07/12 13:13, bcarlson wrote:
I didn't get a chance to test it with 2.6.1 until just now. Still no joy.

Unfortunately I've no idea why interceptors are not picked up in your case. Can you download the CXF source and see why there are not picked up ?
Example, I've been adding logging in/out interceptors all the time.
What happens if you do

WebClient.getConfig(wc).getOutInterceptors().add(new prg.apache.cxf.interceptor.LogginOutInterceptor()); WebClient.getConfig(wc).getInInterceptors().add(new prg.apache.cxf.interceptor.LogginInInterceptor());

will it result in the extra console activity ?
If this does not work then I think I can try to reproduce if you can send me a test project - I can run it on WebLogic

Cheers, Sergey


-Ben



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Media-type-separattror-is-missing-how-to-troubleshoot-tp5711524p5711656.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to