Skip to content

Instantly share code, notes, and snippets.

@ahoy-jon
Created June 27, 2012 13:50
Show Gist options
  • Save ahoy-jon/3004182 to your computer and use it in GitHub Desktop.
Save ahoy-jon/3004182 to your computer and use it in GitHub Desktop.
[info] TDBJenaGraphStore:
[info] - getNamedGraph should retrieve the graph added with addNamedGraph
[info] - appendToNamedGraph should be equivalent to graph union
[info] - addNamedGraph should drop the existing graph *** FAILED ***
[info] org.scalatest.TestFailedException was thrown. (GraphStoreTest.scala:65)
[info] - adding a named graph should not pollute the default graph *** FAILED ***
[info] com.hp.hpl.jena.tdb.TDBException: GraphNamedTDB: Null graph name
[info] at com.hp.hpl.jena.tdb.store.GraphNamedTDB.<init>(GraphNamedTDB.java:62)
[info] at com.hp.hpl.jena.tdb.store.DatasetGraphTDB._createNamedGraph(DatasetGraphTDB.java:219)
[info] at com.hp.hpl.jena.sparql.core.DatasetGraphCaching.getGraph(DatasetGraphCaching.java:99)
[info] at com.hp.hpl.jena.tdb.migrate.DatasetGraphTrackActive.getGraph(DatasetGraphTrackActive.java:109)
[info] at org.w3.banana.jena.JenaStore$$anonfun$getNamedGraph$1.apply(JenaStore.scala:71)
[info] at org.w3.banana.jena.JenaStore$$anonfun$getNamedGraph$1.apply(JenaStore.scala:71)
[info] at org.w3.banana.jena.JenaStore.readTransaction(JenaStore.scala:36)
[info] at org.w3.banana.jena.JenaStore.getNamedGraph(JenaStore.scala:70)
[info] at org.w3.banana.jena.JenaStore.getNamedGraph(JenaStore.scala:26)
[info] at org.w3.banana.jena.AbstractJenaGraphStoreTest$$anonfun$1.apply$mcV$sp(JenaGraphStoreTest.scala:16)
[info] ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment