We are starting multiple web service endpoints with same base name using code below. For instance, http://localhost:9001/org/dep and http://localhost:9001/org/dep/manage . It used to work till 2.1.7. After we upgraded CXF to 3.1.4 and it is failing with below exception .
Caused by: org.apache.cxf.interceptor.Fault: Could not add cxf jetty handler for url http://localhost:8585/rs/jde/jxml to Jetty server, as the path /rs/jde/jxml is still in use. at org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine.checkRegistedContext(JettyHTTPServerEngine.java:317) at org.apache.cxf.transport.http_jetty.JettyHTTPServerEngine.addServant(JettyHTTPServerEngine.java:386) at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.activate(JettyHTTPDestination.java:175) at org.apache.cxf.transport.AbstractObservable.setMessageObserver(AbstractObservable.java:53) at org.apache.cxf.binding.AbstractBindingFactory.addListener(AbstractBindingFactory.java:95) at org.apache.cxf.jaxrs.JAXRSBindingFactory.addListener(JAXRSBindingFactory.java:88) at org.apache.cxf.endpoint.ServerImpl.start(ServerImpl.java:123) at org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServerFactoryBean.java:206) -- View this message in context: http://cxf.547215.n5.nabble.com/conflicts-with-the-registered-path-tp5766073.html Sent from the cxf-user mailing list archive at Nabble.com.
