8.2


Related Questions
Is there a way to disable creation of document archive versions? The context is: I'm implementing a process that removes metadata from documents for compliance purposes. I don't want each removal to create an archive version containing the ...
  0 votes
  0 answers
  0 comments
  1391 views

All - I have a custom page provider with a query such as ... where x=? and y=? (using substitution params.) I would like to invoke the query via curl: curl -u Administrator:Administrator ...
  1 votes
  0 answers
  0 comments
  1415 views

This is a consistent behavior - a class contains several unit tests - each test inserts a few documents, then performs some manipulation on those documents. The class is declared thus: @Features({PlatformFeature.class, ...
  0 votes
  0 answers
  1 comments
  1541 views

Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = ...
  0 votes
  1 answers
  1 comments
  1499 views

I am writing an event handler. In my testing, I have observed that when a document is moved to trash, the framework always appears to fire a lifecycle transition event AND a move event (move to trash). Therefore in the interests of efficiency my ...
  0 votes
  1 answers
  0 comments
  1613 views

In various listeners I see in the code base, the listener is tied to a contribution that defines the events to be routed to the listener. Yet the listener code seems to confirm the event to be handled - e.g. if ...
  0 votes
  1 answers
  1 comments
  1280 views

I have noticed that SQLSession.getEntry is hitting the directory cache while SQLSession.hasEntry appears to be hitting the database with a query. Is this by design and if so why isn't hasEntry also using the cache?
  1 votes
  1 answers
  0 comments
  1524 views

I am writing code to load a dictionary from a CSV. (Have to implement some custom functionality.) I am looping through the CSV and have code to commit every 10,000 rows. I'm using session.createEntry to insert each dictionary entry. Two questions: ...
  0 votes
  0 answers
  0 comments
  1719 views

Hi, I am using CAS with LDAP for SSO in Nuxeo & My Web-App. But when the User Updates his Email, I want to update the Email of that User Resources. But I am not able to find a way to implement this using Java Automation Client API. Any help ...
  0 votes
  0 answers
  0 comments
  1906 views

Hello Guys, I have Problem in Removing Specific Attachment From Document. When I try to delete attachment with index 3, it will always delete last attachment that is index 0. I have tried using below code. DocumentService ds = ...
  0 votes
  2 answers
  1 comments
  2013 views

I'm trying to add some fields to dublincore.xsd but without success. I created two files and copied them under nxserver/config folder The files contain: dublincore.xsd <xs:schema targetNamespace="http://www.nuxeo.org/ecm/schemas/dublincore/" ...
  0 votes
  4 answers
  2 comments
  3628 views

Hi, I'm trying to pack and deploy Nuxeo on Wildfly 10.0.0.Finale. I am running in this issue: https://jira.nuxeo.com/browse/NXP-20199 is there another way for assembly Nuxeo in a war or ear? Thank very much.
  0 votes
  4 answers
  2 comments
  2603 views

I am trying to configure my Nuxeo instance to use S3 Buckets in my Eucalyptus Cloud as a binary store using the instructions here: https://github.com/nuxeo/nuxeo-core-binarymanager-cloud/tree/8.2-SNAPSHOT/nuxeo-core-binarymanager-s3 I already ...
  0 votes
  1 answers
  4 comments
  2607 views

Ok, so far I know that Nuxeo, by default, stores its binary files to a path “var/lib/nuxeo/data”. My first issue was that every time I rebuild my Nuxeo docker image, the contents of that directory disappears. The first solution I opted to was to ...
  0 votes
  3 answers
  7 comments
  3168 views

Hi, is it possible to resize the images using richtext_with_mimetype as the widget type in a Note document? I am trying to insert an image via link. In the editor, it retains the original image size but when the document is saved, the image shrinks. ...
  0 votes
  0 answers
  0 comments
  1445 views