[Resteasy-users] Automatic Cookie Passing

2012-11-16 Thread Saravanabavagugan Vengadasundaram
Hello All, I am using the RESTEasy client framework for testing my web services. I have a login API that accepts user credentials and creates a session cookie. Subsequent to the call to this API, I can call other APIs in my system which will expect the session cookie to be passed back. I have tw

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")

[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 '$