content-management-platform


Related Questions
Hello, I'm working on unit tests as described at http://doc.nuxeo.com/display/public/CORG/Unit+Testing#UnitTesting-Overview . My Nuxeo Studio extension also has custom UID generation as described at ...
  0 votes
  2 answers
  1 comments
  3337 views

Hello, How to extend annotations (annotea) to a new type of the document, for example when a preview is generated by javascript code. Best regards
  0 votes
  1 answers
  0 comments
  1758 views

Hi There, I'm trying to append a few labels to the dutch translation. However this does not work. This is my messages_nl.properties which I need to append: # lines for chat label.context.menu.chat.with=Chat label.context.menu.call.with=Bel This is ...
  0 votes
  2 answers
  0 comments
  1936 views

Hi, In the current state, the Marketplace has a 1.0.8-SNAPSHOT version of Nuxeo Drive that forces its installation each time a Hotfix or another update is applied. Because of this (and us not noticing the update at first), a lot of our users now ...
  0 votes
  1 answers
  4 comments
  2380 views

Hello, I slowly migrates Nuxeo 5.6 to 5.8 and i have a problem with the layout “faceted_search”. Before, I used the widget “faceted_search_directory_tree” in Nuxeo 5.6 which is deprecated for the widget “select_l10n_vocabulary_tree” in Nuxeo 5.8. I ...
  0 votes
  0 answers
  0 comments
  1815 views

Hi, When I trying to clone release 5.6.0-HF31 I have this error python clone.py release-5.6.0-HF31 $> git fetch origin $> git checkout --track -b release-5.6.0-HF31 origin/release-5.6.0-HF31 -q fatal: Cannot update paths and switch to branch ...
  0 votes
  1 answers
  0 comments
  1817 views

Bonjour J'ai pu créer un nouvel utilisateur en utilisant CURL: set header="Content-Type: application/json" set auth="Administrator:Administrator" set u="xxx" set url="http://localhost:8081/nuxeo/api/v1/user" set data="{ \"entity-type\": \"user\", ...
  1 votes
  1 answers
  0 comments
  2756 views

I wish to use the Nuxeo S3 Binary Manager with my Eucalyptus Cloud deployment. In order for me to do so I need to set the endpoint of the S3 client to the IP address of my Eucalyptus cloud controller. Is there a way to do this currently? “Eucalyptus ...
  0 votes
  1 answers
  0 comments
  1843 views

I need to customize the notifications associated with comments added on documents. For the notification service I found the extension points “notifications” and “templates” below, but I can not find an extension to the component ...
  0 votes
  1 answers
  0 comments
  3492 views

I am currently deleting a document from Nuxeo repository using the following code: String myDocumentPath = // path to a folder DocumentRef myFolderRef = new PathRef(documentPath); if(aSession.exists(myFolderRef) && ...
  0 votes
  2 answers
  1 comments
  3779 views

Hi There, I've installed the template-rendering-addon and configured it to automatically associate to a documenttype. If I create a new document by using the web interface of Nuxeo it works fine. However if I try to create a new document using the ...
  0 votes
  0 answers
  0 comments
  1772 views

Bonjour J'ai installé nuxeo-platform-importer-1.3.0 avec succès. J'ai testé avec succès en utilisant le randomImporter curl -v --basic -u "Administrator:Administrator" ...
  0 votes
  0 answers
  0 comments
  2348 views

Hi, I would like to override the faceted_search_default to delete 2 fields (dc:coverage and dc:subjects). I try to do that in Studio via a xml extension point but it don't work at all. <extension ...
  0 votes
  1 answers
  0 comments
  2325 views

I have assigned the same task on the same document twice? Is this allowed in Nuxeo? The log are here link text Thanks
  0 votes
  0 answers
  0 comments
  1396 views

I am running 5.8 and downloaded the HF08 patch and was able to run nuxeoctl pack to create the zip file. I had preconfigured the install with my custom content types jar and installed to plugins. After deploying the static war I do not see the ...
  0 votes
  1 answers
  0 comments
  1582 views

Nuxeo 5.8 Postgres 9.2 I need another repository besides the default one. Its role is to be an archive of old documents. I have defined it as a contribution: <repository name="documentArchive" ...
  0 votes
  1 answers
  1 comments
  2583 views

Hi, If I create a notification on a document, my “user” is then listed as registered. The hyperlink is of the form nuxeo/user/user: thanks François
  0 votes
  1 answers
  0 comments
  1200 views

I have created a custom content type called upf_faq which has several metadata properties. I am able to create the content manually from Nuxeo and set the properties, so I am confident that my content types are configured as they should be. I ...
  1 votes
  1 answers
  1 comments
  1932 views

