RE: JAX-RS Request Matching Wierdness

2009-07-13 Thread Tong, Gary
Beryozkin [mailto:sbery...@progress.com] Sent: 12 July 2009 20:20 To: dev@cxf.apache.org Subject: RE: JAX-RS Request Matching Wierdness Hi Gary The thing is that JAX-RS does not allow for checking on the multiple root resource classes - I think there was a discussion on cxf users list about extending

Re: JAX-RS Request Matching Wierdness

2009-07-13 Thread Sergey Beryozkin
@cxf.apache.org Sent: Monday, July 13, 2009 12:09 PM Subject: RE: JAX-RS Request Matching Wierdness Ah nevermind. Just read the spec again and I realized that I had misread it the first time and that CXF works as the spec says. To be honest though, after reading the JSR the right way, the algorithm

RE: JAX-RS Request Matching Wierdness

2009-07-12 Thread Tong, Gary
...@progress.com] Sent: 11 July 2009 21:28 To: dev@cxf.apache.org Subject: RE: JAX-RS Request Matching Wierdness Hi Gary So what is the concrete problem you're facing ? FYI, it is the map that sorts resource classes according a number of criteria. Another thing is that the JAX-RS selection algorithm

RE: JAX-RS Request Matching Wierdness

2009-07-12 Thread Sergey Beryozkin
Beryozkin [mailto:sbery...@progress.com] Sent: 11 July 2009 21:28 To: dev@cxf.apache.org Subject: RE: JAX-RS Request Matching Wierdness Hi Gary So what is the concrete problem you're facing ? FYI, it is the map that sorts resource classes according a number of criteria. Another thing is that the JAX

JAX-RS Request Matching Wierdness

2009-07-11 Thread Tong, Gary
Hello, Hey guys, just fyi, CXF's jax-rs doesn't do request matching correctly. According to JSR 311 in section 3.7.2, the jax-rs server is supposed to apply a series of steps to determine which URL to use for the request. Instead, CXF applies a path filter at the class level, and then

RE: JAX-RS Request Matching Wierdness

2009-07-11 Thread Sergey Beryozkin
be correct. So let me know please what exactly is happening in your case Thanks, Sergey -Original Message- From: Tong, Gary [mailto:gary.t...@morganstanley.com] Sent: 11 July 2009 16:57 To: dev@cxf.apache.org Subject: JAX-RS Request Matching Wierdness Hello, Hey guys, just fyi