Hi Rice - can you confirm if there's some regression there or not ? I don't see any issues on the trunk but I'd like to fix the problem if any asap Cheers, Sergey
On Fri, Jan 14, 2011 at 10:39 AM, Sergey Beryozkin <[email protected]>wrote: > Hi > > On Fri, Jan 14, 2011 at 3:48 AM, Rice Yeh <[email protected]> wrote: > >> Hi, >> I find that CXFNonSpringJaxrsServlet does not configure other init >> parameters other than javax.ws.rs.Application in version 2.3.1. In version >> 2.3.0, it does other init parameters. Is it a bug? >> >> > Can you clarify please what you mean ? Which parameters are you seeing > being ignored ? > Did you see javax.ws.rs.Application and other init parameters (such as > those specifying in/out CXF interceptors) being recognized at the same time > in 2.3.0 ? > > I believe CXFNonSpringJaxrsServlet would actually ignore all other > parameters if javax.ws.rs.Application is registered. > > Actually, one thing which might affect you is that starting from 2.3.1 > @ApplicationPath annotation value is used, if available, this is mentioned > at [1], but I'll update the docs to make it clear that in this case the > jaxrs.address parameter will be ignored by default... > > thanks, Sergey > > [1] > http://cxf.apache.org/docs/jaxrs-services-configuration.html#JAXRSServicesConfiguration-ConfiguringJAXRSservicesincontainerwithoutSpring > > >> Rice >> > >
