Development
I tried to get a Nuxeo Platform Core Session with this way: CoreSession session = WebEngine.getActiveContext().getCoreSession(); But it isn't working. LogServer: java.lang.IllegalStateException: Runtime not initialized at ...
0 votes
0 answers
0 comments
1372 views
I tried to make a call HTTP using a request to complete a task :HOST/nuxeo/api/v1/task/{taskId}/{action} adding the values of two parameters(taskId,action) But I have an exception 500 What does it mean ?
0 votes
1 answers
0 comments
1145 views
Hi everybody, I want to use nuxeo js client o consume its REST api in my Angular 7 client, but i can't use it because this is a javascript package and it don't have any types definition for typescript. However i tried to include this library in my ...
0 votes
1 answers
0 comments
1960 views
0 votes
2 answers
5 comments
1211 views
Is it possible to have Document.GetChildren not return .trashed files? By default they are included: { "path": "/test/The Basics.pdf._1547968140071_.trashed", "uid": "44cf396c-dbe3-4e21-8886-e0a1d3a76a91", "properties": {}, "title": "The ...
0 votes
1 answers
2 comments
1265 views
Hi, I'm trying to delete a document by it's ID e.g. “76c69a54-0230-457a-b42c-e819d5ace862” from the javascript api according to documentation you can use Document.Delete operation to make it happen, and in the same documentation is written “You can ...
0 votes
0 answers
0 comments
1201 views
Observed behavior: open WebUI and navigate to a folder drag'n'drop a css file called styles.css press Import check the document type, it will be Note, with “note:mime_type” property set to “text/plain” NuxeoUI on batch upload correctly sets the ...
0 votes
1 answers
0 comments
1669 views
Hello, Which version of Nuxeo Java Client should I use for a Java 6 application ? Thanks.
0 votes
1 answers
1 comments
1193 views
Hi Team, I am trying to package the s3-cloud manager I have to create a custom addon for nuxeo. To get some hands-on, I got the source code of cloudbinarymanager , which has the source code for different storage connecters. I followed the steps ...
0 votes
1 answers
4 comments
1802 views
I have a vanilla Nuxeo LTS2017 (Vmware) and I am connected as Administrator; I don't see delete button on documents actions.
0 votes
0 answers
0 comments
896 views
Nuxeo Folks: KeyValueBlobTransientStore.getBlobs can return Collections.emptyList which you can't add to. However, SimpleTransientStore.getBlobs returns an ArrayList and so a unit test that expects to be able to add to the return value from getBlobs ...
0 votes
1 answers
1 comments
1067 views
Hi when i get a secific document using REST API , i'm getting the following informations in the json: . . . {“entity-type”:“document”, “repository”:“default”, “uid”:“dde893c1-ed1d-493e-8c11-51fe4b3aaf13”, ...
0 votes
1 answers
3 comments
1862 views
0 votes
0 answers
2 comments
1116 views
I am using nuxeo 10.1 authentication using LDAP. I want to preview and download files from nuxeo using my java application created in portal. I am using document url : ...
0 votes
0 answers
0 comments
1445 views
Is there a swagger/openapi spec for the REST API? I see some jira issues but couldn't find anything useful..
0 votes
1 answers
1 comments
2581 views