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
  • 84 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
  • 63 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
  • 78 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...

Bundle notification permission

I want to change the subject of the email permission, and i can't find the bundle that contains the permission notification. I'm looking for something like this : <notification name="test" channel="email" enabled="true" availableIn="section" au...

ITShine_ by Star Contributor
  • 100 Views
  • 2 replies
  • 0 kudos

Add permission when clicking on Reassign task

I'm using Nuxeo IDE 7.10 , i want to add a permission to the current user when clicking on reassign task button(Workflow). Maybe i should use the operation Document.AddPermission but i don't know how, can you tell how to do this ? Here is the widget ...

ITShine_ by Star Contributor
  • 75 Views
  • 0 replies
  • 0 kudos

Resolved! How to set Action Order variable using EL?

Hi, I have a presumably simple question. I'd like to set the Action Order value (under_ Listing and_Views / Content Views / MySearchContentView / Enablement_) using an EL which will be based on a conditional. Specifically, #{currentUser.isMemberOf('s...