lock


Related Questions
Hi, I have two back-end servers on a single nuxeo‑5.6 repository with concurrent scheduled import jobs running. To avoid concurrent document creation, I use a try {} catch {} block and set a document lock on a common parent document : try { /* … */ ...
  0 votes
  2 answers
  0 comments
  1835 views

NXP-9260 was a first step towards improving the integration between the Lock/Unlock and Checkout/Checkin operations in Nuxeo for both Web and CMIS clients. However, problems remain. My immediate concern is that patch NXP-9260 did not include code to ...
  0 votes
  1 answers
  1 comments
  4424 views

Is there an operation that allow to visualize a page or a tab? I would like to create a chain that first acquires a lock (Document.Lock) and then visualizes the edit tab for the document.
  0 votes
  1 answers
  1 comments
  1863 views

When I open a document using WebDAV, generally the system locks it. This seems to work perfectly with Office and OpenOffice documents… However with .txt and .pdf there's a problem. These type of files are not locked when they are opened with WebDAV: ...
  1 votes
  2 answers
  2 comments
  2711 views