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

Simon Helsen commented on JENA-250:
-----------------------------------

the way I wrote the test case only shows the problem the first time you run it 
on a not-yet-existing store. I am replacing the current test with one which 
mimics identically what we do in our production code and each time, on startup 
believes the store is empty even though clearly it is not
                
> StoreConnection.release will empty repository if last action is not a query
> ---------------------------------------------------------------------------
>
>                 Key: JENA-250
>                 URL: https://issues.apache.org/jira/browse/JENA-250
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: TDB
>    Affects Versions: TDB 0.9.0
>         Environment: Windows
>            Reporter: Simon Helsen
>
> Whenever the last activity before releasing a store (with 
> StoreConnection.release) is a write transaction, the entire database is empty 
> the next time you create a dataset. I should note that this only happens when 
> you start with a new index store. If you release the store after a write 
> transaction on a store which was created the first time around where you did 
> not end with a write transaction, the problem will not occur.
> I attached a little test case which illustrates the problem. Just provide a 
> new index location as a java argument (or hard code it)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to