]
Alexey Kazakov updated JBIDE-8002:
----------------------------------
Assignee: Viacheslav Kabanovich (was: Alexey Kazakov)
Fix Version/s: 3.2.0.CR1
3.3.x
(incorrect) faces-config validation error upon project clean
------------------------------------------------------------
Key: JBIDE-8002
URL:
https://issues.jboss.org/browse/JBIDE-8002
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.2.0.Beta2
Environment: Eclipse Helios
Reporter: erik van altena
Assignee: Viacheslav Kabanovich
Priority: Minor
Fix For: 3.2.0.CR1, 3.3.x
In my project (jsf 1.2 capabilities) I have multiple faces-config files, configured as
follows in the web.xml file:
<context-param>
<param-name>javax.faces.CONFIG_FILES</param-name>
<param-value>/WEB-INF/faces-config.xml,/WEB-INF/navigation.xml,/WEB-INF/form-config.xml,/WEB-INF/storage-config.xml,/WEB-INF/search-config.xml</param-value>
</context-param>
So far so good. However, each time I now clean the project, I get a validation error in
the problems list (and the project is marked as having an error) on the fact that one of
these files does not exist - it seems random which one it complains about but the error
does happen consistently. This validation error is not shown in the web.xml file itself
when I open it, and when I alter and save the web.xml file, the error disappears from the
problems list and the project no longer has errors.
I did not ever see this otherwise minor issue in beta 1.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: