[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1845) spring schema has validation problems.

Michael Youngstrom (JIRA) jira-events at lists.jboss.org
Wed Aug 22 14:40:18 EDT 2007


spring schema has validation problems.
--------------------------------------

                 Key: JBSEAM-1845
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1845
             Project: JBoss Seam
          Issue Type: Bug
          Components: Spring
    Affects Versions: 2.0.0.BETA1
            Reporter: Michael Youngstrom
         Assigned To: Michael Youngstrom
             Fix For: 2.0.0.CR1


---------- Forwarded message ----------
From: Viacheslav Kabanovich <scabanovich at exadel.com>
Date: Aug 22, 2007 8:58 AM
Subject: spring-2.0.xsd
To: Max Rydahl Andersen <max.andersen at redhat.com>, exadel list <external-exadel-list at redhat.com >

Max,
 
I think that spring-2.0.xsd (attached) loaded from
JBoss Seam 2.0 2.0.0.BETA1 may have an error.
 
Eclipse's validator reports problem with code
.....
    <xs:attributeGroup ref="core:attlist.taskExecutorDispatcher" />
.....
 
<xs:attributeGroup name="core:attlist.taskExecutorDispatcher ">
      <xs:attribute name="task-executor" use="required" />
      <xs:attribute name="schedule-dispatcher" />
    </xs:attributeGroup>
 
It says that name 'core:attlist.taskExecutorDispatcher' is not valid in
xs:attributeGroup.
 
If I change code as
.....
    <xs:attributeGroup ref="spring:attlist.taskExecutorDispatcher" />
.....
 
<xs:attributeGroup name="attlist.taskExecutorDispatcher ">
      <xs:attribute name="task-executor" use="required" />
      <xs:attribute name="schedule-dispatcher" />
    </xs:attributeGroup>
 
    then everything is ok.
 
   Slava 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list