Project

General

Profile

Bug #107

XMLLiterals have heavy validation

Added by Paula Gearon almost 16 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Mulgara
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
fixed

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.

#1

Updated by Paula Gearon over 15 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

Updated in r1199

Also available in: Atom PDF