[
https://issues.jboss.org/browse/JBIDE-12779?page=com.atlassian.jira.plugi...
]
Martin Malina resolved JBIDE-12779.
-----------------------------------
Fix Version/s: 4.2.0.Alpha2
(was: LATER)
Resolution: Out of Date
I checked this issue with JBDS 8.0.0.Alpha2 B41 and I cannot reproduce it, so I resolve it
as Out of date.
Here's what I did:
I added Seam runtime 2.3.2.Final-redhat-1 from WFK 2.4.0.
I imported the jee6 example maven project into the workspace.
I opened the components.xml to check there is no warning/error.
I verified there is no warning/error in the Problems view either.
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: 4.2.0.Alpha2
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