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 ji...@apache.org on 2004/04/12 23:19:51 UTC

[jira] Updated: (XERCERJ-197) Still seeing spurious circular definition errors from schema parser

The following issue has been updated:

    Updater: Serge Knystautas (mailto:sergek@lokitech.com)
       Date: Mon, 12 Apr 2004 2:18 PM
    Changes:
             Attachment changed from soapmsg.txt
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/XERCERJ-197?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCERJ-197

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCERJ-197
    Summary: Still seeing spurious circular definition errors from schema parser
       Type: Bug

     Status: Resolved
 Resolution: FIXED

    Project: Xerces2-J

   Assignee: Xerces-J Developers Mailing List
   Reporter: Scott Cantor

    Created: Thu, 28 Feb 2002 7:56 PM
    Updated: Mon, 12 Apr 2004 2:18 PM
Environment: Operating System: Solaris
Platform: Sun

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


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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