Hi,
I've implemented the GET method of REST SERVICEs, but am having difficulty
when trying to implemetn the DELETE method. The QueryParam that I am
specifying isn't getting passed to the service. Does anyone have any ideas
why this could be? Here is the code:
@DELETE
public void delete(@QueryParam("age") @DefaultValue("-1") int age)
{
}
Thanks
--
View this message in context:
http://www.nabble.com/JAX-RS-%40Delete-%40QueryParam-tp20679058p20679058.html
Sent from the cxf-user mailing list archive at Nabble.com.