[
https://issues.apache.org/jira/browse/MYFACES-3797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13795705#comment-13795705
]
Gerhard Petracek commented on MYFACES-3797:
-------------------------------------------
hint for later:
we could test all final weld based ee7 servers, if they still have issues with
ear-files (see CDI-129).
if they still have an issue and we would like to support them, we could
refactor MYFACES-3797 to a mixed approach (based on MYFACES-3786).
> cdi support for converters and validators
> -----------------------------------------
>
> Key: MYFACES-3797
> URL: https://issues.apache.org/jira/browse/MYFACES-3797
> Project: MyFaces Core
> Issue Type: New Feature
> Components: JSR-344
> Reporter: Gerhard Petracek
> Assignee: Gerhard Petracek
> Fix For: 2.2.0
>
> Attachments: MYFACES-3797_wrapper.patch
>
>
> with
> <context-param>
>
> <param-name>org.apache.myfaces.CDI_MANAGED_CONVERTERS_ENABLED</param-name>
> <param-value>true</param-value>
> </context-param>
> and
> <context-param>
>
> <param-name>org.apache.myfaces.CDI_MANAGED_VALIDATORS_ENABLED</param-name>
> <param-value>true</param-value>
> </context-param>
> it should be possible to enable cdi support for converters/validators.
> we need the config, because it was postponed for the spec.
--
This message was sent by Atlassian JIRA
(v6.1#6144)