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
  1385 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
  1412 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
  1536 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
  1494 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
  1604 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
  1275 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
  1518 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
  1711 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
  1901 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
  2004 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
  3619 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
  2596 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
  2602 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
  3161 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
  1439 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
  1517 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
  1826 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
  1621 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
  2022 views

Please reply if someone has already done on this part.
  0 votes
  0 answers
  0 comments
  1278 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
  2042 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
  3614 views

How to automate token generation using java?
  0 votes
  1 answers
  0 comments
  1912 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
  1632 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
  2450 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
  1673 views

Nuxeo extract preview (or generate renditions) from indesign files?
  0 votes
  0 answers
  0 comments
  1383 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
  1898 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
  2089 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
  1528 views

Hi, We are looking for Nuxeo expert who can implement Nuxeo as per our requirement. Regards Cilgo George
  0 votes
  1 answers
  0 comments
  1610 views

I am trying to schedule an event in nuxeo IDE but facing error while creating event listener in IDE: the scheduler contribution is: <?xml version="1.0"?> <component name="org.nuxeo.sample.ScheduleCall" version="1.0"> <extension ...
  0 votes
  1 answers
  4 comments
  4302 views

I have fresh Nuxeo installed on RHEL7.1. Everything works fine when using along with MySQL/H2 platform; however, with Oracle I have got the 'RepositoryServiceComponent' starting failure. The server.log generated from Nuxeo restarting process shows ...
  0 votes
  0 answers
  0 comments
  1804 views

Hi, Not able to set property of type Datetime in Nuxeo using Automation Scripting (JavaScript). Below is the code snippet: function run(input, params) { var d2 = new Date(); d2.setFullYear(d2.getFullYear()+7); Document.SetProperty(input,{ ...
  1 votes
  1 answers
  0 comments
  2153 views

Hi all, while testing the nuxeo system I have just installed the nuxeo Adobe Indesign Connector (server + client). The plugin in Indesign is authenticated (admin at http://domain.ltd:8080/nuxeo) nut either in the document or folder view there are no ...
  0 votes
  0 answers
  0 comments
  1482 views

Hi there, we (small agency with 10 employees) were evaluating nuxeo over the last days as a future replacement system for our current Alfresco installation. While everything went fine I was wondering about the differences between the subscription ...
  1 votes
  4 answers
  1 comments
  3617 views

Hi, Not able to change document state to previous. Below is the configuration: [Life Cycle states: Start<--->Process<--->Published] [Workflow impementation -> Automation Chains (Fetch > Context.FetchDocument => Document > ...
  0 votes
  0 answers
  3 comments
  3336 views

Hi, I am trying to update a document property with some value using Automation Scripting, Failed to invoke operations “Document.Update”. Also ctx.CurrentDate is returning “null”. Please suggest if any configuration/code missing. Below is code ...
  0 votes
  0 answers
  0 comments
  3507 views

How to apply a data retention policy in Nuxeo. Is there any configuration/setting available?
  0 votes
  0 answers
  0 comments
  1680 views

I have Implemented CAS SSO with Spring Security and Nuxeo. I have Problem In Single Sign Out From Nuxeo. When I Do Logout From Nuxeo It Logged out from Both Application(Nuxeo and Spring App). But When I Do Logout From Spring App It Will Only Logged ...
  0 votes
  2 answers
  1 comments
  2814 views

Hi, I am newer to Nuxeo. I had successfully implemented SSO with LDAP-CAS-NUXEO, but Nuxeo takes login credentials as UserName & Password. But I want to change it to Email & password. I am not able to find any way to do it. Any help in this ...
  0 votes
  0 answers
  0 comments
  1707 views

I have configured Nuxeo/Elasticsearch via the “elasticsearch-config.xml.nxftl” file to use synonyms via a synonyms.txt file. It's a simple synonym file using only two words for now but it is not working. When I query Elasticsearch via ...
  0 votes
  3 answers
  4 comments
  2380 views

Sorry for this naive question, but is Nuxeo Studio open source? I don't see it on Github , so I guess it is proprietary?
  0 votes
  1 answers
  1 comments
  3267 views

The Getting the Nuxeo source code documentation says: Contributing to Nuxeo does not require cloning Nuxeo source code But when I want to play around and modify things and possibly later send various pull requests, is not it best if I have forked ...
  0 votes
  1 answers
  0 comments
  2383 views

Hi, after upload a PDF-file the content is not recognized as PDF. Instead I get a “normal” file icon (see image attached). Any suggestion?
  0 votes
  1 answers
  2 comments
  1552 views

I created a simple “Operation” using Nuxeo IDE plugin for Eclipse. All my Operation does is execute a System.out.println statement. I am able to export it to Nuxeo, create a new Automation Chain where I can select my operation. I am able to add that ...
  0 votes
  0 answers
  0 comments
  1604 views