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

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Thu Aug 25 15:08:18 EDT 2011


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

Viacheslav Kabanovich updated JBIDE-9186:
-----------------------------------------

    Fix Version/s: 3.3.0.M3
                       (was: 3.3.x)


> 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
>    Affects Versions: 3.3.0.M2
>            Reporter: Alexey Kazakov
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.3.0.M3
>
>
> 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