[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-8459) I18nValidator creates invalid error messages

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Mon Feb 21 19:50:13 EST 2011


     [ https://issues.jboss.org/browse/JBIDE-8459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-8459:
----------------------------------

    Component/s: jsp/jsf/xml source editing
                     (was: JSF)


> I18nValidator creates invalid error messages
> --------------------------------------------
>
>                 Key: JBIDE-8459
>                 URL: https://issues.jboss.org/browse/JBIDE-8459
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml source editing
>    Affects Versions: 3.3.x
>            Reporter: Snjezana Peco
>            Assignee: Maxim Areshkau
>            Priority: Critical
>             Fix For: 3.3.0.M1
>
>
> 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.

--
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