Re: [Resteasy-users] Issue with using RegEx and Escaping in the @Param

2012-12-04 Thread Ramesh Reddy
Bill, Odata4J validates their paths with Jersy and CXF, I tried what you suggested as per the Paths, they did not pass with Jersey. So I confused about which one is right that is written per jax-rs spec, so that I can submit a patch to them that works with Resteasy. Also, I see Resteasy is

[Resteasy-users] Issue with using RegEx and Escaping in the @Param

2012-11-16 Thread Ramesh Reddy
Hi, I trying to integrate OData4J (http://code.google.com/p/odata4j) with Resteasy, so that I can provide OData services with in Teiid. OData4J uses @Paths like @Path({count: [$]count})= {uri}/$count @Path({first: \\$}value)= {uri}/$value to define OData spec. Where in the above '$'

Re: [Resteasy-users] Issue with using RegEx and Escaping in the @Param

2012-11-16 Thread Bill Burke
On 11/16/2012 4:30 PM, Ramesh Reddy wrote: Hi, I trying to integrate OData4J (http://code.google.com/p/odata4j) with Resteasy, so that I can provide OData services with in Teiid. OData4J uses @Paths like @Path({count: [$]count})= {uri}/$count @Path({first: \\$}value)=