[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-8002) (incorrect) faces-config validation error upon project clean

erik van altena (JIRA) jira-events at lists.jboss.org
Sun Dec 26 18:50:18 EST 2010


(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: Alexey Kazakov
            Priority: Minor


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: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list