Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Cluster & CoreSession.setLock(…) [5.6]

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 { /* … */ ...

Bug in "Document.Query" with param "currentPageIndex"

Hi, I'm use Automation Client to connecto to Nuxeo REST API. I use "Document.Query" operation. My client said me that only like 2 Page. The result of search is 2 documents, and pageSize is 5. I call for first Page with currentPageIndex=1, but when y ...

Can I select visibility of files when publishing a document

Hi A document A is constructed with one or + source files (eg some *.doc files) then attach also a resulting PDF file (_eg. built from the source files) I'd like to publish the A document, so that only the PDF is visible (or accessible) when users ac...

Arnault_ by Confirmed Champ
  • 50 Views
  • 2 replies
  • 0 kudos

Using "content-type" or "Content-Type" header in API REST

Hi (Nuxeo 6.0) I observe that sometimes Nuxeo is happy with a "content-type" entry in the header and sometimes it is happy with "Content-Type" Is there a clear rule ? examples: id//@op/Document.SetLifeCycle is fine with "Content-Type" whereas group/s...

Arnault_ by Confirmed Champ
  • 38 Views
  • 1 replies
  • 0 kudos

SQL type mismatch for

Hi everyone. I've problem with nuxeo and oracle. I had test environment which worked perfectly. Than I copied almost evereything(instance of nuxeo which worked) to my production environment. The new oracle database was made for production purposes. B...

__3 by Confirmed Champ
  • 42 Views
  • 2 replies
  • 1 kudos

How ACLS table works?

Hi, everyone. I'm new with Nuxeo. I've used Nuxeo 7.4. I Have 2 quick questions. I looked into database table "acls", I thought it for store permission things for files and folders. I wonder why every records in table always store in "user" field eve...