[
https://issues.apache.org/jira/browse/EXTCDI-8?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12841556#action_12841556
]
Gerhard Petracek commented on EXTCDI-8:
---------------------------------------
extval supports some special features like dependency injection for constraint
validators.
furthermore, it's possible to provide a custom impl. easily. so there might be
an add-on which uses cdi for the di part (like the current spring3 add-on)
-> imo it makes sense that codi is able to re-use such customized versions at
least for validation in the view-layer.
so we could solve it via the @Jsf qualifier to get a special version (which is
cached in the application scope of jsf).
> producers for bean-validation artifacts
> ---------------------------------------
>
> Key: EXTCDI-8
> URL: https://issues.apache.org/jira/browse/EXTCDI-8
> Project: MyFaces CODI
> Issue Type: New Feature
> Reporter: Gerhard Petracek
>
> in jee 6+ application servers it's possible to use @Inject in combination with
> - javax.validation.Validator
> - javax.validation.ValidatorFactory
> this should also work outside jee 6+ application servers.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.