StackOverflowError when writing N-Quads (Jena 2.11.0)

2016-04-09 Thread Martynas Jusevičius
Hey, I'm trying to write an in-memory Dataset (guesstimate: a few hundred thousand quads) like this: RDFDataMgr.write(entityStream, dataset, lang); What I get is: java.lang.StackOverflowError at org.apache.jena.atlas.iterator.IteratorCons.hasNext(IteratorCons.java:70) at org.apache.jena.atlas.i

Re: Fuseki2: Is it possible to set Default to UnionGraph when creating a dataset.

2016-04-09 Thread Andy Seaborne
On 06/04/16 19:06, Arthur Keen wrote: I create Fuseki 2 Datasets by passing {“dbType” : “mem”, “dbName” : “myDsName”} in the POST request. However this sets up a dataset with default graph as an individual graph and I would like the behavior of the default graph to be unionDefaultGraph. I wa