document-management
In Nuxeo the main way to do searches is through NXQL, the Nuxeo Query Language, a SQL-like query language. Is it possible to use plain SQL lanaguage instead of NXQL,so that i dont need to do Complex property references(i.e dc:title,dc:subjects etc) ...
1 votes
1 answers
0 comments
1757 views
I have installed Nuxeo on a Windows 7 system. After the installation the nuxeo control panel opens and after start of ther server the broser window (Firefox) opens with the loging window. When entering the default user and password (Administrator / ...
0 votes
1 answers
0 comments
8155 views
Hi, I now almost finish my journey to upgrade Nuxeo from version 5.1 to 5.5. However, my user notice a little change in version 5.5 search result listing: the column “Description” is no longer available. This is critical in their work. How can I ...
1 votes
3 answers
7 comments
4234 views
// Get The Root Document root = (Document) session.newRequest("Document.Fetch").set( "value", "/").execute();
// Create a File Document
session.newRequest("Document.Create").setInput(root).set("type", "File").set( "name", "myfile").set("properties", ...
1 votes
0 answers
2 comments
1759 views
Essentially, if you have a vocabulary with 'foo' and 'bar', for example, searching for either of those in the top search box won't turn up any documents that have that vocabulary term applied to them, in the case of our custom vocabularies. Is there ...
0 votes
0 answers
2 comments
1562 views
Hello, I am trying to execute the example on Nuxeo Automation Client in Java given on the link http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client. As described in the instructions, I'm using the resources that follow: ...
0 votes
1 answers
0 comments
5632 views
Hi all, We are using Nuxeo DM 5.5 with PostgreSQL 8.4.and we have a singular (almost for us) behavior of the system. For long period of time Nuxeo works well, we are able to insert, upload delete document and so on. Then after a several operation ...
0 votes
1 answers
13 comments
2198 views
Hello all, I'm using Nuxeo 5.5 with drag and drop browser extension (IE 8.0). Problem occurs when I put large size files (more then 30MB - single file). It seems that drag and drop extension cannot complete uploading process. I've also tried with ...
0 votes
0 answers
3 comments
2196 views
I have the following custom EL expression in a user Action: ${layoutValue.currentLifeCycleState != 'SupRequest1' && layoutValue.currentLifeCycleState != 'SupRequest2' && layoutValue.currentLifeCycleState != 'Pause'} I have two ...
0 votes
3 answers
2 comments
3102 views
Good Afternoon, Nuxeo EP 5.5 is support replication jobs or not? Thanks a lot.
0 votes
0 answers
0 comments
987 views
Hi Gentlement, We have create a java client to interface Nuxeo via HttpAutomationClient. All the operations we have developed work fine, but we have noted that the client do not close the http connection after the client.shutdown(); We have noted ...
0 votes
1 answers
0 comments
1916 views
Hi, I try to make a CMIS connection from Liferay 6.1.0 to Nuxeo 5.5 In the control Panel of Liferay I selected “Documents and Media”, “Add”, “Repository” and filled “Name”, “Description”, Repository Type: CMIS Repository (AtomPub), AtomPub URL: ...
0 votes
2 answers
8 comments
2490 views
In the initial setup of a document archive, we have many documents that are already in publishable form, and it is tedious to go through all the steps of approving (so that it isn't listed in “Project” state) and publishing each document ...
0 votes
1 answers
2 comments
2732 views
Has any thought been put to allowing document types to be specified at runtime, instead of just via xml files in deployed jars? Thanks, Sean
1 votes
1 answers
1 comments
1393 views
Hello, I use Nuxeo DM free edition and I have a problem for manage users. I have already create some users but now (since som days) I can't add or delete user. In fact, I haven't button “add” or “delete” in users and groups section.
0 votes
1 answers
7 comments
7103 views