nuxeo-platform


Related Questions
Hello! I am building a operation chain (OP_1) that this call to other operation chain (OP_2). The first operation use the RunOperationOnList with the next configuration: id: OP_1 List: listUser insolate: false item: item newTx: false parameters: ...
  1 votes
  0 answers
  0 comments
  1832 views

Hello, I am building a “automation chain” operations ( WF_anadirPermisoSolicitud ) that it has one parameter. This operation is referenced by other chain with a “Run Chain” operation ( WF_anadirListaPermisosSolicitud ), using the parameters field. ...
  0 votes
  0 answers
  1 comments
  1585 views

I have a series of unit tests I run in both IntelliJ and from the command line using Maven. These tests populate the VCS and then perform various operations. Randomly, one or the other test will fail. The symptom seems to be that data committed in ...
  0 votes
  0 answers
  0 comments
  1498 views

Is there a way to configure Nuxeo to restore another Nuxeo instance's users and workspaces based on what was written in a SQL table? We are having trouble with the following scenario for our application: We have a number of users, each with their ...
  0 votes
  1 answers
  0 comments
  1864 views

If you set nuxeo.server.sdk=true in 9.1 server configuration, on server start you'll get: 2017-05-15 15:39:00,891 ERROR [localhost-startStop-1] [org.nuxeo.runtime.tomcat.NuxeoLauncher] Failed to handle event: start java.lang.NoSuchMethodException: ...
  0 votes
  1 answers
  0 comments
  1800 views

We are upgrading NP from 8.3 to 9.1, and when I run the very same REST-API test-setup (i.e. code/machine/Java/etc) - which works fine against an NP8.3 - against an NP9.1, the call to the NP9.1 fails with “java.lang.IllegalStateException: Already ...
  0 votes
  2 answers
  2 comments
  3747 views

I have noticed that SQLSession.getEntry is hitting the directory cache while SQLSession.hasEntry appears to be hitting the database with a query. Is this by design and if so why isn't hasEntry also using the cache?
  1 votes
  1 answers
  0 comments
  1523 views

According to Nuxeo 8.10/LTS-2016 upgrade notes, a JDK is now required by the Nuxeo Platform: NXP20368 Add connect report feature to the default distributions JDK now required (JRE not enough) on the server Since some of our environments are not ...
  0 votes
  1 answers
  0 comments
  1521 views

Hello, all! I'm trying to setup Nuxeo to store binaries in Azure Blob Storage, but unfortunately the Microsoft Azure Online Storage plugin doesn’t seem to be working. I’ve installed it in the platform (server-9.1), which is hosted on a Windows VM ...
  0 votes
  0 answers
  0 comments
  1539 views

Hi, We're trying to setup Shibboleth Authentication with Nuxeo 6.0 and Renater as wayf. Our ldap's users are identified with their UID but we would like to allow abroad connexion with the way of the CRU (compte réseau universel). But CRU account use ...
  0 votes
  2 answers
  5 comments
  1760 views

Hi guy, where i can find info/guidance about createa new document type or modify available document types window. all this without studio. thanks
  0 votes
  0 answers
  0 comments
  1714 views

Hello, when i upload a document into a folder the “modified date” of the folder doesn't change! … Is there any parameter to configure this? Thanks in advance.
  0 votes
  1 answers
  0 comments
  1451 views

Hi! In Nuxeo 6.0 HF 38 I'm trying to use CurrentDate in NXQL in avanced search or by quering http://nuxeoserver/nuxeo/api/v1/query When I try this, it works: http://nuxeoserver/nuxeo/api/v1/query?query=SELECT * FROM Document WHERE dc:created > ...
  0 votes
  2 answers
  3 comments
  3959 views

We would like to upgrade Nuxeo (from 8.3 to 9.1 in our case), and also would like to automate the process; given that, and based on https://doc.nuxeo.com/nxdoc/upgrading-the-nuxeo-platform/ is it possible to run the upgrade in silent mode ? i.e. in ...
  0 votes
  0 answers
  0 comments
  1451 views

I'm trying to modify the nuxeo:lifecycleState via a CMIS statement: curl … \ -F “cmisaction:update” \ -F “changeToken=…” \ -F “propertyId[0]=nuxeo:lifecycleState” \ -F “propertyValue[0]=“approved” \ “https:…” It's not erroring. But it's not changing ...
  0 votes
  1 answers
  0 comments
  1890 views

