8.3


Related Questions
Hi, I would like to write date entry to a multi-valued complex field in an automation Unfortunately my POST request leads to errors when I use @{org.nuxeo.ecm.core.schema.utils.DateParser.formatW3CDateTime(CurrentDate.date)} as suggested in the API ...
  0 votes
  1 answers
  2 comments
  2102 views

Even though video conversions are done, the status information on the renditions remains in converting state. How can I fix it so that users can download the renditions?
  0 votes
  0 answers
  4 comments
  2121 views

Through my own custom listener I would like to delete main files and attachment from the nuxeo document. Deleting the document seems to be easy as you can use the below code. doc.getCoreSession().removeDocument(doc.getRef()); ...
  0 votes
  1 answers
  1 comments
  2282 views

Hello. I am trying to upload a file using java client 2.1 using the API example: Blob fileBlob = new Blob(io.File file); blob = nuxeoClient.automation().newRequest(“Blob.AttachOnDocument”).param(“document”, “/folder/file”).input(fileBlob).execute(); ...
  1 votes
  1 answers
  0 comments
  2222 views

Hi, I am trying to use Instant Share without success, I set the permissions at a document, receive the email, but when I click at link on email body, the login page is opened, apparently the hash included on link didn't validate the access to ...
  0 votes
  0 answers
  0 comments
  1549 views

Caused by: /home/ubuntu/nuxeo/nuxeo-features/nuxeo-admin-center/nuxeo-admin-center-analytics/target/antrun/build-main.xml:4: The following error occurred while executing this line: ...
  0 votes
  1 answers
  0 comments
  2423 views

It seems reasonable that the CoreSession.queryAndFetch API would not support the NXQL 'ORDER BY ecm:path' clause. If this is the intended behavior, then the NXQL documentation should be updated to include this restriction.
  0 votes
  1 answers
  2 comments
  3507 views

I'm testing the new UI and it looks great, but so far I have only achieved some predictability using Chrome. Using Edge, IE11 or Firefox it does not work properly (for example in IE11 or Edge I can browse the workspace and folders but when I click ...
  0 votes
  0 answers
  0 comments
  1625 views

Hi, I am trying to configure Scan Document importer as per the instructions mentioned in this https://www.nuxeo.com/blog/monday-dev-heaven-multithreaded-transactional-documents-import-nuxeo/ . I am able to fire an event [Notification.SendEvent] ...
  0 votes
  0 answers
  0 comments
  1730 views

Hi, I have multiple transcoded binary for my video and I try to delete a transcoded binary with curl : curl -u Administrator:Administrator -X DELETE ...
  0 votes
  1 answers
  0 comments
  1621 views

I would to use one instance of Nuxeo for interactive processing and one or more for batch processing, I tried to do this with docker sharing between them the same database, redis, and bucket S3, leaving the background processing active only in one ...
  0 votes
  0 answers
  0 comments
  1584 views

Hi, I'm trying to call the operation “ Tag.Suggestion ” using the java-client. I expected to get a list of tags or something but just get a ClassCastException because the client expect a Map as result but received a ArrayList. My code is NuxeoClient ...
  0 votes
  0 answers
  0 comments
  3457 views

In the Nuxeo signature found that every user can have their own certificate but as I am using multi tenancy my requirement is to have different certificate for each tenants (Not a single certificate for all tenants). So, is that possible.
  0 votes
  0 answers
  0 comments
  1503 views

Hi All, Recently, I was checking open shource nuxeo and live connect. In live connect I found that google service needs to be configured with Admin. That means in one nuxeo instance only one google drive can be mapped. Right? What I want is every ...
  0 votes
  0 answers
  0 comments
  1445 views

I'm using the Drupal CMIS module to sync content between Nuxeo and Drupal. Has anyone set this up before? Whenever I run cron to update the latest documents the query SELECT * FROM cmis:document WHERE ...
  1 votes
  0 answers
  3 comments
  1923 views

I'm using the PHP automation client to bulk import some images. When I create document 'file' everything works fine, but if I change it to 'picture' it seems to work and I get a response like: ...
  0 votes
  1 answers
  2 comments
  2179 views

Hi, I have problem which i'm struggling since 7.10 version. I have multi repository configuration. When as an administrator i give permissions to read, edit and menage everything to let's say “test” on additional repository, and then I log in into ...
  0 votes
  1 answers
  4 comments
  2366 views

Hi There, I'm trying to use the new 8.3 SDK platform in combination with java 1.8.101 and nuxeo ide and am getting this error: 2016-07-30 11:52:52,281 ERROR [org.nuxeo.launcher.NuxeoLauncher] Could not run configuration: Nuxeo requires Java ...
  1 votes
  1 answers
  0 comments
  7390 views