Hi, there is “Users & Groups” tab into “HOME” tab. I need to block this “Users & Groups” tab or dont let to some users o groups look for other user o see the users list. Where i can configure this? Thanks
  0 votes
  1 answers
  2 comments
  2912 views

Hello, On Nuxeo 5.6 I had a code that worked. Context : a folder fofo where a user Auser had'nt any rights. I used an automation chain User&group>login as Administrator set temporary acl “mycustom” on this folder fofo to this user Auser. ...
  0 votes
  0 answers
  0 comments
  2191 views

Bonjour J'ai essayé de créer un “user” en utilisant l'API REST Voici mes paramètres: set url="http://localhost:8081/nuxeo/api/v1/user" set data="{ \"entity-type\": \"NuxeoPrincipal\", \"id\":\"toto\" }" curl -X POST -H %header% -u %auth% -d %data% ...
  0 votes
  1 answers
  0 comments
  3950 views

Hi, On our nuxeo 5.6 platform some emails are sent twice : [Nuxeo]New subscription, [Nuxeo]New comment on 'MyDocument'… However, after some actions, a modification action for example, email notification is sent only once [Nuxeo]MyDocument has been ...
  0 votes
  1 answers
  1 comments
  2050 views

I've tried following the instructions at http://doc.nuxeo.com/display/public/ADMINDOC/Using+Kerberos a number of times now. FWIW, better headings would do wonders to give the reader some more context. Here's my basic set up: Active Directory on ...
  1 votes
  0 answers
  0 comments
  1925 views

I have a doctype in a Nuxeo extension like this: <doctype name="CreativeWork" extends="File"> <schema name="common" /> <schema name="dublincore"/> <schema name="CreativeWork"/> </doctype> And an XML schema like this: ...
  0 votes
  1 answers
  3 comments
  2877 views

Nowhere do I see send email to users and email alerts are not working, is there a way to test if email is working? I read the documentation and changed the settings in Admin Center | System Information| Setup to no avail… I don't have a send mail ...
  0 votes
  2 answers
  4 comments
  5952 views

Hi, I use external SSO (HTTP_HEADER) with nuxeo. I have a problem with NUXEO LIVEEDIT under IE9. It seems that Live Edit (for ie) not transmit Cookies except JSESSIONID to Nuxeo's request /nuxeo/nxliveedit.faces. Thanks
  0 votes
  0 answers
  1 comments
  1495 views

Hi! Guys its possible to use more them one contains in the same query ? select d.*, o.* from cmis:document as d join cm:titled as o on d.cmis:objectid = o.cmis:objectid where CONTAINS(d,'cmis:name:test OR cmis:createdBy:admin') OR ...
  0 votes
  1 answers
  0 comments
  2173 views

Bonjour Je voudrais exécuter la requête suivante mais sans spécifier le suffixe généré automatiquement par Nuxeo: SELECT * FROM Document WHERE ecm:path STARTSWITH '/Atrium.1391702958298' (je veux accéder à tous les documents dans le domaine /Atrium) ...
  0 votes
  1 answers
  0 comments
  2026 views

Hi, I find the correct method to attach a blob with the python automation client ( answer how-to-call-blobattach-via-rest-api-in-python ) Perfect for ascii files, but when i try to attach a blob like a pdf or a csv, I have an error ...
  0 votes
  2 answers
  0 comments
  2081 views

I ran nuxeoctl pack and get a failure. I see that there is a defect associated with Tomcat 7 and Java 7. Is there a work around to create a WAR deployment? or a patch I can apply?
  0 votes
  1 answers
  2 comments
  1566 views

I'm planning to import a rather large set of metadata vocabulary terms into Nuxeo schemas. In the course of early testing via the Nuxeo Studio interface for loading XSD files, I enabled “Activate VCS sanity checks” and received the following. The ...
  0 votes
  1 answers
  2 comments
  2135 views

I created a custom project using studio and created a custom content type. I loaded the plugin and was able to create my content and properties with no issue. I modified the project and deleted and added new properties. I started getting errors. The ...
  0 votes
  0 answers
  1 comments
  1510 views

hello I just made a migration nuxeo nuxeo 5.8 to 5.6, the files in the workspace are present, for against the files are empty thxs
  0 votes
  1 answers
  1 comments
  1692 views

I found the documentation on the bulk loader and the metadata, however, the description regarding the metadata.properties is not specific enough for me. I have created 3 customer content types each with a set of additional properties. They all ...
  0 votes
  0 answers
  0 comments
  1599 views

