You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2015/12/07 16:34:11 UTC

[jira] [Created] (JENA-1078) TxtMem does not log a warning when commit() omitted.

Andy Seaborne created JENA-1078:
-----------------------------------

             Summary: TxtMem does not log a warning when commit() omitted.
                 Key: JENA-1078
                 URL: https://issues.apache.org/jira/browse/JENA-1078
             Project: Apache Jena
          Issue Type: Bug
    Affects Versions: Jena 3.0.1
            Reporter: Andy Seaborne


Example:
{noformat}
      Dataset ds = DatasetFactory.createTxnMem() ;
      //Dataset ds = TDBFactory.createDataset() ;
      ds.begin(ReadWrite.WRITE) ;
      //ds.commit();
      ds.end() ;
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)