Ticket #107 (closed defect: fixed)

Opened 7 months ago

Last modified 2 months ago

XMLLiterals have heavy validation

Reported by: pag Assigned to: pag
Priority: minor Milestone:
Component: Mulgara Version: 1.2.1
Keywords: Cc:

Description

The factory for XMLLiterals pastes the text into a stub of RDF and runs the parser against it. This can fail in Eclipse if serializer-ver.jar is not in the classpath. More importantly, this is expensive, and unnecessary when loading the datum out of the string pool.

The validation should be reviewed, and completely avoided for loading from the string pool.

See org.mulgara.store.stringpool.xa.SPXMLLiteralImpl.validate(String):101 for details.

Change History

10/14/08 21:50:58 changed by pag

  • status changed from new to closed.
  • resolution set to fixed.

Updated in r1199