Thanks, I didn't see this page. I think this will work. I will let you know if there are any problems with 3.0
Regards, Thorsten Am 30.04.2014 11:27, schrieb Sergey Beryozkin: > Hi Thorsten > On 30/04/14 07:48, Thorsten Höger wrote: >> Hi, >> >> the RequestHandler is not available in CXF 3.0 >> >> I currently use some RequestHandlers and use message.get, message.put >> and classResourceInfo.get... and return null if do not want to mess with >> the execution or some Response to break execution. >> >> How can I migrate this to a ContainerRequestFilter or anything else in >> CXF 3.0? > Please see here: > > http://cxf.apache.org/docs/jax-rs.html#JAX-RS-FromCXF2.7.xtoCXF3.0.0 > > You don't even have to change the actual handler code to minimize the > migration effort > after CXF Message is obtained... > > Let me know if you have any issue with the migration... > > Cheers, Sergey > >> >> Regards, >> Thorsten >> >> >
