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

Forum Posts

Uploader API in Client Library of Nuxeo is not working

Hi, I am trying to upload a file using nuxeo client. Initialy I have created the client like below var client = new nuxeo.Client({ baseURL: nuxeo_url, username: cms_user, password: cms_password }); client.schemas(['dublincore', 'file']); For uploadin...

REST API - Document.Filter Does it work?

I have been playing around with the Nuxeo API Playground and have tried to get the Document.Filter Command End Point to work to no avail. Does this command work?? Has anyone else got it to work?

dbrgss_ by Champ in-the-making
  • 982 Views
  • 1 replies
  • 0 kudos

Nuxeo CSV document upload with tags not working

Hi, I am using nuxeo 8.1 and added nuxeo csv package for csv import along with files. Its working very well with all nuxeo schema fields however i am not able to add tags in the csv. The tag is not added in the document even after adding column "tag:...

Resolved! Nuxeo Cluster - Load Balancer - Session replication failed

Hi! I have configured apache2.4 http load balancer as : ProxyPass /nuxeo balancer://sticky-balancer stickysession=JSESSIONID|jsessionid nofailover=On <Proxy balancer://sticky-balancer> BalancerMember xxxxxxx.40:8080/nuxeo route=nxworker1 BalancerMem...

00000001_ by Confirmed Champ
  • 1589 Views
  • 2 replies
  • 3 kudos

Resolved! charts in Search Analytics are not displayed

I'm using Nuxeo, 7.10 I'm trying to set a chart that shows the number of documents created every month. I've read here that this is already exist in Nuxeo and i should find different charts on Admin Tab > Activity Section. But mine is empty. There is...

ITShine_ by Star Contributor
  • 922 Views
  • 1 replies
  • 0 kudos

Help with Workflow Automation

Hi! I want to programmatically run the "SerialDocumentReview" workflow on a document through REST API. I was able to start the workflow but now I need to select the participants. Can someone help me please? Thank you in advance, Rado Andriamahady

Help wit Workflow Automation

Hi! I want to programmatically run the "SerialDocumentReview" workflow on a document through REST API. I was able to start the workflow but now I need to select the particiants. Can someone help me please? Thank you in advance, Rado Andriamahady

Problem with import XML&apos;s

Hi, I can't import XML using nuxeo scan importer. I have XML with some fields and I want to map it to "File" type of document. Schedule is correctly launched, and all files move from source folder to temporary as configured in config file. Folder in ...

__3 by Confirmed Champ
  • 512 Views
  • 0 replies
  • 0 kudos

How to filter upload File

Hi, I'm using File in nuxeo studio to upload file. How to can I upload only the .doc or .pdf file when I upload a file ? I would like upload only the .doc or pdf file. Thanks a lot.

How to enable default workflow on my doc type.

Hello, and if I want use the default workflow in my own document type ? I follow this documentation : http://doc.nuxeo.com/display/Studio/Workflow+engine+FAQ <extension target="org.nuxeo.ecm.platform.actions.ActionService" point="filters"> <filte...

vjoussot_ by Star Contributor
  • 847 Views
  • 3 replies
  • 1 kudos

Is it possbile to use both cmisfeature and embeddedAutomationServerFeature in the same tests ; ("No operation was bound on ID: Document.Export exception)

I would like to use both CmisFeature and EmbeddedAutomationServerFeature in the same tests. From the logs, deployment seems to run fine but I later encounter the following exception when trying to open an httpautomationsession : Any Idea ? type hereW...

J_-M_K_ by Champ in-the-making
  • 973 Views
  • 2 replies
  • 0 kudos

Creating custom document properties / schema without using IDE

I'm investigating Alfresco and Nuxeo to choose which is better for my company's requirement. The first thing I was looking for is the ability to add custom properties to document easly without the need to a dev tools but just a text editor or somethi...

elsadek by Champ on-the-rise
  • 1608 Views
  • 6 replies
  • 2 kudos

RabbitMQ

Hi, Required to know how Nuxeo integrates with RabbitMQ .