[jboss-jira] [JBoss JIRA] Created: (JBJCA-135) Add support for additional bean validation groups

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Thu Jul 30 10:12:29 EDT 2009


Add support for additional bean validation groups
-------------------------------------------------

                 Key: JBJCA-135
                 URL: https://jira.jboss.org/jira/browse/JBJCA-135
             Project: JBoss JCA
          Issue Type: Task
          Components: Standalone
            Reporter: Jesper Pedersen
            Assignee: Jeff Zhang
             Fix For: 1.0.0.Alpha3


Extend our vendor specific deployment descriptor (jboss-ra.xml) with the possibility to add additional bean validation groups.

The jboss-ra.xml should contain functionality to specify f.ex.

 <bean-validation-groups>
   <bean-validation-group>com.mycompany.myproject.bv.Group1</bean-validation-group>
   <bean-validation-group>com.mycompany.myproject.bv.Group2</bean-validation-group>
 </bean-validation-groups>

where each token is a class name.

The metadata part of this task should be handled in JBMETA.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list