document-management
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
Hi, I have searched in the forum and answers however not been able to find anything that could help me. I am a newbie and your help will be greatly appreciated. I have implemented Nuxeo 5.5 Document Management. Within the DM, the document life cyle ...
1 votes
1 answers
6 comments
4937 views
When I create a new document type based on 'File' it inherits the schema 'uid'. What is the meaning of the field 'uid' within the schema 'uid'? Can I set the uid programmatically when creating a new document or is that field maintained by Nuxeo DM ...
0 votes
1 answers
0 comments
2343 views
My project is Java 5 compliant. I am using Nuxeo Automation client 5.5 jar which is compiled with jdk 6. I get the following exception: java.lang.UnsupportedClassVersionError: (org/nuxeo/ecm/automation/client/model/Document) bad major version at ...
0 votes
1 answers
2 comments
2031 views
I want to use Nuxeo DM on JBoss and just found the two following Nuxeo 5.5 packages: http://community.nuxeo.com/static/releases/nuxeo-5.5/nuxeo-cap-5.5-jboss-ear.zip http://community.nuxeo.com/static/releases/nuxeo-5.5/nuxeo-dm-5.5-jboss-ear.zip ...
0 votes
1 answers
0 comments
1691 views
Is there a way to write a contribution in order to remove all the tags feature (adding tag, searching for tag and navigating by tags)? Would removing the following files accomplish the desired effect? nuxeo-platform-tag-api-5.5.jar ...
0 votes
1 answers
1 comments
2435 views
I've done the following query two ways: Using parent/child in Studio. Using NXQL query in Studio and get the same error. Here is the NXQL. SELECT * FROM Document WHERE ecm:isCheckedInVersion = 0 AND ecm:parentId = '@{Context[“TRAVELERID”]}' AND ...
0 votes
1 answers
3 comments
2104 views
Nuxeo with open ldap worked fine having accounts at say for example ou=people,dc=united,dc=com and users under that. We tried to switch to Active Directory now where the accounts are at u=users,ou=united,ou=Customers,dc=cust,dc=jeppsvc,dc=com by ...
0 votes
2 answers
2 comments
2166 views
Hi, I created one authenticator plugin. After that, I add the authenticator plugin to the authentication chain. I add the plugin into plugin folder and xml into config folder. After restart nuxeo-jboss-5.3.1, The Logs shows 15:46:01,164 ERROR ...
0 votes
1 answers
2 comments
2608 views
How can I force content view cache refreshing when I change tab? Is this possible?
2 votes
0 answers
0 comments
2167 views
I have 2 users i.e John and Ana. I want to provide access rights to both of them such that: John can only see the Home, Document Managaement Tab. Ana can only see the Home, Admin Center Tab. is it possible to do this via extension points? Please help
0 votes
1 answers
0 comments
2364 views
Hello, I wanna create a simple workflow designer in nuxeo. An user can create his own workflow using this graphic interface. Is it possible? What should I do? Thx!
0 votes
1 answers
2 comments
1659 views
I am using studio on version 5.5. I want to update a document life cycle state to 'approved' but do not want to use the Document > Follow Life Cycle Transition operation to achieve this. I assume I can use the Document > Update Properties ...
0 votes
2 answers
1 comments
6111 views
Hello, Using Nuxeo DM 5.3.1(JBoss), I've got an error message when i try to give access to a particular group. There are 5 groups(Administrator, country, zone, members, designers), I assigned rights for 4 groups. its saved and working fine. But in ...
0 votes
0 answers
2 comments
2389 views
I have to create a webengine project. How i will use JSF in Nuxeo WebEngine Project? Give me complete Directory structure Nuxeo WebEngine Project showing where i am putting XHTML files?
0 votes
1 answers
0 comments
1553 views
I would to know if there is any way that nuxeo upload the files placed in a specific folder. Thanks.
0 votes
2 answers
1 comments
2301 views
The nuxeo to download, is a preliminary record, ask: After the software installation and operation of the same, and all files are nuxeo workspaces raised in connection with this file? I can be attached data folder in another sign?
0 votes
0 answers
3 comments
1229 views
I have uploaded a PDF file. But when I try to preview it, I can't see the text, only the formatting (lines for instance). Is there anything I should check (any2pdf)?
0 votes
1 answers
3 comments
2173 views
HOW DO I RECOVER A WORKSPACE? BACK UP THERE WORKSPACE.
0 votes
1 answers
1 comments
1467 views
A short use-case about what I would like to accomplish and I'm not sure if it is possible and how to do it. Let's assume I create a new document: I would start by filling in the metadata and selecting a (odf) document in nuxeo to be used as a ...
0 votes
1 answers
0 comments
2192 views
Is there an operation that allow to visualize a page or a tab? I would like to create a chain that first acquires a lock (Document.Lock) and then visualizes the edit tab for the document.
0 votes
1 answers
1 comments
1937 views
When I open a document using WebDAV, generally the system locks it. This seems to work perfectly with Office and OpenOffice documents… However with .txt and .pdf there's a problem. These type of files are not locked when they are opened with WebDAV: ...
1 votes
2 answers
2 comments
2830 views
I'm have Nuxeo 5.5 under Ubuntu Server 11.10 installed via apt-get. I'm trying to use the nxshell.sh but I can't find it. Where is this script? or I have to install a previous version? Thanks
0 votes
1 answers
0 comments
1993 views
Hi, Can i compare the username field value with one string value(like Administrator) in login.jsp? How can i compare the username value with one string in this code? If its equal means pass the value for authentication else i have to set username ...
0 votes
1 answers
10 comments
2653 views
Bonjour, Les utilisateurs de mon parc ont un problème avec WebDav dans Nuxeo 5.5 (également dans Nuxeo 5.4.2). Nous utilisons régulièrement WebDav pour accéder aux fichiers et de nombreux documents sont amenés à être utilisé en simultanée. Nous ...
0 votes
0 answers
5 comments
2175 views
I am on application version 5.5 and want to use studio to configure a list view for documents that includes a download icon to the right of the document title. I can get something close to what I want out of the box by: setting up a custom content ...
0 votes
1 answers
0 comments
1935 views
I want to remove the Faceted Search tab from the document management screen. I am on version 5.5 in the cloud and using only studio for customisation as I am not an experienced user. I tried adding the following under XML extensions in studio but it ...
1 votes
1 answers
2 comments
2065 views
I noticed something strange and I'm wondering if it is a bug or if there is a solution: in TAB_VERSIONS, you can see, restore and delete versions. However, one of those version is the official one. When I delete the official one, I would expect that ...
0 votes
1 answers
1 comments
1874 views
This question was initially asked, here . I've a question related to the failing initialization of the newly added repository described above: Can this repository be safely used? I ask this because it seems to be possible to import documents to the ...
0 votes
0 answers
1 comments
1535 views
What is the best way to allow the navigation, work-list and clipboard to be dynamically enabled and disabled by username or group?
0 votes
2 answers
2 comments
2133 views
I have a content view with the following query ecm:mixinType != 'HiddenInNavigation' AND ecm:isCheckedInVersion = 0 AND ecm:currentLifeCycleState != 'deleted' and ecm:parentId=? AND ecm:primaryType =? and as query parameters {currentDocument.id} ...
0 votes
0 answers
0 comments
1835 views