Development
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
Hi, Java Client Library 2.3 for the Nuxeo Platform REST APIs documentation about users/groups have reference only to CRUD operations of both entities and ADD user to group operation, but there's not references about rest of operations like 'remove ...
1 votes
1 answers
0 comments
1796 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
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
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
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
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
2155 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
1920 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
1740 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
2110 views
Hello everyone I have the following senary: I am migrating a data / files (blob) from a SQL Server database to nuxeo. These files should be in the following structure: --- Folder (document type) --- folder (year of document) --- file (attached ...
0 votes
0 answers
1 comments
4059 views
Hello everyone, I am having the following problem: When I add the file it gives an exception of PropertyNotFoundException, I understand that something is missing, but I do not know who … **Error in the second line Blob fileBlob = new ...
0 votes
0 answers
2 comments
2310 views