[jboss-jira] [JBoss JIRA] (AS7-6621) Work on CDI + Bean Validation integration for method validation
Gunnar Morling (JIRA)
jira-events at lists.jboss.org
Mon Feb 25 11:31:56 EST 2013
[ https://issues.jboss.org/browse/AS7-6621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12756499#comment-12756499 ]
Gunnar Morling commented on AS7-6621:
-------------------------------------
The API for method validation is described in [section 5.1.2|http://beanvalidation.org/1.1/spec/#validationapi-validatorapi-methodlevelvalidationmethods] of the BV 1.1 spec.
[Section 5.4|http://beanvalidation.org/1.1/spec/#validationapi-triggeringmethodvalidation] describes the expected behavior of a technology integrating with method validation.
[Section 10.1.2|file:///Users/gunnar/Development/workspaces/hibernate-validator/beanvalidation-spec/build/en/html_single/index.html#integration-general-executable] describes the interaction of {{@MethodValidated}} and the global configuration of validated methods/constructors in Bean Validations {{META-INF/validation.xml}} configuration file.
> Work on CDI + Bean Validation integration for method validation
> ---------------------------------------------------------------
>
> Key: AS7-6621
> URL: https://issues.jboss.org/browse/AS7-6621
> Project: Application Server 7
> Issue Type: Sub-task
> Components: EE
> Reporter: Emmanuel Bernard
> Assignee: David Lloyd
> Fix For: 8.0.0.Alpha1
>
>
> Bean Validation and CDI needs to integrate to validate method parameters and return values. This can be done via a portable extension but [~jason.greene] was mentioning doing something proprietary to speed up the bootstrap process.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list