[seam-issues] [JBoss JIRA] Closed: (SEAMREST-2) Support validation of JAX-RS resource fields
Jozef Hartinger (JIRA)
jira-events at lists.jboss.org
Mon Nov 8 06:03:01 EST 2010
[ https://jira.jboss.org/browse/SEAMREST-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jozef Hartinger closed SEAMREST-2.
----------------------------------
Assignee: Jozef Hartinger
> 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
> Assignee: 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: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list