nuxeo-platform


Related Questions
Can I use a jar with different versions in just one bundle? Nuxeo platform 7.10 (LTS2015) uses jedis 2.7.0 to communicate with Redis server. I have my bundle it communicates with new Redis server, this bundle has the spring-data-redis to connect ...
  0 votes
  1 answers
  1 comments
  1622 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
  1525 views

I have created a new search contentview for documents. They have proxies in a dedicated folder. The search works with one exception, an aggregation for the lifecyclestages of proxies. It looks like the proxies are not updated in the elasticsearch ...
  0 votes
  0 answers
  0 comments
  1526 views

Hi, I would like to know how to catch an exception in the front with web-ui Polymer, in case of an event handler aboutToCreate for example. In my listener : I rollback (it works) I add in contextData map a message, but this message does not display ...
  0 votes
  0 answers
  0 comments
  1604 views

Hi all, I want to write a cron task to restart nuxeo each week. For that I have write a script called by the cron task. When I execute the script myself, it works fine… But, when the script is executed by the cron task, all services (postgres, ...
  0 votes
  0 answers
  0 comments
  1609 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
  1295 views

Good morning, everybody, I am looking for an automatic publishing system in sections. Explanations: I have a root workspace in which I have several workspaces. In one of them (which I called “IUT”), I created several sub-workspaces. In addition, in ...
  0 votes
  1 answers
  2 comments
  1877 views

Hello everyone, Currently I'm working on a project that will be integrated with Nuxeo but I got an issue during the implementation in nuxeo of the SSO with auth0, then I kindly asking you, if It’s possible to configure a new OpenID Provider? Please ...
  0 votes
  0 answers
  0 comments
  2939 views

Hi, I'd like to know if there is an existing documentation to create a nuxeo bundle which declare a new content type, without using nuxeo studio. More generally I'd like to know if to customize listings, create & edit forms, and document type ...
  0 votes
  2 answers
  2 comments
  2727 views

Hi, How can I set a password policy for users ? The documentation just says that 'The password complexity is checked against a regexp that can be changed.' and i didn,t find anything else about that. Thanks.
  0 votes
  1 answers
  0 comments
  2934 views

Hello. I have a long-running process pushing several hundred million entries into the system that is chunked into a number of enqueued Work instances. I'm looking for a way - conceptually - to say “when all is complete, is the totality of what ...
  0 votes
  0 answers
  0 comments
  1328 views

Hi, I am importing text file of size arroung 32MB. While importing file I am getting error as follows: Caused by: org.bson.BsonSerializationException: Size 30831765 is larger than MaxDocumentSize 16793600. ...
  0 votes
  2 answers
  4 comments
  2726 views

I'm trying to make changes to binary metadata based on https://doc.nuxeo.com/810/nxdoc/binary-metadata/ . But the changes are not being reflected. Added additional fields to extension. I'm new to Nuxeo. Please help Following are the JAR files ...
  0 votes
  0 answers
  0 comments
  1458 views

Hello, I am currently trying to wipe and reinstall Nuxeo (from Homebrew) and I'm having some difficulties with remote connections. The initial install goes fine, but after having issues with the install pulling packages I wiped out everything and ...
  0 votes
  1 answers
  3 comments
  1968 views

hi, so far I had set the upload timeouts as an xml extension but after the 9.2 update the following messages appear on startup: Property 'org.nuxeo.dnd.upload.timeout' should now be contributed to extension point ...
  0 votes
  0 answers
  0 comments
  1414 views