document-management
I have an automation chain that assigns workflow approval task to users. When the user goes to the assigned tasks to process it, a null value is appearing in the task description. null: This task is assigned to Reviewer Due date: Approve Is this a ...
0 votes
0 answers
3 comments
1781 views
I followed the instructions on creating an Amazon AWS Cloud. The process completed successfully but the Nuxeo instance was not accessible at the provided URL. In connecting to the server, it appears that Nuxeo was not installed - I could find no ...
0 votes
2 answers
0 comments
1779 views
Here's our use case: We have two different direction department with two workspaces managed and accessible only by the associated department. I.E. workspace1 is only accessible by department1 and workspace2 is only accessible by department2. ...
0 votes
0 answers
1 comments
5308 views
I have some chm help documents to convert to pdf, is there some effieicent ways?
0 votes
0 answers
1 comments
879 views
We are having an issue creating nuxeo session using the automation client. We start the client at system startup and create and close sessions as and when required. We have a users configured in sql server. We create a session and then set the ...
0 votes
0 answers
3 comments
1894 views
Hi all, Recently i did a nuxeo upgrade from 5.3.2(h2/derby) to 5.5(postgres), everything works fine in 5.5 except the HISTORY.In archived versions when i click an old version to Restore i am getting the following error. Exception: ...
0 votes
0 answers
3 comments
1876 views
Do current v5.5 document lifecycles need to be changed to work with the new v5.6 workflow engine?
0 votes
1 answers
2 comments
2153 views
I am using Nuxeo 5.6 RC2 for document templating. I made a custom schema to use the variables in document template. I did the following: Created a custom schema,“template” with prefix “tem” and registered. < extension ...
0 votes
1 answers
1 comments
1878 views
Hi at all, I have a problem with nuxeo automation client used for adding new documents… When i add new documents with blob attached (like in the example: http://doc.nuxeo.com/display/NXDOC/Using+Nuxeo+Automation+Client ) i can't see new documents ...
0 votes
1 answers
2 comments
2254 views
Hello everybody, I just installed Nuxeo 5.6 RC3, but the Diff functionnality does not seem to be activated : I have no button “Compare” or something like that How to activate it ? Thank you
0 votes
1 answers
1 comments
1608 views
Using the Change Tab automation action with HOME_TAB as the parameter I get the following error message; ERROR [org.nuxeo.ecm.platform.ui.web.api.TabActionsSelection] Cannot set current tab with id 'HOME_TAB': action does not exist. The home tab ...
0 votes
1 answers
5 comments
2574 views
Hi @ all, I'm tring to create a document with name like “abc / 2323” with following code: nuxeosession.newRequest("Document.Create").setInput(new PathRef(pathtoworkspace)).set("type", "File").set("name", namewithslash).set("properties", ...
0 votes
0 answers
0 comments
2476 views
Hi all, I wonder if it is possible to place the comments entered for a file in the archives when performing an version update ? ==> The comments would be “reseted” for each minor / major upgrade, and one could find them on the History tab / ...
0 votes
1 answers
0 comments
1671 views
Hi, We are using automation client to access nuxeo from our java project. As session creation take a couple of seconds, we thought about creating session for the first time for each user and then caching it using couchbase chache tool for subsequent ...
0 votes
1 answers
0 comments
2013 views
Hi All, I am running nuxeo5.3.2 in a debian with default database(h2). I tried to upgrade nuxeo to 5.5 with postgresql as a database, but didn't succeed!!! Can anybody tell me how can i take sql dump from h2 or a way to upgrade from 5.3 to 5.5. Hope ...
0 votes
2 answers
4 comments
1945 views