users@jersey.java.net

Re: generic _at_PathParam??

From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: Sat, 22 Aug 2009 11:01:57 +0200

the exception:

com.sun.jersey.api.container.ContainerException: Method, public
com.kenai.puj.arena.model.entity.AbstractArenaEntity
com.kenai.puj.arena.http.PujGenericResource.select(java.io.Serializable),
annotated with GET of resource, class
com.kenai.puj.arena.http.PujGenericResource, is not recognized as
valid Java method annotated with @HttpMethod.

* trying

> public T select(@PathParam("id") Object login) {

also doesn't work ...