You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jena.apache.org by Damian Steer <d....@bristol.ac.uk> on 2012/02/02 18:30:41 UTC

Re: Graph Layer question

On 2 Feb 2012, at 17:20, Torrance Slauson wrote:

>   DatasetGraph dsg = TDBFactory.createDatasetGraph(“/path/”);

>   dsg.addGraph(gn, g);
>   System.out.println(dsg);

You don't seem to have closed your DatasetGraph, which might explain what you're seeing.

Damian