Actually, it looks like in 1.2 snapshot the ability to add custom servlet filters to your endpoints have been added (https://issues.apache.org/jira/browse/DOSGI-67). I will probably go this route for now. Thanks for your reply.
Sergey Beryozkin-5 wrote: > > Looks like a blocker all right... > I'm not sure when DOSGI 1.2 is planned for, but if it will include 2.2.9 > then I'll try to find some time and do some work around @Features...Or > perhaps another option is to introduce > org.apache.cxf.(rs).in(out).interceptor properties as well as support the > explicit registration of CXF interceptors from custom bundles. > Any help with implementing either of the above will be appreciated given > my > time is limited now... > > cheers, Sergey > > On Wed, May 26, 2010 at 3:13 PM, kdog <[email protected]> wrote: > >> >> So I have a requirement to Gzip the response from a JAX-RS request in >> DOSGI. >> I noticed that there are GZIP features and GZIP interceptors, but I don't >> know how to apply this a DOSGI JAX-RS service endpoint. I have tried the >> @Features annotation, but this only seems to apply to soap web services >> (jaxws). >> -- >> View this message in context: >> http://old.nabble.com/DOSGI-JAX-RS-and-Gzip-tp28681367p28681367.html >> Sent from the cxf-user mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://old.nabble.com/DOSGI-JAX-RS-and-Gzip-tp28681367p28742677.html Sent from the cxf-user mailing list archive at Nabble.com.
