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
  873 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
  1514 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
  1283 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
  1834 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
  1429 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
  5895 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
  1897 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
  2655 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
  3399 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
  2029 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
  3310 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
  2088 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
  1656 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
  2053 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
  1614 views