Development


Related Questions
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
  1223 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
  1247 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
  1543 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
  1692 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
  1336 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
  1106 views

Is that possible to use internationalization system (properties files) with FreeMarker and the Web-Engine ? Thanks
  0 votes
  0 answers
  0 comments
  1208 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
  1641 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
  1084 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
  1277 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
  1403 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
  1619 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
  1255 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
  1224 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
  1863 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
  1292 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
  1442 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
  1691 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
  1663 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
  1166 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
  1178 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
  2226 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
  2825 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
  1307 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
  2329 views

  0 votes
  0 answers
  1 comments
  1918 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
  1265 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
  1778 views

Hi team, I found a problem with the available templates for a new Workspace creation. The problem is if you delete several TemplateRoot (and create others TemplateRoot) in your Domain and it (or them) keeps in the trash (TAB) the query to select ...
  0 votes
  1 answers
  0 comments
  1598 views

I could not to log in to the nuxeo using my user - Administrator and password - Administrator. I am getting the following error: “Cannot create a CoreSession when transaction is marked rollback-only” Please see below error trace: 2018-04-27 ...
  0 votes
  0 answers
  0 comments
  1511 views