7.3


Related Questions
Can somebody please explain how the search works because I think I misunderstand. I have an old Nuxeo instance which I'm trying to upgrade to a new versions. My issue; Then I log-in as an Administrative user, and I got to the search page, then my ...
  0 votes
  0 answers
  1 comments
  1047 views

I'm tasked with updating a Nuxeo instance from 5.5 to a more recent version. I've been able to successfully update and migrate the data to Nuxeo 7.3. From there on I start getting other issues which will probably require another topic. Now I have ...
  0 votes
  1 answers
  0 comments
  1388 views

Hi, something strange happens sometimes when I add permissions to a document using Nuxeo REST API (Document.AddACL) : the permission will be add properly to Nuxeo but will not be indexed to Elasticsearch. Most of the time, everything is ok, but once ...
  0 votes
  0 answers
  0 comments
  1459 views

Hi, I wish to perform a “fulltext” search in the content of the Nuxeo repository documents. So far, it looks like setting Elasticsearch to index and include “binarytext” could be an efficient solution. Is that solution the best? Is there a better ...
  0 votes
  0 answers
  0 comments
  1550 views

Hello, I am trying to upload a file using the java automation client : FileBlob blob = (FileBlob) session.getFile(path); session.newRequest(“Blob.Attach”).setHeader(Constants.HEADER_NX_VOIDOP, “true”).setInput(blob) .set("document", ...
  0 votes
  1 answers
  0 comments
  3222 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

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

Hello, we are using Nuxeo Platform 7.3, with the default out-of-the-box authentication. Generally we use the predefined Administrator user. When we log out of the web UI, it always seems to either redirect back and re-login as Administrator, or ...
  0 votes
  0 answers
  0 comments
  2336 views

We use Nuxeo-Platform with external identification, where emails are used as login. In “AbstractUserWorkspaceImpl.getUserWorkspaceNameForUser” the workspace name for user is hard coded with a limitation of 30 char max. Since emails could be longer, ...
  0 votes
  1 answers
  0 comments
  1428 views

we're using the cloud plugin to read blobs from s3 we noticed a loads of queries for metadata toward our s3 bucket, for example if we ask the document model for one attachment and load the files schema the cloud provider goes and read the metadata ...
  0 votes
  1 answers
  2 comments
  1658 views

I'm trying to get notification working so i've downloaded nuxeo-features/nuxeo-platform-notification from GitHub but i'm getting some errors when launching mvn clean install , also i can't find a release for 7.3 version. i wonder if notifications ...
  0 votes
  1 answers
  8 comments
  5994 views

I was looking on how to implement session replication across my cluster nodes and found this comment in the server manager config: <! -- Disable HTTP Session persistence between restart since webengine session objects are not serializable -- > ...
  0 votes
  1 answers
  0 comments
  2157 views

Hello Every one, Upload Content is working in Nuxeo 6.0, after installing Nuxeo 7.3 , the same code is throwing Error. My upload Content code router.post('/content/upload/?*', function(request, response, next){ console.log("Uploading ...
  0 votes
  2 answers
  0 comments
  3025 views

Hello community I'm having some problems with chrome and the basic authentication (jquery) with the javascript client from nuxeo. I have a form based login which works fine when the credentials are ok, but when the authentication fails, I get a ...
  1 votes
  1 answers
  1 comments
  3017 views

I guess there are other users out there facing the same challenge: Keeping records in different languages for the same document I would like to avoid keeping separate documents for each language as this would result in lots of redundant documents ...
  0 votes
  1 answers
  1 comments
  3086 views