Because it belongs to an archived project. Jira admins can restore projects from the archive.
Improve Bean Validation support for modularized environments
Description
Investigate how Bean Validation can better support modularized environments such as OSGi. Some issues to consider:
The service loader approach (using META-INF/services/...) doesn't work in OSGi. Currently this is used for bootstrapping and in the future possibly for the registration of validators as well.
How can resource bundles be retrieved from several modules?
How can validation.xml and constraint mapping files be retrieved in modularized environments?
Investigate how Bean Validation can better support modularized environments such as OSGi. Some issues to consider:
The service loader approach (using META-INF/services/...) doesn't work in OSGi. Currently this is used for bootstrapping and in the future possibly for the registration of validators as well.
How can resource bundles be retrieved from several modules?
How can validation.xml and constraint mapping files be retrieved in modularized environments?
Related discussion: http://lists.jboss.org/pipermail/beanvalidation-dev/2011-October/000075.html