content-management-platform
Hello, in our project we have a set of new document types with a property 'assignee'. The documents can be assigned to a user or a user group which means that the user/group will be responsible to work on the specified documents. Now I am trying to ...
0 votes
1 answers
1 comments
4506 views
I used the instructions to get Nuxeo 5.5 source code from Github ( http://doc.nuxeo.com/display/CORG/Getting+the+Nuxeo+source+code ) : I installed Git client I ran the following commands : git clone git://github.com/nuxeo/nuxeo.git cd nuxeo git ...
0 votes
2 answers
3 comments
2219 views
Hi, I have defined a custom probe that takes 2 minutes to complete (it checks some webservices). When the probe is executing there is not “in progress” message or similar so you can't know if its running. Also, while the probe is running, the “run ...
0 votes
0 answers
0 comments
1470 views
The JBPM source readme makes reference to a JBPM template used to configure JPBM in 5.6. I followed the instructions to build the package (no problems), but I don't see the JBPM template directory to copy into $NUXEO_HOME/templates/ as stated in the ...
0 votes
1 answers
1 comments
1586 views
I am in the process of testing the upgrade of a big data set from 5.3.2 to 5.6. The data migration went smoothly, the app loads with customizations, and most everything works as expected. However, I have noticed that the paging control isn't always ...
0 votes
2 answers
4 comments
1884 views
What is the best way to disable Content Routing in 5.6? thx, Bruce.
2 votes
1 answers
1 comments
1237 views
Ansible (ansible.github.com) is a lightweight configuration management and deployment tool written in Python that appears useful for managing a cluster of Nuxeo servers. As Nuxeo moves to the cloud, a tool like this to assist Nuxeo and its customers ...
2 votes
0 answers
0 comments
3025 views
What is the best practice for validating metadata properties on a CMIS document create/update. For example, say I want to ensure that the dublincore metadata property values for nature, topic, coverage, subject, etc. belong to the list of possible ...
0 votes
0 answers
0 comments
1854 views
Hi, i am new to the Nuxeo Platform, i installed the defualt installation over Windows 7 Pro 64BIT OS (just for testing Nuxeo), i configured the SMTP server and user/pass of my ISP, i checked the credentials and all are correct and working, when i ...
0 votes
0 answers
0 comments
1572 views
Since the update to 5.6, all of my documents are gone. They still remains in my postgres database but nuxeo doesn't seem to link with. I see in server.log that it try to link to the derby database. The conf is ok, i re-run the installer wizard and ...
0 votes
1 answers
7 comments
1827 views
Some of the command-line Nuxeo marketplace package management operations are only available when Nuxeo is not running. When Nuxeo is running, these operations return: Cannot execute command. A server is running with process ID However, these same ...
0 votes
1 answers
3 comments
2915 views
I would like to calculate and set a custom Java option during Nuxeo startup via shell scripting. Would it make sense for nuxeoctl to support a call out to an optional setenv.sh script much like Tomcat does for this purpose? I could wrap nuxeoctl ...
0 votes
0 answers
0 comments
1734 views
Hi, due to some false positives from a vulnerability scanner in regard to the Windows SharePoint support, I would be glad to know, if i could disable Nuxeo's Windows SharePoint support. see: http://localhost:8080/nuxeo/_vti_inf.html Regards Edgar
0 votes
1 answers
1 comments
1847 views
Hi, I want to create a purge of deleted documents for more than 2 months after the last modification date. Can we write a NXQL query like this : SELECT * FROM Document WHERE ecm: currentLifeCycleState = 'deleted' AND (dc: modified + INTERVAL '2 ...
0 votes
1 answers
1 comments
2594 views
We have to run Nuxeo with db.user and db.password having no table creation rights and we have successfully configured nuxeo but we have to do the following steps: Start nuxeo with db.user and db.password having table creation rights. (This step ...
0 votes
2 answers
2 comments
3394 views