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

RE: JAX-RS Request Matching Wierdness

2009-07-11 Thread Sergey Beryozkin
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 does not have be implemented literally the way it's documented in the spec, rather the final result should