RE: Parameters in Restful services

2007-10-21 Thread Jervis Liu
) at java.lang.Thread.run(Thread.java:595) -Original Message- From: Jervis Liu [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 9:20 PM To: cxf-user@incubator.apache.org Subject: Re: Parameters in Restful services Hi Make sure you have the annotation right. I.e., it needs

RE: Parameters in Restful services

2007-10-19 Thread Tolan, Michael E
(Thread.java:595) -Original Message- From: Jervis Liu [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 9:20 PM To: cxf-user@incubator.apache.org Subject: Re: Parameters in Restful services Hi Make sure you have the annotation right. I.e., it needs to be sth like below: @Get

Re: Parameters in Restful services

2007-10-18 Thread Jervis Liu
} -- View this message in context: http://www.nabble.com/Parameters-in-Restful-services-tf4641537.html#a13286805 Sent from the cxf-user mailing list archive at Nabble.com.

Parameters in Restful services

2007-10-17 Thread Tolan, Michael E
I'm having trouble with parameters in a RESTful service. After going over the User's guide, I think I understand that the {} element in a HttpResource annotation should name a bean property on the object argument to the implementation function. However, when I try to set this up, it doesn't seem