Hi Sergey, Thanks. Some of the jaxrs tests are registering their services at the root "/" and the changed code didn't match those requests that are sent to a longer path (like /bookstore/books/123) agains this root path. I updated the matching condition to handle this case and the problem has disappeared.
Regards, aki 2011/5/23 Sergey Beryozkin <sberyoz...@gmail.com>: > Hi Aki > > On Mon, May 23, 2011 at 12:17 PM, Aki Yoshida <elak...@googlemail.com> wrote: >> Hi Sergey, >> I need to set up my xchat. Somehow I am having a problem connecting to >> irc.codehaus.org. >> > Here are the properties of my XChat CXF server: > > Server: irc.codehaus.org/6667 > channel: #cxf > >> For the test problem, the funny thing is that I didn't see this >> problem when I ran the mvn test on systests/jaxrs from console. >> >> I am resynching everything and trying to rerun the tests after a clean build. >> > > thanks for trying to get it fixed. I'm finalizing the initial impl of > the jaxrs-related maven plugin, so I can also check a bit later on > what could've affected the tests. > > thanks, Sergey > >> regards, aki >> >> >> >> 2011/5/23 Sergey Beryozkin <sberyoz...@gmail.com>: >>> Hi Aki >>> >>> On Mon, May 23, 2011 at 10:23 AM, Aki Yoshida <elak...@googlemail.com> >>> wrote: >>>> Hi, >>>> My change in DestinationRegistrationImpl to fix CXF 3510 was indicated >>>> to be the reason for this jaxrs test problem. >>>> I will investigate this. >>> >>> Ping me on #cxf please if you need some clarifications about the way >>> CXF JAX-RS deals with URIs. >>> It must be something simple in that changed code that caused all those >>> test failures. The changes looked ok to me, I'd try and debug one of >>> the failing tests with the code before the change was applied >>> (breakpoint in JAXRSInInterceptor should be enough) and then with the >>> current code >>> >>> Cheers, Sergey >>> >>>> Regards, aki >>>> >>> >>> >>> >>> -- >>> Sergey Beryozkin >>> >>> Application Integration Division of Talend >>> http://sberyozkin.blogspot.com >>> >> >