As a consequence of PR https://github.com/marklogic/marklogic-rdf4j/pull/33
For a multi-statement transaction, if the file has multiple graphs in it or if we are passing multiple contexts to the method shown below
conn.begin();conn.add(<file/inputstream>, <baseURI>, <RDFFormat>, <contexts>);conn.commit();
the transaction will fail with the following error
/graphs/sparql: Internal Server Error. Server Message: XDMP-SPQLUPDATESTMT: …………… Cannot execute multiple SPARQL Update statements with same-statement isolation
As a consequence of PR https://github.com/marklogic/marklogic-rdf4j/pull/33 For a multi-statement transaction, if the file has multiple graphs in it or if we are passing multiple contexts to the method shown below
conn.begin();
conn.add(<file/inputstream>, <baseURI>, <RDFFormat>, <contexts>);
conn.commit();
the transaction will fail with the following error/graphs/sparql: Internal Server Error. Server Message: XDMP-SPQLUPDATESTMT: …………… Cannot execute multiple SPARQL Update statements with same-statement isolation