]
Vlado Pakan closed JBIDE-12754.
-------------------------------
Verified with JBT 4.0.0.Beta1-v20121013-1726-B25.
FacesConfigValidator wrongly checks for NavigationHandler
implementation
-------------------------------------------------------------------------
Key: JBIDE-12754
URL:
https://issues.jboss.org/browse/JBIDE-12754
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.1
Reporter: Ozan Ayyüce
Assignee: Viacheslav Kabanovich
Priority: Minor
Fix For: 4.0.0.Beta1
Original Estimate: 10 minutes
Remaining Estimate: 10 minutes
When validating faces-config, a custom navigation-handler class gets reported as
"does not implement interface javax.faces.application.NavigationHandler".
NavigationHandler is not an interface but an abstract class.
FacesConfigValidator, when creating check for navigation-handler in createChecks(),
should call new JSFCheckClass with 'javax.faces.application.NavigationHandler' in
extends-type parameter.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: