document-management
Hi there, I'm brand new to Nuxeo, currently evaluating it to create and maintain a local repository of all the third-party software components that are necessary to deploy our own software solution. This means some large binaries like RedHat 6.3, ...
0 votes
3 answers
0 comments
2012 views
Hello, I try to build a content view for a adavnced search http://doc.nuxeo.com/display/Studio/Configure+a+domain+specific+advanced+search but when, for example, I make a search on the title, the only operator is “LIKE” ou “=” but how configure the ...
0 votes
1 answers
1 comments
1635 views
Hi, I'm trying to get Nuxeo working with our Active Directory. I've succeeded in binding them, but whenever I try to login it always returns:'Invalid username or password' no matter what fields I'm mapping (or so it looks). Log shows only: 'Login ...
1 votes
1 answers
5 comments
2349 views
Hello, Working under Ubuntu on 32bits, if i import a file in mime Iso of 435Mo, the process is ending with this error: « The format is not supported for this type of document» Indeed , no mime iso was found in ...
1 votes
2 answers
0 comments
1805 views
Dear: I made several tests with different files. PDF and some are not recognized, ie not done reading the content of the document. PDF For example, the file “booklet-ifrs” that attached to the application created appears GRAPHICS MANAGER ...
0 votes
0 answers
0 comments
1496 views
Hi; Any one can help me i have problem with nuxeo flex connector… i downloaded nuxeo-5.4.2 with jboss server and i did configuration in nuxeo.conf file deployed nuxeo-platform-ui-flex-server-connector-1.1-5.4.2.jar in plugins folder and copy ...
0 votes
1 answers
0 comments
1891 views
Hello, I search ti use nuxeo-template-rendering-6.0.1 with my custom document type. But, when I put the content widget in my custom document type, I doesn't have the choice to use a template document. It work with a document type like file but not ...
0 votes
3 answers
2 comments
2087 views
Hi, I cannot retrieve the application context when my file importer is launched through the drag and drop … and thus cannot print my message through FacesMessages. What is the way to give some feedback to the user, then? Tx Patrick
0 votes
1 answers
0 comments
1911 views
Downloaded windows installer version Nuxeo 5.7.1 and installed. I uploaded one office word document and then tried to preview it by right click and select preview button. preview unable to display and shows below error message. ...
0 votes
1 answers
0 comments
2047 views
Hi, How do I download an image file using the php client? I tried something like this: $answer = $this->session->NewRequest(“Blob.Get”)->Set('input', 'doc:' . $path)->SendRequest(); header('Content-Description: File Transfer'); ...
0 votes
1 answers
0 comments
2064 views
I create a new document Type called calcul1 with field1 type double with field2 type double in the scheme I create an other field named total In the edit form I create a button called add which sould add field1 + field2 when total is declared as ...
0 votes
2 answers
0 comments
4226 views
i am new to Nuxeo DM, installed Nuxeo 5.6 on my machine. I have prior experience with other EDMS tools. now i am trying to compare the features with nuxeo. I am trying to create a new custom document type and metadata. i can see that is possible by ...
0 votes
1 answers
2 comments
2907 views
Hi, I've got a plugin for file importation, whose configuration (execution) I'd like to update dynamically. How can I access to the plugin? Will Framework.getService( Tx Patrick
0 votes
0 answers
2 comments
1362 views
Hi, I would like to use my own Bean instead of FileManageActionsBean, in create_file.xhtml. I get the error “Target Unreachable” What should I do to get through this? Tx Patrick
0 votes
1 answers
1 comments
1336 views
Hi, I developed a plugin for file import and would now like to let the user select some import options. By overriding create_file.xhtml (import dialog box), I can let the user select these options. Now, is there a way to pass this information to the ...
0 votes
1 answers
1 comments
1665 views
Hi, Windows 2008 Nuxeo 5.6 This happen suddenly after I did a Windows Update and restarted the server. I cannot login to Nuxeo using the correct ID and password. If I use a wrong password, it still will detect and display a wrong password message. I ...
1 votes
3 answers
7 comments
5742 views
Bonjour, alors voila j'aimerais avoir de l'aide afin d'installer l'import de masse avec le module Bulk importer present sur le market place. Je n'arrive pas a le configurer
0 votes
1 answers
0 comments
1680 views
013-06-12 20:38:10,609 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] Error installing to Real: name=vfsfile:/C:/Ramamoorthy.R/nuxeo_upgrade/test/nuxeo-dm-5.4.1_01-jboss/nuxeo-dm-5.4.1-jboss/server/default/deploy/nuxeo.ear/ ...
0 votes
0 answers
0 comments
4350 views
Hi, In the documentation, I saw the following code: $answer = $session->newRequest(“Blob.Attach”)->set('params', 'document', $path) ->loadBlob($blob, $blobtype) ->sendRequest(); How do I convert a file to a blob? Also, what do I use as ...
0 votes
1 answers
0 comments
1435 views
Hi, I have an question and mainly a problem, how can i import an folder / an tree of folder ?? When I Drag'n'drop, Nuxeo begin an “load”, but the procedure never stop, and folder never been import … Can you say me if it's possible and if yes, how i ...
0 votes
2 answers
0 comments
2682 views
Hello, in nuxeo, my group come from my ldap. They are ok , but I don't know how to get the description of my ldap group; I have the “groupname” ok but not “description” () my file default-ldap-users-directory-config.xml : <extension ...
0 votes
1 answers
0 comments
2779 views
Hi, I have the distribution “nuxeo-cap-5.6-tomcat” installed. I'm on Nuxeo eclipse EDI. I set up an extra workspace for Nuxeo, to avoid any problem when saving preferences. I created a new project using the wizard Nuxeo plugin project. In this ...
0 votes
2 answers
0 comments
2031 views
Hi, Every time I try to do something like Document root = (Document) session.newRequest(“Document.Fetch”).set( "value", "/default-domain/uploads/bob/").execute(); I get an error. Caused by: ...
0 votes
0 answers
0 comments
2027 views
Hello, If i want to send a message from outlook (2007) to Nuxeo DM 5.6.0, i have this error System.ArgumentException: Object Id must be set! à DotCMIS.Client.Impl.Session.GetObject(String objectId, IOperationContext context) à ...
0 votes
1 answers
0 comments
1627 views
Hi, I implemented a plugin to listen to DocumentImported events, through the Nuxeo Eclipse EDI. It worked (as for the logs, I had to use at least log.error(“…“) to get a message! :-/) Now, I did exactly the same, but with another package (because I ...
0 votes
0 answers
0 comments
1666 views
Hi i have Configure Nuxeo In eclipse so i have now three things 1- Extension Points 2- Services 3- Components but i dont know How to use these things,or How to use Nuxeo I want to create My own Application Using Nuxeo. Can you suggest me somethings ...
0 votes
0 answers
0 comments
1167 views
Hi , i made a project Vault from nuxeo Studio , and download it As jar now i dont have any idea How i use this jar.. Please Give me some Guide for using this jar . i have read.. http://doc.nuxeo.com/display/Studio/Deploy+your+plugin+manually . but ...
0 votes
0 answers
0 comments
1511 views
Hi, Is it possible to serialize org.nuxeo.ecm.automation.client.Session? I'm using the automation client and need to store the org.nuxeo.ecm.automation.client.Session. The only way to store this, is within my local session, which can only store ...
0 votes
0 answers
0 comments
1488 views
Hi, i want to create my own Web application and want to use Nuxeo Document management, How it is possible? and what i have to do? Plese Explain Step By Step, i have already configure Nuxeo Sdk and Nuxeo platform in eclipse..
0 votes
3 answers
1 comments
1602 views
Hi, I would like to apply a specific treatment to some kinds of files when imported. But this treatment is optional, and the user should choose whether to apply it or not. Thus, i would like to add 1-2 checkboxe(s) in the dialog box where the user ...
0 votes
1 answers
2 comments
1491 views
Hi, I'm new to Nuxeo, and I'm searching to implement a Nuxeo bundle for Nuxeo DM. As I read that there were changes in the way it was handled after the version 5.4 , I decided to implement the bundle in Nuxeo 5.6 instead. I tried out Nuxeo Studio, ...
0 votes
0 answers
0 comments
1638 views
Hello Nuxeo people, I'm using the studio and in this case i'm focussed on the Content Model -> Structure Templates functionality. My problem is if i want to create a document with a ' in it (for instance “L'école …“) i have to pass my document ...
0 votes
1 answers
0 comments
1155 views
Hi, I've setup the Nuxeo SDK and am exploring its features. When it is setup, it uses a H2/Derby databse by default. How do I switch to Postgres properly? I tried changing it to Postgres, with the correct database settings. However, when I restarted ...
0 votes
0 answers
2 comments
1597 views
Hi, Is it possible to create a user and manage their groups and permissions programatically? Thanks
0 votes
1 answers
0 comments
4678 views
Hello, We are using Nuxeo DM 5.6 HF18 with Oracle. When calling the operation “Blob.attach” via client automation, the file's content is not fulltext indexed (the column BINARYTEXT is empty for the corresponding row in FullText table) The problem ...
0 votes
0 answers
2 comments
1405 views
Hi First post here, hope anyone can help me, many thanks in advance! I have installed Nuxeo 5.6 at Debian Squeeze 6.0.7 and I'm having problems to preview Word and Excel documents. Every time I try, get this error: Preview can not be generated for ...
0 votes
1 answers
7 comments
5671 views
Hi, Is it possible to assign/start a workflow programatically on a document (using Java)?
0 votes
1 answers
0 comments
1566 views
Hi, I'm trying to create a JAX-RS service to hand file uploads. I'm using the code from http://puspendu.wordpress.com/2012/08/23/restful-webservice-file-upload-with-jersey/ . However, when I upload a file, I get the following error: A message body ...
0 votes
1 answers
0 comments
2558 views
Hi, I'm trying the last version Nuxeo drive 1.02 and it's work fine. But I can't change the URL Nuxeo Server in the Nuxeo Drive Authentication in the windows client: nuxeo-drive-1.2013.0503-win32.msi How can i do and where Nuxeo drive stock this ...
0 votes
1 answers
2 comments
1984 views
Hi, Is it possible to attach a file to a document by sending a POST request to http://localhost:8080/nuxeo/restAPI/default/07e47804-db53-4598-8a0a-427749c6e762/file/upload, where '07e47804-db53-4598-8a0a-427749c6e762' is the docid and 'file' is what ...
0 votes
1 answers
0 comments
4077 views
Hi, Recently, we found several problems with the images inserted in a note in Nuxeo 5.6 (perhaps ever) First problem When an image is inserted into a note already registered, we have a window with the message “The paper must be created before ...
0 votes
0 answers
0 comments
1801 views
Does anyone have ever made a nuxeo-dm instance work behind a lemonldap-ng sso portal ? i found documentation about the nuxeo-dm part, but dont know how to set up lemonldap-ng to go to nuxeo with the secret. Can anyone help me ?
1 votes
1 answers
3 comments
1941 views
Hi, the preview tab is no present in 5.5. i read a post that tells to use XML contribution to modify the header of the document but i don' t find it. my Os is debian 64 bits. Thanks
0 votes
1 answers
0 comments
1285 views
Hello, Followinfg this post: http://answers.nuxeo.com/questions/33/changing-the-transaction-timeout I've just updated the transaction timeout value in nuxeo.conf but when i try to upload a test file of 500 mo with a drag and drop I get a “request ...
0 votes
1 answers
1 comments
4182 views
When attempting to edit the content of a document, I'm unable to have a successful upload of the file. This occurs any time a document has already been created and I am aattempting to edit it. Currently, I have my document set up with the following ...
0 votes
0 answers
0 comments
1541 views
I have been told that Nuxeo does NOT store multiple copies of the same document, and just uses links. I understand that Nuxeo VCS has a duplication checker. We are using Nuxeo as the DM, with a PostGres DB running on Amazon cloud and using Amazon S3 ...
0 votes
1 answers
0 comments
7977 views
Floating point is right out. Should it be a string value with validation? Does anyone have a good recipe for this?
0 votes
1 answers
1 comments
1223 views
Hi, I am using Nuxeo DM 5.6 and I am trying to set up multiple repositories in Nuxeo. I create a copy of “default-repository-config.xml.nxftl” and create “custom-repository-config.xml.nxftl” , and add a extension point to refer to the new repository ...
0 votes
2 answers
2 comments
3117 views
Hello, I have quite a big issue with my Nuxeo instance: I have a document in version 1.0 When I execute a simple workflow (which chage the State) on this document, the version goes to 1.0+ When I publish this document, it is published with the ...
0 votes
0 answers
0 comments
1514 views
Bonjour, sur mon serveur de test, ma schéma (créé avec studio) fonctionne très bien, mais sur mon serveur de pré-production, après de multiples mise à jour et redémarrages, je n'arrive pas utiliser un type de document pointant sur un schéma qui ...
0 votes
2 answers
7 comments
2169 views