Message: The following issue has been resolved as FIXED.
Resolver: cargilld Date: Wed, 29 Sep 2004 2:50 PM Fix is in CVS. Would you please verify? --------------------------------------------------------------------- View the issue: http://issues.apache.org/jira/browse/XERCESC-1217 Here is an overview of the issue: --------------------------------------------------------------------- Key: XERCESC-1217 Summary: GrammarResolver::getXSModel() incorrectly tests two pointers to determine if the XSModel has changed Type: Bug Status: Resolved Priority: Blocker Resolution: FIXED Project: Xerces-C++ Versions: Nightly build (please specify the date) Assignee: Reporter: David Bertoni Created: Wed, 19 May 2004 12:23 PM Updated: Wed, 29 Sep 2004 2:50 PM Environment: All platforms Description: This function compares a previous return value from XMLGrammarPool::getXSModel() with what is returned currently to determine if the underlying model has changed. The assumption that these pointers values will be different is broken, because there is no guarantee that the new XSModel with the XMLGrammarPool will have a different address. --------------------------------------------------------------------- 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]