transaction
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
Hello, When I attempt to permanently delete (via the trash) a folder that has thousands of children, the deletion does not complete within the transaction timeout window. The system is waiting for the database to do some kind of work, but the only ...
3 votes
1 answers
2 comments
2300 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
We have our own transaction mangager class that uses the TransactionHelper. Our Transaction manager changes the current transaction timeout and seems when our nuxeo system is running but not during Junit testing. I looked through the nuxeo ...
0 votes
1 answers
2 comments
6504 views