Hi Freeman,
I've looked the LoggingOutInterceptor. I duplicate all code of that in my
intercptor, but in this call

  String id = (String)message.getExchange().get(LoggingMessage.ID_KEY);
            if (id == null) {
                id = LoggingMessage.nextId();
                message.getExchange().put(LoggingMessage.ID_KEY, id);
            }

I have an Exception on LoggingMessag.ID_KEY (NoSuchField).
If I try to create LogginMessage buffer with ID by LoggingMessage.nextId(),
I've another Exception (NoSuchMethodError). 

RK 

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Out-Interceptor-tp4921186p4921973.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to