Development
Hi, I have to fetch Blob contents from the documents using Event Listeners for some transformation. I'm using Apache Tika Java API to fetch the contents. Since Tika dependencies are not available in Nuxeo, I've added all tika dependencies into a fat ...
0 votes
0 answers
0 comments
1215 views
nuxeo-cli@1.8.4 and generator-nuxeo@2.8.1 are installed globally (as well as nuxeo@3.7.1 ) When i bootstrap an angular projet, the dependency in package.json for nuxeo javascript client is 1.2.1 instead of expected latest Nuxeo JS client version ...
0 votes
1 answers
0 comments
1524 views
Hi, I would like to restrict the available types on a new document creation inside a specific path. For example, when I'm inside “http://lNuxeo_server/nuxeo/nxpath/default/default-domain/workspaces/test/Revues, i want to display the types document ...
0 votes
1 answers
1 comments
1302 views
Nuxeo Folks - regarding: https://github.com/nuxeo-sandbox/nuxeo-retention I realize this is in the sandbox - but this component has some interesting capabilities for us. In experimenting with it - I've defined an automation action to be taken upon ...
0 votes
1 answers
0 comments
1317 views
Installation of ndrive 3.1.0 or 3.1.1 fails with the message : Cloning https://github.com/nuxeo/nuxeo-drive.git (to revision release-3.1.0) to /tmp/pip-req-build-R7lGAk Complete output from command python setup.py egg_info:
Traceback (most recent ...
0 votes
3 answers
5 comments
1634 views
There is a Relations tab in the JSF UI that allows defining relations between two documents of the repository. It is not yet ported in Web UI, will it be for LTS 2018?
0 votes
2 answers
0 comments
1782 views
Hi, We have an event listener that is triggered by a user action. It runs an operation that changes permission on the asset. We would like to be able to run an operation without giving the users ability to change permission on an asset. The event ...
0 votes
1 answers
0 comments
1411 views
has someone already change locale via the java code ? can you give me a hand to help me to make a function that will change the locale of one user. Thanks
0 votes
0 answers
0 comments
1164 views
Is that possible to use internationalization system (properties files) with FreeMarker and the Web-Engine ? Thanks
0 votes
0 answers
0 comments
1287 views
I'm trying to implement a default versioning policy as follows: On initial document creation - set the version to 1.0 Thereafter - increment the minor version number (1.1, 1.2, …) I have tried various combinations of: ...
<policy id="test" ...
0 votes
1 answers
3 comments
1729 views
Hello All, I would like to use a page provider for my search endpoint. Is it possible to create a page provider without nuxeo studio? If yes, could you please tell me how?
0 votes
0 answers
0 comments
1145 views
I was setting up a password policy (via userManager extension point) on our nuxeo instance and discovered the following behavior: Entering a password that does not match the defined policy, when creating a user via WEB-UI, is resulting in an ...
0 votes
1 answers
0 comments
1353 views
Our unit tests use the use the in-memory key/value store. We would like to run the same tests from the command line via maven - but use Mongo as the key/value store. We've configured local servers via templates to use mongo as the key/value store to ...
0 votes
1 answers
1 comments
1508 views
Hi, i have a problem when adding a code to display inputtext field. This is my code : <extension target=“org.nuxeo.ecm.platform.forms.layout.WebLayoutManager” point="layouts"> <layout name="textWidgetLayout"> <templates> ...
0 votes
0 answers
0 comments
1711 views
I am in the preparation Process of Upgrading from LTS2015 to 2016.I have below Questions It would be great if somebosy can advice on this. As per Installation Instructions ,I need to do back up of Data and File system?? 1.If i am pointing to Same DB ...
1 votes
0 answers
0 comments
1328 views
Hi everyone, I want to know how to insert a filed input text outside form of a document . Below the location where I want the insert Thanks
0 votes
0 answers
0 comments
1316 views
My team is preparing Proof of concept, We selected Nuxeo as a platform, and we are facing performance issue. How to reproduce: 1. Nuxeo ECM loaded with 100 pdf documents (200KB each).
2. 10 user groups(local) created with read permissions to ...
0 votes
0 answers
6 comments
1973 views
When components get reloaded they will stay in activated state and will not get started. The problem seems to be in ComponentManagerImpl.applyStashWhenRunning () where new components are activated in one loop, and then in the next “isStandby()” loop ...
0 votes
1 answers
1 comments
1376 views
Here i am getting docs value empty can anyone help me please…..PFB code. public void run() throws NuxeoException { String tenantDocumentPath = getOrCreateCPODocTypesForGlobalUsageMangementDoc(tenantId, session).toString(); DocumentModelList docs = ...
0 votes
0 answers
1 comments
1522 views
Hi everybody, I'm having trouble uploading files with the Uploader object. Here's how I do it : I have a class dedicated to managing REST operations in which I created the methods. At instanciation : public TransferFactory(Client client){ uploader = ...
0 votes
1 answers
0 comments
1780 views
Hi everyone, I have a very simple automation chain in witch I extract the filemane to insert into a document title. In a fist time, I declare a variable “varNomFichier” whith value @{Document.getProperty(“file:filename”)} , and in a second time, I ...
0 votes
3 answers
0 comments
1724 views
Hi, I am trying to build Nuxeo DAM from git . I do not want to go via marketplace route as my instance is not registered. I want to build all the artifacts manually. The Readme file says Or manually copy the built artifacts into ...
0 votes
0 answers
0 comments
1234 views
I have a requirement to remove a version from document history without removing the non-version of the document. The use case is: User adds content of interest to a document (v1) User creates a new version (v2) - removing said content of interest ...
0 votes
0 answers
0 comments
1240 views
Hi All, I am currently evaluating Nuxeo as the repository of our digital assets like image, audio and video files. One feature we absolutely require is the ability to create metadata via RESTful API calls. As far as I have understood, this is not ...
1 votes
2 answers
3 comments
2318 views
I'm evaluating the Nuxeo FT10.1 platform using the VMware virtual machine available on the Nuxeo website. My problem comes when I upload a .docx file through the .NET SDK: the file is correctly uploaded, but when I access to the document through the ...
0 votes
2 answers
4 comments
2932 views
I can download file content using postman. When file is big it's ask me the location where I should download. Is there a possibility to automate the process and tell the location through rest api.
0 votes
1 answers
0 comments
1374 views
I have problem with uploading file with rest api using coldfusion language. At the first I tried using postman and it's working. For example first I sent http request to create batchId <cfhttpparam type="header" name="Authorization" value="Basic ...
0 votes
0 answers
1 comments
2440 views
Are the following documents are up to date: https://www.nuxeo.com/blog/qa-friday-download-files-attached-documents-rest-api/ and https://www.nuxeo.com/blog/qa-friday-upload-files-documents-rest-api/ ? Please correct me if I am wrong. Currently I ...
0 votes
0 answers
1 comments
2020 views
In the JSF user interface there is a bug and in the tasks dashboard a next button raises an error: Caused by: javax.servlet.ServletException: /widgets/actions/document_actions_widget_template.xhtml @12,16 ...
0 votes
0 answers
0 comments
1346 views
I have updated my document, which is Test.pdf with the following metadata : transaction:date = “2050-12-25”, transaction:time = “16:00:00”, transaction:id = “aaaa-bbbb” Below the rest api: PUT http:// { “entity-type”: “document”, “properties”: { ...
0 votes
1 answers
2 comments
1863 views