You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/02/28 20:56:42 UTC

DO NOT REPLY [Bug 6766] New: - Still seeing spurious circular definition errors from schema parser

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6766>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6766

Still seeing spurious circular definition errors from schema parser

           Summary: Still seeing spurious circular definition errors from
                    schema parser
           Product: Xerces2-J
           Version: 2.0.0
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XML Schema datatypes
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: cantor.2@osu.edu


Bug 6528 indicates a problem that caused a spurious error about circular type 
definitions is fixed, but I still get this message using the latest CVS 
snapshot as of 2/28.

Here's an instance below that can be run with dom.Counter. The schema 
references point to copies on my web server that should be available for 
testing this problem. As far as I can tell, these are valid schemas. (And if 
not, the SAML working group at OASIS needs to know ;-)

------

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ 
http://usfs2.us.ohio-state.edu/webdev/Shibboleth/java/src/schemas/soap-
envelope.xsd http://www.oasis-open.org/committees/security/docs/draft-sstc-
schema-protocol-27.xsd http://usfs2.us.ohio-
state.edu/webdev/Shibboleth/java/src/schemas/draft-sstc-schema-protocol-
27.xsd">
    <soap:Body>
        <samlp:Request xmlns:samlp="http://www.oasis-
open.org/committees/security/docs/draft-sstc-schema-protocol-27.xsd"
            xmlns:saml="http://www.oasis-
open.org/committees/security/docs/draft-sstc-schema-assertion-27.xsd"
            IssueInstant="2002-02-27T22:06:00Z" MajorVersion="1" 
MinorVersion="0" RequestID="12345">
            <samlp:AttributeQuery>
                <saml:Subject>
                    <saml:NameIdentifier SecurityDomain="cmu.edu" Name="foo"/>
                </saml:Subject>
            </samlp:AttributeQuery>
        </samlp:Request>
    </soap:Body>
</soap:Envelope>

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org