commitorrollbacktransaction
I need to know the reason behind why the transaction still continues? Is this related to database locking? If it is, what resources are they locking? TIA
0 votes
0 answers
2 comments
4666 views
I have one list of documents. I create those documents into repository using a “for cycle”. I want to know how can I rollback the creation of documents previous in case one error occur. In other words, I want to create all documents or none ...
1 votes
1 answers
2 comments
5531 views
We have a long process in UnrestrictedSessionRunner. In this one, we do a NXQL query. For each document in the query result, we do some stuff. Between each document treatment, we want to commit the transaction. We use ...
1 votes
0 answers
0 comments
1971 views