]
Vlado Pakan closed JBIDE-19406.
-------------------------------
Verified with JBT 4.2.3-Beta1-v20150314-1214-B363
Faces config validation incorrectly reports error in
<validator-class>
----------------------------------------------------------------------
Key: JBIDE-19406
URL:
https://issues.jboss.org/browse/JBIDE-19406
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsf
Affects Versions: 4.2.2.Final
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 4.2.3.CR1
Validation error message
"validator-class references to %className% that does not extend
javax.faces.validator.Validator faces-config.xml"
appears when class %className% correctly implements interface
javax.faces.validator.Validator. Validation incorrectly assumes that it is a class to be
extended.
see
https://bugzilla.redhat.com/show_bug.cgi?id=1178800