content-management-platform


Related Questions
After I removed some documents (and removed them from the trash), the contents of the binaries is still present on disk (in nxserver/data/binaries ). I can remove them using Admin Center > Repository Binaries > check Delete orphaned binaries ...
  0 votes
  1 answers
  3 comments
  4297 views

Hi there, I have followed the example for coding your first operation here: http://doc.nuxeo.com/display/public/NXDOC/Coding+your+first+operation I have deployed the operation successfully to Studio and created an automation chain with the following ...
  0 votes
  2 answers
  2 comments
  4682 views

I am using rest call to create document. The below are my parameters . The call create a document with name and title . But the other fields like created date or published date or state are not updated . WHY? { "entity-type": "document", ...
  0 votes
  1 answers
  4 comments
  2327 views

Hi There, I want to change the behaviour of the securityActionsBean a little. Is there an extensionpoint or another way to do so? Thanks in advance, Bauke Roo
  0 votes
  1 answers
  0 comments
  1406 views

This is the error message that I get when attaching large blob file in a Document. 02:01:12.922 [main] DEBUG o.a.h.i.conn.DefaultClientConnection - Connection 0.0.0.0:41419<->10.30.10.175:8080 closed 02:01:12.922 [main] DEBUG ...
  0 votes
  0 answers
  5 comments
  2556 views

I'm trying to use the NuxeoJS client to upload files to a new batch. I tried: var op = client.operation('Blob.Upload') op.params({ uploaded: 'true', batchId: 'myBatchId' }) up = op.uploader() up.uploadFile(myFile) up.execute() I get 500 errors using ...
  0 votes
  0 answers
  0 comments
  1745 views

I am able to import a document using following http://doc.nuxeo.com/display/public/NXDOC/REST+API I want the document status to be published when i import this . Which field or attribute should i pass in the request ? i saw lifecycle-state. But it ...
  0 votes
  0 answers
  0 comments
  2090 views

Hello Team, We are using nuxeo Content Management 5.9.2. Our Nuxeo is configured with Oracle DB. Last week we had some issues and we set up the nuxeo server again and we established the link with the oracle db again but we are getting error log ...
  0 votes
  0 answers
  0 comments
  1355 views

Have anyone succeeded in installing Nuxeo via apt-get under Ubuntu 14.04? Unfortunatley ffmpeg package was removed from Ubuntu 14.04 and thus following error happens: The following packages have unmet dependencies: nuxeo : Depends: ffmpeg-nuxeo but ...
  1 votes
  1 answers
  1 comments
  2433 views

The provider worked fine before now it always shows me an error. chain Name: operation Exception: OperationException Caught error: Failed to invoke operation Document.PageProvider Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 Hierarchy ...
  0 votes
  0 answers
  0 comments
  2862 views

Like documents having no value in the dc:subjects field.
  0 votes
  1 answers
  3 comments
  1764 views

Hi, how can Nuxeo be installed (or build from src) on Glassfish or WebLogic app server THX Goran
  0 votes
  0 answers
  0 comments
  1409 views

Bonjour, pour les besoins de mon entreprise j'ai mis en place Nuxeo pour la gestion documentaire. Tout va bien sauf que je me retrouve avec une horrible image de fond d'écran de connexion façon thug life avec un gros poing tatoué et 3kg de bagouzes… ...
  1 votes
  3 answers
  1 comments
  2785 views

Hi There, I've added access rights programmatically using this piece of code: PathRef path = new PathRef(tenantId+"/workspaces/"); DocumentModel workspaces = session.getDocument(path); ACP acp = workspaces.getACP(); ACL acl = acp.getOrCreateACL(); ...
  0 votes
  0 answers
  0 comments
  1989 views

Hi, I have been running the Nuxeo Platform for a couple of weeks but it won't start after a machine reboot. I am running 5.9.3 locally on Windows 7 16GB Ram. There are two errors I receive: When starting through Start Nuxeo.bat, I get the following ...
  0 votes
  1 answers
  2 comments
  11007 views

Hi There, I'm using nuxeo 5.8. Is it possible to create an additional workspaceroot in the domain? I know it is possible using the REST API or pre defined with Studio, but is it also possible using the nuxeo interface? Thanks in advance, Bauke Roo
  0 votes
  0 answers
  0 comments
  1825 views

Hi there, I liked the article about storing Notes as Markdown. Is it possible to incorporate this type into other data fields? I can't see an option to use the Markdown Widget in studio? It is also not an option in the Generic Widget. I am running ...
  0 votes
  1 answers
  1 comments
  1843 views

How to create a link from Nuxeo platform app to my other web application? Hi, is this possible in Nuxeo? to add a snippet like this in nuxeo tabs or as link. <a href="<to my other web application>">Other webapp</a> What is your ...
  0 votes
  0 answers
  0 comments
  1450 views

When you start a workflow via REST ( Context.StartWorkflow operation), how can you get the workflowInstanceId context variable populated by the operation? The REST call returns the JSON document, but not this context variable.
  0 votes
  1 answers
  0 comments
  4577 views

Hi, How to remove unwanted tags (misspelled or irrelevant …) and not used on documents. Thanks for your help, Patrice
  0 votes
  0 answers
  0 comments
  1371 views

Hi There, How can I programmatically add tenant Administrators? I'm currently trying this: String query = String.format( "SELECT * FROM Document WHERE tenantconfig:tenantId = '%s'", tenantId); List<DocumentModel> docs = session.query(query); ...
  0 votes
  2 answers
  0 comments
  1878 views

Hi guys, I readed about ElasticSearch and Nuxeo, can you guys tell me if CMIS Query is using the ElasticSearch ? http://www.nuxeo.com/en/about/news/nuxeo-integrates-elasticsearch-query-engine Regards, Rafael Bueno
  0 votes
  1 answers
  0 comments
  1888 views

Hi, As Nuxeo Administrator I have to delete some mini-messages (spams) sent by different users. How can I do that via nuxeo UI ? Thanks for your help, Patrice
  0 votes
  0 answers
  0 comments
  1318 views

Good Day! Kindly help me with my problem, I am using Nuxeo 5.9.1 platform, and Linux precise1-Ubuntux86_64 server on a vmware. , i use nuxeo automation client to download nuxeo files. It works fine when I use mvn tomcat:run on my local, but it does ...
  0 votes
  1 answers
  2 comments
  2694 views

I have a custom doc model with a list attribute containing IDs to other objects, thus representing a list of links. I'd like to query objects that have no values on this attribute, something like: SELECT * FROM Document WHERE dc:subjects = NULL Is ...
  0 votes
  1 answers
  3 comments
  3682 views

Bonjour J'utilise REST API pour supprimer un user. Mais je voudrais nettoyer le compte. je crée un User via REST API: je vérifie la création en lisant le Workspace et le UserProfile je supprime le User les documents Workspace et UserProfile existent ...
  0 votes
  2 answers
  2 comments
  3510 views

Hi there, I'm using nuxeo 5.8 with HF's It seems like all packages(including nuxeo-dm5.8 and hotfixes) have disappeared in my nuxeo installation (admin centre). However when I look in the bundles directory, it seems they are still there. I tried to ...
  1 votes
  1 answers
  1 comments
  1577 views

Hi there, I'm using nuxeo 5.8HF10 in combination with LDAP. I'm experiencing the following situation: usera - tenantA userb - tenantB usera is a tenantA administrator. When searching in the admin center (users&groups) userb appears in the list. ...
  3 votes
  0 answers
  5 comments
  3487 views

Hi, I have to hide user-centric tabs in the “ home ” menu : Authorized Applications Activity Stream Mini Messages I tried this contrib : <?xml version="1.0" encoding="UTF-8"?> <component name="org.mysite.ecm.action.config"> ...
  0 votes
  0 answers
  0 comments
  2336 views

I install vmware version of nuxeo but after 6 month that i working with it when virtual machine power on this message displaying " nuxeo is not running “ anyone can help me about this?
  0 votes
  1 answers
  3 comments
  3619 views