[jira] Closed: (XERCESC-1525) iterator method hasMoreElements of the class XMLAttDefList not working

2008-04-29 Thread Alberto Massari (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alberto Massari closed XERCESC-1525. Resolution: Won't Fix XMLAttDefList::hasMoreElements has been removed from Xerces 3.0 >

[jira] Resolved: (XERCESC-805) There should be a way to release child nodes, once we done with it.(Patch Available)

2008-04-29 Thread Alberto Massari (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alberto Massari resolved XERCESC-805. - Resolution: Duplicate Assignee: (was: Xerces-C Developers Mailing List) This f

[jira] Created: (XERCESC-1798) Orphan/adopt grammar support in XMLGrammarPoolImpl is broken

2008-04-29 Thread Boris Kolpackov (JIRA)
Orphan/adopt grammar support in XMLGrammarPoolImpl is broken Key: XERCESC-1798 URL: https://issues.apache.org/jira/browse/XERCESC-1798 Project: Xerces-C++ Issue Type: Bug

[jira] Updated: (XERCESC-1798) Orphan/adopt grammar support in XMLGrammarPoolImpl is broken

2008-04-29 Thread Boris Kolpackov (JIRA)
[ https://issues.apache.org/jira/browse/XERCESC-1798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Boris Kolpackov updated XERCESC-1798: - Attachment: test.xsd test.xml test.cpp The test case.

Re: IllegalArgumentException using XMLGrammarPool

2008-04-29 Thread Boris Kolpackov
Hi John, John Snelson <[EMAIL PROTECTED]> writes: > I realise I'm probably doing things that most people won't ever need to > do with Xerces-C. Never-the-less is what I'm trying to do valid, and if > so is the IllegalArgumentException a bug in Xerces-C? I think what you are doing is valid howeve

Re: IllegalArgumentException using XMLGrammarPool

2008-04-29 Thread John Snelson
Hi Boris, Thanks for looking into this problem for me. In XQilla the grammars are copied from the DOMBuilder to an XMLGrammarPool owned by the DOMXPathExpression to make them accessible in a thread safe manner. Looking at the DOM 3 specs, nothing is said about the thread-safety of DOMXPathExp

Re: IllegalArgumentException using XMLGrammarPool

2008-04-29 Thread Boris Kolpackov
Hi John, John Snelson <[EMAIL PROTECTED]> writes: > In XQilla the grammars are copied from the DOMBuilder to an > XMLGrammarPool owned by the DOMXPathExpression to make them accessible > in a thread safe manner. Looking at the DOM 3 specs, nothing is said > about the thread-safety of DOMXPathExpr

Re: IllegalArgumentException using XMLGrammarPool

2008-04-29 Thread John Snelson
Boris Kolpackov wrote: Otherwise, I'm happy with the string pool syncing work-around. Yes, I think this is the easiest fix for the time being (I've already sent a patch to xqilla-users). This seems like the best fix for the moment. I'll commit it soon. John -- John Snelson, Oracle Corporati

[jira] Created: (XERCESC-1799) packageBinaries.pl produces broken distribution on cygwin

2008-04-29 Thread Charles Wilson (JIRA)
packageBinaries.pl produces broken distribution on cygwin - Key: XERCESC-1799 URL: https://issues.apache.org/jira/browse/XERCESC-1799 Project: Xerces-C++ Issue Type: Bug Compo