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
  881 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
  1520 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
  1290 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
  1843 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
  1434 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
  5903 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
  1905 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
  2662 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
  3403 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
  2038 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
  3318 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
  2092 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
  1665 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
  2059 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
  1621 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
  3361 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
  1901 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
  2700 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
  1524 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
  2797 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
  1927 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
  1649 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
  2430 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
  1602 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
  2632 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
  1857 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
  1833 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
  2056 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
  2369 views