content-management-platform
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
4040 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
2140 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
2009 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
2964 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
6083 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
1558 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
2245 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
2118 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
2172 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
1642 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
2202 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
1587 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
1769 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
1673 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
3637 views