svn commit: r1155067 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/util/SoftReferenceSymbolTable.java

2011-08-08 Thread mrglavas
Author: mrglavas Date: Mon Aug 8 19:28:47 2011 New Revision: 1155067 URL: http://svn.apache.org/viewvc?rev=1155067view=rev Log: Memory usage improvement. The fBuckets field in the base class isn't used so make the array as small as possible. Modified:

svn commit: r1155073 - in /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/impl/xs: ./ models/ traversers/

2011-08-08 Thread knoaman
Author: knoaman Date: Mon Aug 8 20:02:50 2011 New Revision: 1155073 URL: http://svn.apache.org/viewvc?rev=1155073view=rev Log: Element Delcaration Consistent When matching a wildcard, the type of the matched global declaration must be same or validly derived from the type of any local element

[Xerces Wiki] Update of xmlschema11TestSuiteReports by Mukul Gandhi

2011-08-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Xerces Wiki for change notification. The xmlschema11TestSuiteReports page has been changed by Mukul Gandhi: http://wiki.apache.org/xerces/xmlschema11TestSuiteReports?action=diffrev1=14rev2=15 Comment: updating test suite

[Xerces Wiki] Update of xmlschema11SaxonicaTests by Mukul Gandhi

2011-08-08 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Xerces Wiki for change notification. The xmlschema11SaxonicaTests page has been changed by Mukul Gandhi: http://wiki.apache.org/xerces/xmlschema11SaxonicaTests?action=diffrev1=11rev2=12 || || ||:id008|| || || || ||

svn commit: r1155192 - /xerces/java/trunk/src/org/apache/xerces/util/SoftReferenceSymbolTable.java

2011-08-08 Thread mrglavas
Author: mrglavas Date: Tue Aug 9 02:28:48 2011 New Revision: 1155192 URL: http://svn.apache.org/viewvc?rev=1155192view=rev Log: Fixing JIRA Issue #1520: http://issues.apache.org/jira/browse/XERCESJ-1520. Corrects several problems with rehash() and removeEntry(), in particular a case where we

svn commit: r1155193 - /xerces/java/branches/xml-schema-1.1-dev/src/org/apache/xerces/util/SoftReferenceSymbolTable.java

2011-08-08 Thread mrglavas
Author: mrglavas Date: Tue Aug 9 02:29:14 2011 New Revision: 1155193 URL: http://svn.apache.org/viewvc?rev=1155193view=rev Log: Fixing JIRA Issue #1520: http://issues.apache.org/jira/browse/XERCESJ-1520. Corrects several problems with rehash() and removeEntry(), in particular a case where we

svn commit: r1155198 - /xerces/java/branches/xml-schema-1.1-dev/samples/jaxp/SourceValidator.java

2011-08-08 Thread mukulg
Author: mukulg Date: Tue Aug 9 03:41:04 2011 New Revision: 1155198 URL: http://svn.apache.org/viewvc?rev=1155198view=rev Log: schema 1.1 change: a minor change for help text (to make it consistent with other help text strings) in jaxp.SourceValidator sample. Modified: