Hi Christian I've just realized that CXFNonSpringJAXRSServlet become a servlet requiring Spring dependencies as you updated it to extend CXFServlet which has a bunch of Spring dependencies in its code.
I'm confused. What is the story with all the servlets that we have now ? CXFNonSpringServlet (used by DOSGI for ex) and CXFNonSpringJAXRSServlet which is supposed to extend CXFNonSpringServlet but for some reasons now extends CXFServlet which is semi-Spring servlet and we also have CXFSpringServlet. Can you explain please ? Thanks, Sergey On Mon, Mar 28, 2011 at 4:48 PM, Christian Schneider <[email protected]>wrote: > Hi Sergey, > > no problem. I just hoped you would have an idea what failed. I only hope > the build runs fine now :-) > > Christian > > > -----Ursprüngliche Nachricht----- > Von: Sergey Beryozkin [mailto:[email protected]] > Gesendet: Montag, 28. März 2011 16:50 > An: [email protected] > Betreff: Re: svn commit: r1086052 - in /cxf/trunk: > rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/client/ > rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/servlet/ > rt/transports/http-jetty/src/main/java/org/apache/cxf/transport/http_jetty/ > rt/transp > > Hi Christian > > Just would like to acknowledge it here as well: thanks a lot for resolving > the issues quickly. Sorry I was not of any help, I'd probably just go ahead > and start from reverting and then start looking for a breaking change which > I guess is a rather primitive approach :-); not sure how long it would've > taken me to find some of the tests were missing the cxf.xml imports in the > first place and that the bus had to be injected in CXFNonSpringJAXRSServlet, > when loading Applications.... :-) > > thanks, Sergey >
