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
Dear Nuxeo Users/Developers, I am testing nuxeo 10.2 platform I installed two add ons from Nuxeo Online services I installed with mp-install addon started nuxeo-arender (id: nuxeo-arender-1.0.0) addon started nuxeo-arender-connector (id: ...
0 votes
3 answers
1 comments
1526 views
Hello, I am looking for code samples or examples of using TokenAuthInterceptor instead of BasicAuthInterceptor. NuxeoClient nuxeoClient = new NuxeoClient.Builder() .url(url) .authentication("Administrator", "Administrator") .connect(); Thank you.
0 votes
2 answers
1 comments
1487 views
Hello, I want to know the difference between the Java Client and the Java Automation Client . What is the best to use ? If the Java Automation Client is deprecated, why is it still maintained (versions : 9.10 / 10.2 / etc …) ? Regards.
0 votes
1 answers
0 comments
1452 views
Nuxeo folks - regarding the setInitialVersion method of the StandardVersioningService class - the method does not take policy ordering into account on document creation as the retrieveMatchingVersioningPolicy method does on document update. So it ...
0 votes
1 answers
0 comments
958 views
Hi! I'm working on an automation chain in studio, and I'm running into an issue on trying to recursively apply a RunDocumentOperation operation to each document returned from a query. The general structure is I have this contextual user action, when ...
1 votes
0 answers
1 comments
1807 views
What is the way to create a document and set a managed blob on it using the rest API, on a 10.3 snapshot? I have a custom blob provider, my client layer knows the id of the blob in the remote provider.
0 votes
1 answers
1 comments
1483 views
kindly provide how to add a label in general properties section under last contributors. I have to add it in SUMMARY_PANEL_LEFT section thanks in advance.
0 votes
0 answers
0 comments
1243 views
It looks like nuxeoctl showconf only displays configuration properties defined in nuxeo.conf . Is there a cmd-line way to get a full dump of all properties from all templates after they've all been loaded and the server started?
0 votes
1 answers
1 comments
1385 views
Hi Everyone, I begin in Nuxeo workflow use and I probably have a issue in my transition condition, but I don't understand where (I'm a noob also in MVEL) In a task, I have 2 transitions, and each calls an automation chain (Tchange only the state of ...
0 votes
1 answers
0 comments
1357 views
Hello, I want to implement a Fancybox inside our Tab. I don't now how to install the Bundles for the module 'FancyBox'. Thanks.
0 votes
0 answers
0 comments
1083 views
Hello, I have vanila nuxeo 9.10 instalation on ubuntu 18. And on operations in Nuxeo UI or Nuxeo JSF I am getting errors: 2018-09-20 16:41:25,420 ERROR [http-nio-0.0.0.0-8080-exec-11] [org.nuxeo.ecm.core.event.impl.EventServiceImpl] Exception during ...
0 votes
1 answers
0 comments
1683 views
Hello, It seems that only the users who belong to the group Administrator can update user profiles. But I would like to allow the authentified user to be able to update his own profile. How could I do that ? I tried with the PUT request : curl -X ...
0 votes
1 answers
0 comments
1428 views
When a task is opened, there is an information that the “task form cannot be displayed right now. Try Again”. What is a structure of a JSON for this kind of layout ?
0 votes
1 answers
1 comments
1287 views
Hi, In Nuxeo University, course “Nuxeo Platform Developer Basics”, video “Manipulating Documents Part 1: Creation and Retrieval”, the narrator tells us that we will only have to use coreSession.save() on unit tests, because everywhere else is called ...
0 votes
0 answers
0 comments
1250 views
If I launch mvn package from the *-web folder in order to build the jar It fails.
0 votes
1 answers
0 comments
1202 views