I am writing a chain to retrieve the emails of assignees for a workflow node, and send an email to those assignees. My current chain: Context > Fetch Document Document > Get Principal Emails (retrieve the assignee emails here) Audit > Log ...
  1 votes
  0 answers
  2 comments
  3513 views

Hi, I have the NXQL query below being executed via Resultset.PageProvider REST call { "params": { "pageSize" : 100, "query" : "SELECT ecm:uuid, dc:title, ecm:primaryType, ecm:isLatestVersion, ecm:isCheckedInVersion, ecm:versionVersionableId, ...
  0 votes
  2 answers
  2 comments
  4461 views

Hello, With nuxeo 5.8; centos 6 and LibreOffice 4.0.4.2 we got a big problem with libreoffice. Is LIBREOFFICE compatible with nuxeo 5.8. and centos 6 ? Sometimes when we start nuxeo, we have to restart it twice or more, because libreoffice is dying ...
  1 votes
  0 answers
  0 comments
  2188 views

Hi ! I want to keep a folder of my local machine syncronized with nuxeo. I know there is the nuxeo drive addon however I am not sure its behavoiur will fit my need. What I want is to upload only the NEW FILES on my local folder TO the nuxeo server. ...
  0 votes
  1 answers
  0 comments
  1937 views

Bonjour, Je souhaiterais créer une tache simple (juste la transition valider pour que l'utilisateur prenne en compte la tache) lors de la création d'un type de document en particulier pour un groupe d'utilisateur prédéfinis. J'ai regarder les ...
  0 votes
  0 answers
  0 comments
  1532 views

I thought that since 5.8 Nuxeo would be using Select2 widgets, but as it appears, this not the case (to me at least). In my instance suggestion widgets are still based on RichFaces, Select2 (as previously stated) is not used anywhere … Is it normal? ...
  0 votes
  1 answers
  4 comments
  1810 views

Hi, On http://demo.nuxeo.com/nuxeo/api/v1/doc Specially : http://demo.nuxeo.com/nuxeo/api/v1/doc#!/path/getDocumentByPath_get_0 We can't to make a request after “workspaces” level because of encoding url. Example GET by Path with docPath : ...
  0 votes
  0 answers
  4 comments
  2606 views

Hi. When we want to access to nuxeo, the login is correct, but it takes an average of more than 5 minutes to be effective. This happens when the number of records in the table ACLR is very big. But sometimes this number os records in the table ACLR ...
  0 votes
  0 answers
  0 comments
  1186 views

Hi, I am no longer able to import images (basic small JPEG file) successfully due to the error dump below .. This used to work and I have already images in the system that preview (and were also imported via drag-and-drop using the same browser) to ...
  0 votes
  3 answers
  4 comments
  6173 views

Hello, We are trialling nuxeo, and have had all sorts of issues especially pertaining to document previewing. In the end, we went back and obtained the VM (5.8 LTS) .. But just as we are about to start testing with that platform, we find that our ...
  1 votes
  2 answers
  3 comments
  5208 views

The DemoData script 00-DownloadAndSetUpFullNuxeoDemo.sh as can be found on GitHub: https://github.com/nuxeo/presales-vmdemo/wiki/Create-a-demo-from-one-of-Nuxeo-generic-demo-datasets is in more than one way troublesome. It does not work on the VMs ...
  0 votes
  1 answers
  1 comments
  2395 views

Hi there (again :-) ), I want to check if a session is active by checking the JSESSIONID. Does nuxeo have a get request which can check this? *EDIT I would like to have something like this: GET ...
  0 votes
  1 answers
  0 comments
  2084 views

hi, On the hotfix Nuxeo 5.6.0-HF30, you added new facets “MasterPublishSpace” and “PublishSpace” to document type “SectionRoot” and “Section”, I find the idea very well but you should say before installation in production. Because I redefined these ...
  2 votes
  1 answers
  2 comments
  2067 views

Hi There, Currently I'm trying to do a ajax call from a.domain.com (a website) to b.domain.com (nuxeo). In order to do this I extended the CORS with the following extension: <?xml version="1.0"?> <component ...
  0 votes
  1 answers
  4 comments
  2017 views

Hello, I would like to add a header in the document management pages. By header I mean a new DIV positionned above the table containing the “headers” views (Nuxeo DM logo (Galaxy Theme) / Nuxeo header / nuxeo5 includes). The main idea is to append a ...
  0 votes
  3 answers
  7 comments
  2609 views

Hi, I want to use Nuxeo with openam (access management solution). So i use PROXY_AUTH plugin. If i modify index.jsp and add out.print(request.getHeader(“ssouser”)), i can see my user id. But after redirection to nxstartup.faces, i have this message ...
  1 votes
  2 answers
  0 comments
  3315 views