On 23/10/12 20:32, Michael Brunnbauer wrote:
Hello Andy,
On Tue, Oct 23, 2012 at 08:14:00PM +0100, Andy Seaborne wrote:
POST http://ts.foaf-search.net:3030/crawl/update
Is that a SPARQL Update, what exactly is it? Is it a LOAD -- or INSERT
DATA?
It's a LOAD.
I've made Fuseki handle the exception more cleanly. No stack trace.
I just saw that some of my tools use SysRIOT.wireIntoJena() but the Crawler
does not. Would that help here if I catch the Exceptions ?
Yes.
OK. I will add SysRIOT.wireIntoJena() to get this Exception when parsing.
Will my recently added code to check every IRI in the graph with
org.openjena.riot.system.IRIResolver be redundant, then ?
Various things try to wire in RIOT but if you use only core Jena it
might be (currently) possible to bypass the initialization.
Hmm. Are we talking about the same thing ? I am talking about adding
SysRIOT.wireIntoJena() to get the language tag exception when parsing instead
of when submitting to Fuseki via SPARQL update.
Regards,
Michael Brunnbauer