It seems it is possible to add a facet to a document instance. A facet can hold a reference to a schema. I have various document types whose instances could be associated to a custom schema. How can I manage to achieve that goal (let users add the ...
  1 votes
  0 answers
  0 comments
  2086 views

Our customers consider security as a #1 priority, and as such we constantly upgrade our major 3rd parties (including Java/Tomcat/database server/etc) to their latest. And with regard to Nuxeo, we have attempted to deploy it as a static WAR inside ...
  0 votes
  1 answers
  1 comments
  1762 views

Hello. I'm new to the platform. I don't have access to Nuxeo Studio. Is there a recipe available with the main steps one would follow to implement a customized lifecycle “by hand”, i.e. in Java and XML? For example, to place a state in between ...
  0 votes
  2 answers
  1 comments
  1841 views

Hi, is there any way to execute a java-action when a document is uploaded into a concrete folder vía WebDAV? For example, in Alfresco ECM is possible to define rules that you can customize and apply to a folder and only are triggered only for that ...
  0 votes
  1 answers
  0 comments
  1665 views

Hi, I have a component that declares a service. The service has different implementations provided in separate bundles: BaseBundle: ServiceInterface BaseServiceImpl SecondBundle: SecondServiceImpl ThirdBundle: ThirdServiceImpl The service and ...
  0 votes
  1 answers
  2 comments
  4738 views

Hi, I have read a lot of docs about changing the context path, but can we remove it and access nuxeo directly from a subdomain like nuxeo.mydomain.com ? Thanks, Jérémie
  0 votes
  0 answers
  0 comments
  1444 views

Will Nuxeo work without permissions to create functions in SQL Database? The environment: I configured my nuxeo.conf file to use the MySQL template, but customized the settings to use a remote MySQL server. This MySQL server is shared between ...
  0 votes
  1 answers
  0 comments
  1908 views

Hi, We are in https on our nuxeo server, but when we want to access to thumbnail or download file in our web-app we got SSL_ERROR_RX_RECORD_TOO_LONG (firefox) OR ERR_SSL_PROTOCOL_ERROR Why thumbnail url always contains a 80 port ? "thumbnail": { ...
  0 votes
  1 answers
  0 comments
  3364 views

Hi community. I am trying to create an event listener, so far, I just want to log a message when my listener is called. See my class below: import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import ...
  0 votes
  0 answers
  1 comments
  1995 views

Hi Thomas, After packaging my angular app as nuxeo module and deployed to nuxeo server side, I got nuxeo a REST API issue on user behind CAS connection : OPTIONS http://localhost:8080/nuxeo/json/cmis net::ERR_NAME_NOT_RESOLVED Fetch API cannot load ...
  0 votes
  1 answers
  0 comments
  2034 views

Greetings- Thanks so much for the support of my random questions, its been helpful so far. While deploying Nuxeo in AWS, we're exploring integrating s3 as a blob provider store for Nuxeo. I'm inquiring on how to get nuxeo to store my asset in s3, ...
  0 votes
  1 answers
  4 comments
  3770 views

Hi Nuxeo team, Nuxeo 8.x and 9.x embeds h2-1.4.177-NX01 version of H2 database. This version of H2 is a beta one dated of 2014-04-12 and is very buggy. http://www.h2database.com/html/changelog.html The last version of H2 1.4.194 is dated of ...
  0 votes
  1 answers
  3 comments
  1479 views

Greetings- While evaluating the Nuxeo platform in AWS I've come across a few questions. I'm mostly curious of the following: Is it possible to deploy Nuxeo updates with zero downtime in a clustered environment, think blue/green deployments. How does ...
  0 votes
  1 answers
  2 comments
  2118 views

Hi, I have problem with starting nuxeo instance. Earlier I didn't have this problem, and i started nodes without any problems. Now i want to start nuxeo 7.10-Hf09,and I'm getting such error(?) Detected Tomcat server. Nuxeo home: ...
  0 votes
  1 answers
  0 comments
  1559 views

Greetings- I've been prompted to install wpd2text even though I've built and installed it on the machine. Is there something else I need to configure here? I'm running nuxeo platform 8.10 in AWS on RHEL 7.3 See below Log: 2017-03-30 19:47:01,649 ...
  0 votes
  1 answers
  0 comments
  2579 views