]
Michał Piotrowski commented on WFLY-4555:
-----------------------------------------
I have checked that on WildFly Full 9.0.0.Beta2 the issue also exists.
Faces converter is not properly assigned if it is a CDI @Named bean
-------------------------------------------------------------------
Key: WFLY-4555
URL:
https://issues.jboss.org/browse/WFLY-4555
Project: WildFly
Issue Type: Bug
Affects Versions: 8.2.0.Final
Environment: Tested on openjdk version "1.8.0_45"
OpenJDK Runtime Environment (build 1.8.0_45-b13)
OpenJDK 64-Bit Server VM (build 25.45-b02, mixed mode)
Reporter: Michał Piotrowski
Assignee: Jason Greene
Attachments: ConverterTest.zip
If I try to use converter declaring it with attribute converter (e.g. on selectOneMenu)
and use expression which points to a @Named CDI bean it isn't properly registered.
I will try to attach simple maven test case project.
The same converter class can be used if it is @Inject (-ed) to a CDI managed bean and
provided through some getter method to a converter attribute.