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")    = {uri}/$value
>

Yeah, i can reproduce.  Try moving the '$' character outside the 
expression, i.e.

@Path("${count : \\d+}")

or

@Path("{before}${after}")

That seemed to work for me.

Bill

-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Resteasy-users mailing list
Resteasy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/resteasy-users

Reply via email to