document-management
I want to fetch different form field values before hitting the save button, so that i can do some validations. I know that we can bind a Validator to a form field, but how can i get different form field values in this validator method? ie. i have ...
0 votes
1 answers
1 comments
2568 views
Hi everyone, This is the re-wording of a previous post (hopefully this one will get more attention :-) Is it possible to obtain a list of all the preview url's of a given folder's files? I know it is possible to get all the file names that are in a ...
0 votes
0 answers
0 comments
1533 views
How to set value of a property (which is a chained vocabulary) using DocumentModel.setProperty() API
Hi, Setting the property value (a chained vocabulary) of a document using DocumentModel.setProperty() does not seem to set the value, when the id provided is that of an entry in the child vocabulary. Could you please provide us some sample/api, to ...
0 votes
1 answers
0 comments
3503 views
Hello, I'm working with a new 5.6 instance. After Installing, I only had “Serial Document Review” Under Workflows. I really need to get a Parallel Workflow going for my company, Why isn't it included in 5.6? Also, I've been struggling along with ...
0 votes
1 answers
0 comments
1712 views
Hello, I have a new problem … I use a java plugin for importing a lot of documents. This plugin has been created by another firm and they have forgotten to display an error if the path to copy the document is wrong. So I have documents inserted in ...
0 votes
1 answers
1 comments
2413 views
We have problem regarding import of a SSL certificate (.pfx). For import of the certificate, we are using org.nuxeo.ecm.directory.api.DirectoryService and org.nuxeo.ecm.core.api.DocumentModel packages, further using: certificate = ...
0 votes
1 answers
0 comments
1612 views
I have been testing Nuxeo's full text search. When I enter my name (example: Karl) into the search box in the upper right and push Search I get the following Suggestion Error Exception . This error seems to occur, regardless of the entry in the ...
0 votes
0 answers
1 comments
1942 views
Hi, Im using Nuxeo 5.6 and when i start the serials document review proces in de summary tab of a file, the workflow tab appears. But when i click on it, it gives me an unexpected error: 'No current task defined' I can see that the Task of the ...
0 votes
1 answers
0 comments
1660 views
Hello everyone, I get this when login onto my Nuxeo with Firefox : Your browser sent a request that this server could not understand But Nuxeo works fine with Internet Explorer and Chrome. I use Windows 7, 64, as a client and Nuxeo is on a WWW ...
0 votes
1 answers
3 comments
2598 views
How to import Nuxeo document Management from linux to a windows Server. ?
0 votes
1 answers
2 comments
2061 views
I have emails (Microsoft .msg format) that have been placed in Nuxeo via WebDAV. Question: What are the options to view those emails using Nuxeo's “standard” (JSF) interface?
0 votes
0 answers
0 comments
2026 views
Hi All, Has anyone observed this problem and can determine what is going on here? In Nuxeo DM 5.5 I have imported an ODT document created with LibreOffice 3.4.6. The document features a commercial font family I have purchased from fonts.com (the Sun ...
0 votes
0 answers
1 comments
2359 views
My workplace requires that we prevent users from downloading the documents or the PDFs. We need a way to force users to only view/edit content directly in the Nuxeo interface. The first thing I want to do is completely remove the download and PDF ...
0 votes
1 answers
6 comments
1603 views
Hello everyone, I'm actually playing with directories and table references. I have no problem with “basic” use of tableReference. My problem is that i would like to add some additional information in the reference table. Let's take an example with ...
0 votes
1 answers
1 comments
1906 views
I generated my own template using the factoryBinding point from the org.nuxeo.ecm.platform.content.template.service.ContentTemplateService. I required to see if my factoryBindings would overwrite the SimpleTemplateFactory, which creates the ...
1 votes
1 answers
3 comments
2135 views
I have a new clean 5.5 install running against a PostgreSQL 9.1 and phrase-based searching is not working. For example if I enter “data migration” (with the double-quotes) I get documents with the words data AND migration no matter where in the ...
1 votes
0 answers
3 comments
1974 views
Uninstallation of Nuxeo 5.6.0-HF02 (nuxeo-5.6.0-HF02-1.0.0) is not possible Some errors were found when checking the package. Uninstall process can not continue. MD5 check failed. File: ...
0 votes
2 answers
4 comments
3574 views
After looking at the serial document workflow in v5.6 it appears if the number of rejects exceeds the number of validates the document is automatically sent to request_update task. Which upon exit, if not cancel, sets the “index” counter to zero. ...
0 votes
0 answers
1 comments
1794 views
Nous souhaitons installer le nuxeo drive en production pour nos utilisateurs. Est-il opérationnel et comment l'implémenter ? merci
0 votes
1 answers
1 comments
1929 views
I have a query in a content view which looks like this: (ecm:mixinType = 'HiddenInNavigation' AND ecm:isCheckedInVersion = 0 AND ecm:currentLifeCycleState != 'deleted') AND ecm:parentId=? AND (ecm:primaryType =? OR ecm:currentLifeCycleState ...
0 votes
1 answers
0 comments
2015 views
We have a running application version using nuxeo with multiple domains. For the upcoming release, we have added a new entry to the structural template so that every domain has a new additional document. It works for new domains that get created but ...
0 votes
1 answers
0 comments
2298 views
Nuxeo provided feature of version control. How we can make version control to increment to major version as default option instead of using skip version option.
0 votes
1 answers
6 comments
2450 views
Is there a way to make Nuxeo CAS plugin handle CAS Logout Request ( so that we get logged out from Nuxeo when logged out from CAS ) ?
2 votes
0 answers
1 comments
2419 views
We have LDAP and SSO ( CAS ). While having correctly defined a defaultAdministratorId in org.nuxeo.ecm.platform.usermanager.VirtualGroups <defaultAdministratorId>uid_of_our_admin</defaultAdministratorId> We keep getting these errors ( we ...
0 votes
1 answers
1 comments
2402 views
I have been able to connect to my Nuxeo server using WebDAV on both Windows and Linux. I see some containers (folderish documents) but not all. It seems the containers I do not see are custom document types which inherit from Folder. Question: Does ...
0 votes
0 answers
3 comments
1844 views
Hi All, I have to import multiple documents in nuxeo. I tried code in link : http://www.nuxeo.com/blog/development/2012/03/monday-dev-heaven-multithreaded-transactional-documents-import-nuxeo/ but it is not behaving as expected, code is not throwing ...
0 votes
0 answers
0 comments
1380 views
hi @ all, I'm tring to add extra data to “File” core DocumentType. To achive this i have created a schema with extra informations. like: <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" ...
2 votes
4 answers
9 comments
4410 views
Hello, I created one custom type but I want to change the declaration of one field to xs:string instead of xs:date. I found this : https://jira.nuxeo.com/browse/NXP-424 but it seems that it doesn't work anymore in nuxeo 5.6. I have always this error ...
0 votes
0 answers
0 comments
1500 views
i am using swing component to give pop up dialog in java class. JOptionPane.showMessageDialog(null,“Hello”); But its not displaying anything. Is there any way in nuxeo to give alert from java class. Thanks
1 votes
2 answers
1 comments
6188 views
Hi All; i am using java as backend and flex as front end database postresql 8.3,server jboss 4.2.3 in jdk1.5 my application run sucessfully now i change jdk1.6 now flex and java cannot connected and localhost:8080/nuxeo cannot loaded. serve error ...
0 votes
0 answers
0 comments
1570 views