[hibernate-issues] [Hibernate-JIRA] Updated: (BVAL-251) Improve Bean Validation support for modularized environments
Gunnar Morling (JIRA)
noreply at atlassian.com
Wed Oct 26 18:59:19 EDT 2011
[ http://opensource.atlassian.com/projects/hibernate/browse/BVAL-251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gunnar Morling updated BVAL-251:
--------------------------------
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?
Related discussion: http://lists.jboss.org/pipermail/beanvalidation-dev/2011-October/000075.html
was:
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?
> Improve Bean Validation support for modularized environments
> ------------------------------------------------------------
>
> Key: BVAL-251
> URL: http://opensource.atlassian.com/projects/hibernate/browse/BVAL-251
> Project: Bean Validation
> Issue Type: Improvement
> Components: spec-general
> Affects Versions: 1.0 final
> Reporter: Gunnar Morling
>
> 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
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list