Bugs item #1702898, was opened at 2007-04-18 05:36
Message generated for change (Comment added) made by sf-robot
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: Closed
Resolution: Fixed
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");
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2007-06-22 19:20
Message:
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Edwin Dankert (edankert)
Date: 2007-06-08 06:04
Message:
Logged In: YES
user_id=452928
Originator: YES
Checked for a null value in the ParserPage.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1702898&group_id=145971
|