Hi Christian On Tue, Mar 29, 2011 at 10:17 PM, Christian Schneider < [email protected]> wrote:
> Hi Sergey, > > I first thought the CXFServlet would be enough as it does not require a > spring context. > Of course it still requires the spring dependencies. So I recreated a > CXFNonSpringServlet that works like > the CXFServlet without the Spring context and that has no dependencies to > spring. I also made the CXFServlet extend the CXFNonSpringServlet as they > can > share most of the code. I also made the CXFJaxrsNonSpringServlet extend the > CXFNonSpringServlet so it also has no dependencies on spring. > > So I hope it should all work again as expected. > > thanks for taking care of it > The windows trunk has three test failures. Do you think they are caused by > my changes? > > I can see only a single JAX-RS test failing in the Windows trunk: https://hudson.apache.org/hudson/job/CXF-trunk-windows/org.apache.cxf.systests$cxf-systests-jaxrs/changes I thought it was actually passing - but it was 2.3.x Windows build where I saw all tests passing few days ago. This particular test failure is not caused by your changes, it is the test issue which I'll have to track down asap. I haven't worked on Windows during the last month or so but I'll need to switch and do some pending work... thanks, Sergey > Christian > > > Am 29.03.2011 13:35, schrieb Sergey Beryozkin: > >> Hey Christian >> >> I was about to restore the CXFNonSpringServlet hierarchy but it actually >> was >> removed (alongside with temporarily introduced CXFSpringServlet). >> >> We really need to restore CXFNonSpringServlet - users do depend on it. >> Please accept not all CXF users are Spring users :-). And I can't have >> CXFNonSpringJAXRSServlet requiring spring dependencies which is not what >> its >> name promises :-) >> >> I'll restore CXFNonSpringServlet as you are busy with the important HTTP >> refactoring work. I'll just add it as a new resource because reverting >> your >> original merge and all the other ones are probably very tricky now >> >> Sergey >> >> On Mon, Mar 28, 2011 at 9:06 PM, Sergey Beryozkin<[email protected] >> >wrote: >> > > -- > ---- > http://www.liquid-reality.de > >
