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
  1416 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
  1542 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
  1500 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
  2015 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
  3629 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
  1447 views

Hello, Can anyone help on how to make a link always point to the latest version of a published document? This has been a problem for me because whenever the document is published with a new version, the url of the published document is also changed ...
  0 votes
  1 answers
  1 comments
  1524 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

Hi, I have multiple transcoded binary for my video and I try to delete a transcoded binary with curl : curl -u Administrator:Administrator -X DELETE ...
  0 votes
  1 answers
  0 comments
  1623 views

I am successfully able to upload bulk files into Nuxeo. But i want to fetch the meta deta of that uploaded files also. So how to get that metadeta of uploaded file ?
  0 votes
  1 answers
  0 comments
  2029 views

Please reply if someone has already done on this part.
  0 votes
  0 answers
  0 comments
  1283 views

I am Creating a Spring-Java Application where i am Using Nuxeo as File Storage. I can do all operations like create workspace, folder, file, versions using HttpAutomationClient. i want to get all information of file like versions. but i am not able ...
  1 votes
  0 answers
  0 comments
  2050 views

Please reply if you guys know. I am stuck in this. I have to finish this importing ASAP.
  0 votes
  1 answers
  3 comments
  3618 views

How to automate token generation using java?
  0 votes
  1 answers
  0 comments
  1915 views

Can anyone tell me how to use the TokenAuthenticationService available for nuxeo. I am new to this and I want use this to generate token for logging in to nuxeo.
  0 votes
  1 answers
  0 comments
  1637 views

Bonjour, J'ai suivi méticuleusement l'installation sous debian 8. Toutefois, après avoir installé avec succès tous mes paquets, j'arrive devant l'interface web d'installation. Je réponds à toutes les questions et la dernière étape (téléchargement ...
  1 votes
  0 answers
  0 comments
  2456 views

Can anyone explain the behavior of a long-running Automation Session in terms of servers-side resources? We recently received a “Connection pool is fully used” message that mentions nuxeo.vcs.blocking-timeout-millis and nuxeo.vcs.max-pool-size ...
  0 votes
  0 answers
  0 comments
  1677 views

Nuxeo extract preview (or generate renditions) from indesign files?
  0 votes
  0 answers
  0 comments
  1387 views

Hi, I am newer to Nuxeo. I had integrated it with custom Java Application using HttpAutomationClient. But I want to create a Domain using Java Code. I am not able to find a way to do that. Kindly help.
  -1 votes
  0 answers
  0 comments
  1905 views

Hi all , We still use Nuxeo 5.6 connected to a ldap. Ldap manage users and groups (static and dynamic groups). Everything works as expected. We try to upgrade to the latest Nuxeo platform version LTS 7.10. I upgraded our 5.6 installation to 5.8 then ...
  0 votes
  0 answers
  0 comments
  2096 views

Hi I'm trying to create a file with doc type 'picture' and upload it with an image. But it shows an error page “An error Occurred' Please help me to solve this. Regards Cilgo George
  0 votes
  0 answers
  1 comments
  1532 views