I have a ClientRequestFilter I use for logging entity info using:

// Set up web client with logging filter
final Client client =
ClientBuilder.newClient().register(ClientRequestLoggingFilter.class);

How do you register your ContainerResponseFilter on the server side? Is
there a difference with tomee-ebedded?




--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/ContainerResponseFilter-for-logging-tp4675772.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to