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 >
