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

Forum Posts

CMIS Nuxeo and SSO

Hello , I want to test CMIS wsdl via SoapUI. My nuxeo instance have SSO authentification . When i try to get a response form the webservices ( i put a virtual user in my request) , it's return the html code of login page . Any idea ? thanks

searching a vocabulary

Hello, looking at the APIs for querying a directory, it looks like the ability to search on exact match is supported through org.nuxeo.ecm.directory. My question is: is there an alternate way to query directories? Specifically: say I have a vocabular...

Eric_Ace by Confirmed Champ
  • 41 Views
  • 1 replies
  • 0 kudos

Closing a sql directory session for you

I am writing code to load a dictionary from a CSV. (Have to implement some custom functionality.) I am looping through the CSV and have code to commit every 10,000 rows. I'm using session.createEntry to insert each dictionary entry. Two questions: Co...

Eric_Ace by Confirmed Champ
  • 32 Views
  • 0 replies
  • 0 kudos

Cron event handler - synchronous or asynchronous

Hello - I have created an event handler for a scheduled event. The handler will perform a long-running operation. Looking through the Nuxeo code, I see various classes implementing AbstractWork for background processing. My question is: should I cons...

Eric_Ace by Confirmed Champ
  • 114 Views
  • 7 replies
  • 3 kudos

Resolved! Is there is a realease date for the next fastrack ?

Hi, i just found that fastrack version hasn't been released yet ? have you got any release date for FT 9.1 ? my original question : i just tried to install the latest fastrack on my ubuntu server ( xenial ) but i only find the FT 8.3 version. Do i ha...

jeremie_ by Confirmed Champ
  • 149 Views
  • 7 replies
  • 1 kudos

Resolved! Remove a domain doesn't free space memory

Hi all, I have removed a huge domain to gain memory space, but it doesn't. Before the removal, my nuxeo-data directory weighed 45 GB and it still weighs 45 GB after I had delete the domain. I emptied the trash and restarted nuxeo... I have flush the ...

LDAP cache : what for ????

CF. https://doc.nuxeo.com/nxdoc/how-to-configure-a-multidirectory-for-users-and-groups/ Hello, I'm wondering what for LDAP cache ??? Why having cache ? What I win in it ? Why nuxeo cacheTimeOut is by default 3600 ? And cacheMaxSize 1000 ? Why nuxeo n...

How to get the translation of a message from an operation

Hi, I have an operation that returns some data of a document. I call this operation through Rest API to use it in another application. I want the operation to return the document type, but translated to the language of the user (File -> Fitxategia (i...