[xmlhammer-dev] [ xmlhammer-Bugs-1702898 ] Java shows "null" when no schemafactory property defined
Brought to you by:
edankert
From: SourceForge.net <no...@so...> - 2007-04-18 12:36:51
|
Bugs item #1702898, was opened at 2007-04-18 12:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1702898&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: XML Parser Project Group: rc-1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Java shows "null" when no schemafactory property defined Initial Comment: When there is no explicit SchemaFactory property defined for the schema language, the default schemaFactory should be used, this means that no property should be specified, currently the string is "null" which is very wrong. System.setProperty("javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema", "null"); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1702898&group_id=145971 |