Andy,
Thank you for your prompt response. I just rebuilt all of Jena from the trunk
(revision 1405798) in order to get the latest copy of tdb, and then I
repackaged jena-fuseki, and I'm still having this problem. In fact, your
earlier suggestion of trying
INSERT { GRAPH <http://192.168.6.37/graph/new> { ?s ?p ?o "NEW" } }
WHERE { GRAPH <urn:x-arq:UnionGraph> { ?s ?p "FOO" } }
isn't working either, even in the latest version.
By the way, when building Jena from the trunk, the following tests fail with
NullPointerExceptions:
testNumericTimeout(com.hp.hpl.jena.sparql.engine.http.TestService)
testStringTimeout(com.hp.hpl.jena.sparql.engine.http.TestService)
testStringTimeout2(com.hp.hpl.jena.sparql.engine.http.TestService)
I had to set mvn to ignore tests to get past this problem.
Thank you for your help!
-Elli
________________________________
From: Andy Seaborne <[email protected]>
To: [email protected]
Sent: Saturday, November 3, 2012 12:10 PM
Subject: Re: Another problem with Insert query and Fuseki
On 03/11/12 10:56, Andy Seaborne wrote:
> Recorded as JENA-344.
>
Fixed (in TDB). It'll be in tonight's development build.
Andy