[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9186) Seam Config XML: Incremental validation does not work

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Jun 16 20:54:23 EDT 2011


Seam Config XML: Incremental validation does not work
-----------------------------------------------------

                 Key: JBIDE-9186
                 URL: https://issues.jboss.org/browse/JBIDE-9186
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: cdi (jsr-299)
    Affects Versions: 3.3.0.M2
            Reporter: Alexey Kazakov
            Assignee: Viacheslav Kabanovich
             Fix For: 3.3.x


Suppose we have the following seam-beans.xml:
{code}
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://java.sun.com/xml/ns/javaee"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xmlns:s="urn:java:ee" 
       xmlns:r="urn:java:org.example.reports">
 	<r:Report>
 		<s:modifies/>
  	</r:Report>
</beans>
{code}
But no org.example.reports.Report in the project classpath.

Seam config validation will mark <r:Report> as unknown type. That's correct.
Create org.example.reports.Report class.
The seam-config.xml should be re-validated and the problem marker disappear.

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