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
Hi My name is Giancarlo. Me and some other collegues are working with Nuxeo DM 5.5. in order to implement / evaluate a solution for one of our client. We have installed PostgreSql 9.1 on one machine, and Nuxeo DM on another machine under Linux / ...
1 votes
0 answers
0 comments
2335 views
I want to require a field to be filled in the edit mode but only if and when a specific life cycle state is the current state. If I check the required button the field is required even if it is not displayed in edit mode. I already have conditional ...
1 votes
1 answers
0 comments
2816 views
More specifically, how do I differentiate between the immediate parent and the parent of the parent(grandparent) when using the JAVA code below? DocumentModel x = session.getParentDocument( input.getParentRef()); where session is the injected ...
0 votes
1 answers
1 comments
3632 views
Out of the box, Nuxeo default to 20 items per display page. Users can change that to 50 maximum. I want to remove pagination at all. Or set items/page to very high number (eg 100000) by default What need to be changed for that ?
0 votes
2 answers
3 comments
5075 views
We need a file server with versioning control, Nuxeo DM should be the right option, but how to map workspace to be a Windows share folder to make file operation more convenient, thanks
0 votes
1 answers
1 comments
1419 views
I need to make an change to a document schema after the fact. The more particular case is that I need to extract data that is common to 2 schemas and put it in its own schema. I have only a vague idea how you can do that on a system that has already ...
0 votes
2 answers
0 comments
3430 views
I am using Nuxeo DM 5.5 with default derby db. How can I see in Derby DB the documents I have created? I am using SQuirreL SQL Client and the documentsLists table is empty.
0 votes
2 answers
0 comments
1906 views
Hello, I am using nuxeo 5.5 tomcat version. At the end of each page there is a message that says “This Nuxeo instance is not registered to Nuxeo Connect: you won't be able to get the most recent fixes and stay up to date …” I already registered to ...
0 votes
1 answers
2 comments
2294 views
Hi we are evaluating nuxeo for converting an existing application, but have hit a problem in how document types are defined. It seems that we have to fix the fields of schemas used in a document type. What we need to be able to do is to create a ...
0 votes
1 answers
0 comments
3420 views
When I try to set a context variable using: Context[“RECIPETYPE”] = “@{Document.type}“; I get the error below. If I use Context[“RECIPETYPE”] = “ThisIsATestString”; everything downstream from this script line works ok. Error log output: 2012-04-09 ...
0 votes
1 answers
1 comments
2808 views
I have to implement tab menu with closable tabs. One of the solutions is to add tab menu in the main template and keep set of different links to each tab content in session scope. But that solution does not allow to keep client-side actions/changes ...
0 votes
0 answers
1 comments
1259 views
Hi, We are using nuxeo-dm-5.3.1(jboss). With the use of Java and Flex technologies we create ear and war file and then put it into nuxeo. After starting server application is working fine. I have problem with two different nuxeo login pages Once i ...
0 votes
1 answers
1 comments
3931 views
I get the following error when several event handlers are called in succesion: See post: Firing even handlers when structured templates are used to create document? for background here is the error log. 2012-04-06 13:27:57,152 WARN ...
0 votes
1 answers
0 comments
1960 views
How can I get a single event handler/automation chain to fire correctly when multiple documents are created concurrently using a structured template? Background: My application has several documents which are created inside a folderish document via ...
0 votes
0 answers
0 comments
2050 views
Hi, I have implemented a Nuxeo 5.5 Document Management system wherein the users are be authenticated via AD -> LDAP into the members list. I then create SQL based groups and push the users into the different groups (hierarchial). During a ...
0 votes
1 answers
0 comments
2565 views