[jbosstools-issues] [JBoss JIRA] (JBIDE-12779) Seam components.xml XML validation doesn't take into account maven-war-plugin properties filtering

Alexey Kazakov (JIRA) issues at jboss.org
Thu Feb 13 13:01:29 EST 2014


    [ https://issues.jboss.org/browse/JBIDE-12779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12944398#comment-12944398 ] 

Alexey Kazakov commented on JBIDE-12779:
----------------------------------------

[~tremes], unfortunately we can't fix it in JBoss Tools since it's a general problem with Eclipse WebTools XML Validator. According to the XML schema It expects a boolean value in distributable="" and it's not aware of any maven stuff. 
                
> Seam components.xml XML validation doesn't take into account maven-war-plugin properties filtering
> --------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-12779
>                 URL: https://issues.jboss.org/browse/JBIDE-12779
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: maven, upstream
>    Affects Versions: 4.0.0.Alpha2
>         Environment: Seam 2.3.0.Final
>            Reporter: Marek Schmidt
>            Assignee: Viacheslav Kabanovich
>             Fix For: LATER
>
>
> Seam 2.3 Mavenized examples use maven-war-plugin to replace patterns, such as
> {code}
> <core:init jndi-pattern="${jndiPattern}" debug="true" distributable="${distributable}"/>
> {code}
> JBDS doesn't seem to understand that the XML is only a template and will report a "XML Problem":
> '${distributable}' is not a valid value of union type 'boolean'

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list