sszuev commented on issue #1961:
URL: https://github.com/apache/jena/issues/1961#issuecomment-1890977507

   @afs 
   after switching 4.10.0 -> 5.0.0-SNAPSHOT I see that `GraphTxn` no longer 
works properly. Perhaps we now need to explicitly use the transaction mechanism 
even for simple reads like `Graph#find` ?
   
   @arne-bdt 
   The same question about `GraphWrapperTransactional2`.
   
   In my tests I can overcome this limitation by wrapping txn-graph with `find 
= openTxn(); delegate.find().toList().iterator(); closeTxn()`
   
   
![image](https://github.com/apache/jena/assets/17473366/0f22a527-2fea-47a5-a090-1699ececcf64)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to