-
Bug
-
Resolution: Done
-
Major
-
14.0.0.Beta2
-
None
Following warning is shown in log upon server start:
2018-08-02 16:13:28,487 WARN [org.jboss.as.jsf] (MSC service thread 1-3) WFLYJSF0005: Unknown JSF version 'NONE'. Default version 'main' will be used instead.
Seems like, that 'NONE' constant from WildFly code is somehow used instead of default 'main' value. Version 'NONE' is not specified anywhere, so this warning should not be present. From my point of view, it seems like I am trying set slot 'NONE' to be the default. But nothing like that is happening.
- is cloned by
-
JBEAP-15944 (7.2.z) Warning about JSF version 'NONE' is shown in logs
- Closed