Hi if the jar is scanned then @Provider is enough, if not then openejb-jar.xml is the way to go
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> 2015-08-06 13:00 GMT-07:00 sgjava <[email protected]>: > 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. >
