Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-8459

I18nValidator creates invalid error messages

    XMLWordPrintable

Details

    Description

      This issue can be reproduced by creating a Seam EAR project. The Web project will contain xhtml errors.
      The problem is because I18nValidator is declared as a V2 validator, but doesn't implement the org.eclipse.wst.xml.core.internal.validation.eclipse.Validator.validate method.
      org.eclipse.wst.xml.core.internal.validation.eclipse.Validator is executed with the default indicatNoGrammar value 1 (a warning) which throws errors.

      A solution is to implement the Validator.validate method or set indicateNoGrammar to 0 (none).

      BTW A validator by the name JSF2 Components Validator already exists.

      Attachments

        Issue Links

          Activity

            People

              mareshkau_jira Maxim Areshkau (Inactive)
              snjeza_jira Snjezana Peco (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: