8.3


Related Questions
Good morning. On nuxeo version 8.3 (but it already did for version 7.10) when you add users to give permissions to a folder, everything is fine until the 4th user. After which, it blocks, we can no longer add user. I tried to keep putting them on ...
  0 votes
  0 answers
  0 comments
  883 views

I'm attempting to attach a Blob to a document.: File tmpFile = Framework.createTempFile("...", ".csv"); ... write to the file Blob blob = Blobs.createBlob(tmpFile); myDocument.setPropertyValue("file:content", (Serializable) blob); What's really odd ...
  0 votes
  0 answers
  2 comments
  1523 views

I want to generate a permalink to a document from a process that gets fired as an event handler. The process would be running in a cluster. So it wants the link to be like “https://loadbalancedhost:8080/nuxeo/nxdoc/default/UUID” even though the ...
  0 votes
  0 answers
  0 comments
  1292 views

I have many problems with window´s nuxeo client synchronization (2.1.12). My plataform it´s 8.3 installed on debían. The file of  nuxeo drive database (especially on laptops) gets corrupted shortly after installing nuxeo-drive. This ...
  0 votes
  4 answers
  2 comments
  1847 views

Hello, In the project I work on. The client want to use some selectOneDirectory widget in the content-view of the workspace. The problem is when we have more than one page result, the selectOneDirectory widget on the first line of the table on the ...
  0 votes
  0 answers
  0 comments
  1436 views

In WEBUI the port number 80 is automatically added but we use a SSL secure connection. So non of our documents as accessible via WEBUI. Where can we change it? ...
  0 votes
  2 answers
  0 comments
  5907 views

We have an random error, when we search an document by path (CoreSession.exists(new PathRef(“'the path”)) we have an Document Not Found Exception. But the document was found by ID (CoreSession.exists(new IdRef(“'the id”)) or by query (SELECT * FROM ...
  1 votes
  1 answers
  2 comments
  1908 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
  2668 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
  3408 views

Good morning, Thanks for reading my problem. We contact you through this forum because we don't know how to do. We have setup nuxeo platform for internal use. We have configured the integration with Google Drive following the documentation “Nuxeo ...
  0 votes
  0 answers
  0 comments
  2041 views

I have got this error java.lang.IllegalArgumentException: DR_DRF is not a registered core type My test class is like: @RunWith(FeaturesRunner.class) @Features({RuntimeFeature.class, PlatformFeature.class, CoreFeature.class}) @RepositoryConfig(init = ...
  0 votes
  1 answers
  0 comments
  3319 views

Hi, We have the following setup: Nuxeo running in an embedded iFrame, which is a part of our application To use out application, the user must log in to it To use Nuxeo, the user clicks on a dedicated button, which causes the iFrame to SSO to Nuxeo, ...
  0 votes
  0 answers
  1 comments
  2094 views

Hi, In my current setup I am using Nuxeo with LDAP and CAS integration. Now my requirement is, for some scenarios one user upload the document after login but after certain period of time due to company change the user id may change for that user ...
  0 votes
  0 answers
  0 comments
  1666 views

Hello, I'm writing a Java migration program from Nuxeo 7.2 to 8.3 When I try to copy a note with multiple lines I get an error because Nuxeo interprets a carriage return in the note content as a new property. Document note = (Document) ...
  0 votes
  1 answers
  0 comments
  2061 views

I need to create a workflow that will have 1-* approvals. It will vary depending on some parameters on a document. The approval schema is all or nothing. If one approver declines, the document is rejected. What's the best way to acomplish this? I'll ...
  0 votes
  1 answers
  0 comments
  1624 views

Hi, I am trying to upload a document to Nuxeo, which - according to the example in QA-Friday example is consisted of a 2-steps process: the 1st step, of uploading the file(s), works fine the 2nd step fails: I am trying to use the more capable API, ...
  0 votes
  1 answers
  0 comments
  3362 views

Bonjour ! Testant depuis plusieurs jours la plateforme avec le DAM, je suis confronté à un problème lors de la recherche textuelle de mes documents. En effet, lors du renseignement du champs “Sujet” des documents, la langue des éléments suit ...
  0 votes
  1 answers
  0 comments
  1904 views

Hello, I'm writing a migration Java program from versions 7.x to 8.3 and I can't manage to get a list of all the users, groups and permissions on documents using the java automation client. Any help would be appreciated !
  0 votes
  1 answers
  0 comments
  2703 views

(as of now) we have developed 3 plugins for Nuxeo (one for simple assets deployments, one for replacing the default bin-mgr, and one for SSO); what I have noticed is that when the SSO plugin is used (i.e. deployed to 'bundles'), the Nuxeo-server ...
  0 votes
  0 answers
  0 comments
  1527 views

I'm using java-client (same with curl invoking REST-API) to upload some image in a local instance of Nuxeo. The upload goes fine, but after this, I try to get Image thumbnail and a error occurs. The error is caused because the thumbnail, small and ...
  0 votes
  2 answers
  1 comments
  2801 views

Hi Everyone, I am new to Nuxeo platform and trying to get my head around it. I have a Simple workflow with just one 'Approve' node between Start and Stop. I am trying to add more nodes (linked to Approve node) on the fly after the workflow is ...
  0 votes
  1 answers
  1 comments
  1928 views

Installing / Updating from the Nuxeo repository requires to add the public key of the repo. See https://doc.nuxeo.com/display/ADMINDOC710/Installing+the+Nuxeo+Platform+on+Linux Unfortunately the packages seem to be signed with a weak digest. This is ...
  0 votes
  0 answers
  0 comments
  1652 views

Hi, I am currently using a deployment-fragment.xml in order to deploy a -config.xml from the bundle to the nxserver/config folder and wondering if there is a way to deploy the file only if there is no such file in the destination folder already ? ...
  0 votes
  0 answers
  0 comments
  1770 views

I am trying to test a login/auth plugin example, which (among other things) alters the authenticationChain (in order to add itself), and yet it seems it does not 'kick in' or being used, i.e. the log shows both its auth-plugin and login-plugin are ...
  0 votes
  1 answers
  5 comments
  2431 views

I am trying to create new document of type Folder using Nuxeo client. I am able to create it by using api createdocumentbypath and createdocumentbyid. But when i am trying to fetch newly created document , getting error filenotfound exception. But ...
  0 votes
  0 answers
  0 comments
  1606 views

I have tried both a Windows EXE installation, as well as an archive installation, of Nuxeo 8.3; In both cases I get “Unable to fetch remote packages list: Connect server refused authentication (returned 401)“. The environment is a fresh VM, on which ...
  0 votes
  0 answers
  0 comments
  2635 views

Hello All, I am new to nuxeo and currently in process of starting to evaluate Nuxeo for my Organization. We have a really bad experience with legacy systems and the performace deteriorates as the load on the system increases. Typically these have ...
  1 votes
  1 answers
  2 comments
  1859 views

Hello, Is someone has already implemented a SEDA connector to send NUXEO documents in an electronic archive software ? Regards
  1 votes
  0 answers
  1 comments
  1834 views

According to the documentation (https://doc.nuxeo.com/display/NXDOC/Using+OAuth2), Nuxeo currently supports the “authorization code” flow by passing the “reponse_type” parameter with the value “code”. Does Nuxeo support any other OAuth2 grant flows ...
  3 votes
  0 answers
  0 comments
  2059 views

I am able to export the documents manually. As the process is given in Nuxeo Documentation. That is a very simple and manual process. But is there any other process through which we can export existing documents in Nuxeo through automation ?
  0 votes
  1 answers
  0 comments
  2374 views

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
  2109 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
  2128 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
  2288 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
  2231 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
  1554 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
  2432 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
  3517 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
  1633 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
  1738 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
  1625 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
  1592 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
  3469 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
  1511 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
  1460 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
  1931 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
  2187 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
  2371 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
  7399 views