I am getting the following warning after a datastore operation in a
Junit test :
WARN [Finalizer] (RepositoryModel.java:732) -
org.openrdf.rdf2go.RepositoryModel not closed, closing now.
For example, the operation I call several times is the following :
public void addStatement(URI space, Statement statement) {
this.rootModel.getModel(space).addStatement(statement);
this.rootModel.commit();
}
Do I need to close the model I get just after commit ?
In my tearDown method I perform a rootModel.close().
Do you know the reason of this warning ?
Thanks.
Kind Regards
Laurent
--
You received this message because you are subscribed to the Google Groups "RDF2Go and RDFReactor (part of semweb4j)" group.
To post to this group, send email to semw...@googlegroups.com.
To unsubscribe from this group, send email to semweb4j+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/semweb4j?hl=en.
After verification, the problem seems to come from the BigOWLIM
adapter for RDF2Go that I use because I don't get warnings when I use
the Sesame adapter. Sorry to have bothered you for this.
On 21 mar, 13:39, "Max Voelkel (FZI Karlsruhe)" <voel...@fzi.de>
wrote:
> > semweb4j+u...@googlegroups.com<semweb4j%2Bunsu...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/semweb4j?hl=en.
>
> --
> Max Völkel
> voel...@fzi.de |http://Xam.de