You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/08 17:55:11 UTC

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

    [ https://issues.apache.org/jira/browse/JENA-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047060#comment-15047060 ] 

ASF GitHub Bot commented on JENA-1078:
--------------------------------------

GitHub user ajs6f opened a pull request:

    https://github.com/apache/jena/pull/105

    JENA-1078: Logging warning when transaction is ended without commiting

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ajs6f/jena AddNoCommitWarning

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/105.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #105
    
----
commit 53975ed362e27c88cea7326789fad5c1d009e98e
Author: ajs6f <aj...@virginia.edu>
Date:   2015-12-08T16:53:25Z

    Logging warning when transaction is ended without commiting

----


> TxnMem 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
>             Fix For: Jena 3.0.1
>
>
> 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)