]
Jozef Hartinger resolved SEAMREST-2.
------------------------------------
Resolution: Done
Support validation of JAX-RS resource fields
--------------------------------------------
Key: SEAMREST-2
URL:
https://jira.jboss.org/browse/SEAMREST-2
Project: Seam REST
Issue Type: Feature Request
Components: Bean Validation
Affects Versions: Alpha2
Reporter: Jozef Hartinger
Provide support for the following use case:
@Path("/hello")
public class Resource
{
@QueryParam("name")
@Size(min = 5, max = 15)
private String name;
@GET
public String hello()
{
return "Hello " + name;
}
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: