nuxeo-platform
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
1907 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
1675 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
1566 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
1948 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
1907 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
3857 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
1598 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
1601 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
1616 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
1835 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
1775 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
1519 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
4075 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
1525 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
1969 views