content-management-platform
I'm trying to add a new field to groups and a new relationship to a new directory/schema for a MySQL Nuxeo schema, but the new column is never added to the MySql table. I've tried dropping the schema and going through the wizard and now the groups, ...
0 votes
1 answers
0 comments
3983 views
Hello, I recently installed Nuxeo Platform 5.6 and configure its access through a LDAP directory. I have one doubt when I access as Admin to Users and Groups Management since I expect to see on this section the users from Ldap directory. Am I ...
0 votes
2 answers
0 comments
3254 views
I'm playing with a realtime edit framework for Nuxeo, the plan is to have a real time edit button to start a collaborative editing session so I'm locking the document to prevent concurrent changes, besides those made in the session of course. What ...
0 votes
1 answers
0 comments
2273 views
Is Nuxeo 5.6 (with Tomcat 6 distribution) compatible with JDK 7 (Oracle) ? Thanks.
0 votes
1 answers
1 comments
1190 views
The following actions-contrib.xml extension breaks my app and links do not get overwritten. <component name="my.app.actions"> <require>org.nuxeo.ecm.platform.actions</require> <extension ...
0 votes
1 answers
0 comments
2068 views
I am looking to implement a work-around for NXP-10182 by using triggers to maintain several array columns thereby eliminating join overhead. The where clause of the SQLQuery in my SecurityPolicy needs to reference these array columns. Any ...
0 votes
0 answers
0 comments
1558 views
Hi, my first attempt was to adjust the version number in the corresponding dependency of Nuxeo's root pom.xml . But after rebuilding the Nuxeo distribution nothing has changed, i.e. my contribution compiles with the 'old' library version and throws ...
0 votes
1 answers
2 comments
2063 views
Hello, I want override some functions like doPostCreate, or setInitialVersion. i use more documentmodels and lifecycleState customized. Must i use : public class Versioning extends StandardVersioningService{} or an other class ? <service ...
0 votes
1 answers
0 comments
1325 views
I have been using a description of a SQL purge function outlined here as the basis for a SQL function to purge the event log (nxp_logs) by username and date. It appears the example deletes entries in the nxp_log, nxp_logs_extinfo and ...
0 votes
0 answers
0 comments
1946 views
I don't know how to change the binding URL of my nuxeo-drive server.
0 votes
2 answers
0 comments
2121 views
Hi, I'm trying to get partial content of a Document using CMIS (DotCMIS). To do, I'm using IDocument.GetContentStream(objetid,offset,length). When this request is execute to Nuxeo Plateform 5.6, the server return 'Bad Request'. I have already used ...
0 votes
1 answers
0 comments
2397 views
help me, i cant connect. i log in as Administrator/administrator and it cant connect what am i doing wrong?? i´m using windows 7
0 votes
1 answers
0 comments
1344 views
Hello, I'm trying to setup webdav authentication with LDAP on a Nuxeo 5.4.2 instance. I follow these two threads because I get a “Digest authentication failed. Stored HA1 is empty” error : http://forum.nuxeo.com/t/5764/ ...
0 votes
0 answers
0 comments
2742 views
I want my “suggestion box” only finds documents from my current contentView What Can I do?
0 votes
1 answers
0 comments
1844 views
On an instance of 5.6 (running PostgreSQL 9.1) when I perform an advanced search using a phrase, I see the following error message in the server log… Caused by: org.nuxeo.ecm.core.storage.sql.jdbc.QueryMaker$QueryMakerException: Cannot use phrase ...
0 votes
1 answers
3 comments
2028 views