Java


Related Questions
Hello, I have this NXQL query to perform : SELECT * FROM Document WHERE custom:attribute = 'Ø600' You can notice the special character Ø. It's working fine when I use NXQL Search in Web UI. It's not working with Repository.query method in Java ...
  0 votes
  0 answers
  0 comments
  540 views

Hi guys. Recently I faced an issue with Nuxeo on production. I'm still trying to reproduce it locally, but at the time without success. It started with the following messages in logs: 2021-03-18T08:28:17,702 WARN [http-nio-0.0.0.0-9030-exec-32] ...
  2 votes
  1 answers
  0 comments
  1130 views

Hello, we have a special requirement where we have a local versioning system, and then upload the files to nuxeo. We want to extract the version from the uploaded file, and create a new version with the same number in nuxeo, but I couldn't find a ...
  0 votes
  1 answers
  0 comments
  617 views

I've written a few short example apps tailored to my needs using Java client 3.6. Now it's time to integrate all of this in the real application. If I want to deliver Nuxeo security, I have to access Nuxeo as the logged in user. So my best guess so ...
  0 votes
  1 answers
  0 comments
  654 views

Hello, I am using Java Client in my project, but due to the high volume of traffic I will receive, I am reusing the same NuxeoClient object (in order to avoid a lot of nuxeo connections). I have a lot of users, but all of them will connect to my ...
  0 votes
  1 answers
  0 comments
  1230 views

Hello, Which version of Nuxeo Java Client should I use for a Java 6 application ? Thanks.
  0 votes
  1 answers
  1 comments
  1120 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
  1387 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
  1357 views

Hi, I have to fetch Blob contents from the documents using Event Listeners for some transformation. I'm using Apache Tika Java API to fetch the contents. Since Tika dependencies are not available in Nuxeo, I've added all tika dependencies into a fat ...
  0 votes
  0 answers
  0 comments
  1140 views

In the JSF user interface there is a bug and in the tasks dashboard a next button raises an error: Caused by: javax.servlet.ServletException: /widgets/actions/document_actions_widget_template.xhtml @12,16 ...
  0 votes
  0 answers
  0 comments
  1260 views

Hi! I am looking into a way to review orphaned binaries before they are deleted. I know that that platform has in the Admin tab the tool to gathered orphaned binaries, and where you can delete clear them. I also saw in a different thread on what ...
  0 votes
  1 answers
  1 comments
  2266 views

Hi, i'm trying to add several users to a group using java client but it doesnt work.The users and the group are already created. The functions i have tried for this are: org.nuxeo.client.object.user.UserManager.addUserToGroup ...
  0 votes
  1 answers
  0 comments
  1846 views

Hi, I am trying to develop a java program (java client + rest API) that allows to create nuxeo documents by using as input a csv file. I followed the tutorial of nuxeo “https://doc.nuxeo.com/nxdoc/java-client/#operation-api” and I created a document ...
  0 votes
  0 answers
  0 comments
  2018 views

I want to make a request with “dynamic” properties fetch from my Java app with nuxeo 8.10. There is the declatation of my NuxeoDocument: <schema name="TestDocumentProperties" src="data/TestDocumentProperties.xsd" prefix="test" /> <doctype ...
  0 votes
  0 answers
  1 comments
  3588 views

Recently, I have had many symptoms of no-response in the user interface. The symptoms might vary, for instance a spinning wheel shown forever with no sign of progress or network interaction. The only thing that changed recently in the environment is ...
  0 votes
  1 answers
  1 comments
  2339 views

Hello :) I have created a Nuxeo document that represents a configuration file .I have also created an event that is executed periodically using the Xml schedule extension.Inside the Xml schedule extension i have specified the cron expression.In the ...
  0 votes
  0 answers
  0 comments
  1525 views

Hello :) I wanted to know if there is an alternative way of producing the same result as Nuxeo template rendering .How can i achieve the same result using only Java code?
  0 votes
  0 answers
  0 comments
  1266 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
  1716 views

I am migrating content from an existing application into Nuxeo. We are replacing our existing workflow solution by Nuxeo. I need to keep the dc:creator, dc:created, dc:modified, dc:lastContributor fields with the former application values. I know ...
  2 votes
  1 answers
  0 comments
  2654 views

I am trying to assign a permanent permission to a group but I got null pointer exception when begin or end dates are not defined. ACE ace = new ...
  0 votes
  2 answers
  0 comments
  3398 views

Hi, I am using CAS with LDAP for SSO in Nuxeo & My Web-App. But when the User Updates his Email, I want to update the Email of that User Resources. But I am not able to find a way to implement this using Java Automation Client API. Any help ...
  0 votes
  0 answers
  0 comments
  1900 views