Development
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