On Jan 7, 2013, at 9:34 AM, jbright <[email protected]> wrote: > If the request comes from https://............../ the interceptors are not > working... > > even the logging IN and OUT interceptors are getting skipped.. > > any idea…
No idea really. I would suggest a Thread.printStackTrace() or similar in the service method to make sure it's even CXF that is handling the request. I kind of wonder if the app servers's JAX-WS impl is being picked up or similar. Beyond that, I'd up the debug levels for the logs and see if the logs are showing anything interesting. In particular, prints of the interceptor chains. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
