Message:

   The following issue has been resolved as FIXED.

   Resolver: Alberto Massari
       Date: Mon, 4 Oct 2004 3:27 AM

In 2.6, that line has been removed

Alberto
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XERCESC-596

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XERCESC-596
    Summary: SchemaValidator::checkContent has limited call count
       Type: Bug

     Status: Resolved
 Resolution: FIXED

    Project: Xerces-C++
 Components: 
             DOM
   Versions:
             2.0.0

   Assignee: 
   Reporter: Jeff Thompson

    Created: Tue, 27 Aug 2002 8:57 PM
    Updated: Mon, 4 Oct 2004 3:27 AM
Environment: Operating System: Windows NT/2K
Platform: All

Description:
Since Xerces 2.0, SchemaValidator::checkContent() has the line:
  ((SchemaElementDecl*) elemDecl)->setXsiComplexTypeInfo(fTypeStack->pop());
If I try to use the validator to checkContent() after the parser has finished,
then ValueStackOf<TElem>::pop() throws an EmptyStackException.
I hope this is not a new "feature".
checkContent() should not throw an exception if you call it multiple times
due to its calling pop() multiple times.


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to