You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But what I notice is that if for some reason, it fails and ds.abort() is called. The next time if there is another call to open a new transaction then I will receive error : " failed to apply resource at /graphs/sparql: Bad Request. Server Message: XDMP-NOTXN: No transaction with identifier ..".
As if I am still in a "dead" transaction and abort() does not seem to work?
Thanks
The text was updated successfully, but these errors were encountered:
I always wrap write transactional code like this
But what I notice is that if for some reason, it fails and ds.abort() is called. The next time if there is another call to open a new transaction then I will receive error : " failed to apply resource at /graphs/sparql: Bad Request. Server Message: XDMP-NOTXN: No transaction with identifier ..".
As if I am still in a "dead" transaction and abort() does not seem to work?
Thanks
The text was updated successfully, but these errors were encountered: