Hi,
Here's a copy of my beans.xml, I configure the interceptors via annotations

I haven't really tried adding interceptors via annotations. You might want to look up (http://cwiki.apache.org/CXF20DOC/interceptors.html). I am not sure if in addition to the annotations, you have to add the interceptor to some interceptor provider as well.

Also, afaik the phase tells when the interceptor is meant to be given a chance/shot at the message. INVOKE phase means that the interceptor will be given the message context before/during method invocation. The link above lists down when each phase occurs.

Others?

Gabo

Reply via email to