]
Hardy Ferentschik reassigned HV-500:
------------------------------------
Assignee: Hardy Ferentschik
ConfigurationImpl should support multiple programmatic constraint
mappings
--------------------------------------------------------------------------
Key: HV-500
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HV-500
Project: Hibernate Validator
Issue Type: Improvement
Components: engine
Reporter: Gunnar Morling
Assignee: Hardy Ferentschik
Fix For: 4.3.0.next
The method {{HibernateValidatorConfiguration#addMapping(ConstraintMapping mapping)}}
suggests that several programmatically configured constraint mappings could be added to
the configuration (similar to XML based mappings).
Actually only one programmatic mapping is supported though, as {{ConfigurationImpl}}
doesn't hold a collection of mappings, but only a single one. Hence only the mapping
"added" last is actually applied.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: