[
https://issues.jboss.org/browse/JBIDE-19406?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-19406:
----------------------------------------
Can't cherry-pick
https://github.com/jbosstools/jbosstools-javaee/pull/301 to 4.2.x
branch because I get the following test failure:
{code}
testMetadataCompleteAndElResolver(org.jboss.tools.jsf.test.JSF2ModelTest) Time elapsed:
1.122 sec <<< FAILURE!
junit.framework.AssertionFailedError: null
at junit.framework.Assert.fail(Assert.java:55)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertTrue(Assert.java:31)
at junit.framework.TestCase.assertTrue(TestCase.java:201)
at
org.jboss.tools.jsf.test.JSF2ModelTest.testMetadataCompleteAndElResolver(JSF2ModelTest.java:126)
{code}
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
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)