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

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Tue Oct 2 10:27:04 EDT 2012


Marek Schmidt created JBDS-2344:
-----------------------------------

             Summary: Seam components.xml XML validation doesn't take into account maven-war-plugin properties filtering
                 Key: JBDS-2344
                 URL: https://issues.jboss.org/browse/JBDS-2344
             Project: Developer Studio (JBoss Developer Studio)
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: maven, seam
    Affects Versions: 6.0.0.Alpha2
         Environment: Seam 2.3.0.Final
            Reporter: Marek Schmidt


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