9.10
Is there a way to fetch every existing proxies of a live document ?
0 votes
1 answers
0 comments
524 views
Hi, We stated that the trash are not cleaned up. How configure the clean up of the trash ? Thanks, Regards,
0 votes
0 answers
0 comments
538 views
Hi, I would like to use deleteOrphanBinaries.groovy script, How use it ? Thanks. Regards, Eric Galant
0 votes
2 answers
4 comments
566 views
Hello, I am looking for code samples or examples of using TokenAuthInterceptor instead of BasicAuthInterceptor. NuxeoClient nuxeoClient = new NuxeoClient.Builder() .url(url) .authentication("Administrator", "Administrator") .connect(); Thank you.
0 votes
2 answers
1 comments
752 views
Hello, I want to know the difference between the Java Client and the Java Automation Client . What is the best to use ? If the Java Automation Client is deprecated, why is it still maintained (versions : 9.10 / 10.2 / etc …) ? Regards.
0 votes
1 answers
0 comments
737 views
Hello, Howto publish a document in the webUI interface ? Best regards Dominique
0 votes
1 answers
0 comments
503 views
Nuxeo folks - regarding the setInitialVersion method of the StandardVersioningService class - the method does not take policy ordering into account on document creation as the retrieveMatchingVersioningPolicy method does on document update. So it ...
0 votes
1 answers
0 comments
435 views
Hello, We have upgraded nuxeo to version 9.10. and Nuxeo starting is very slow , about 45 minutes to start ! We think that it provokes by the size of the data (145G), we use postgres 9.6. we set this value : launcher.start.max.wait=3600 ...
0 votes
0 answers
1 comments
540 views
It looks like nuxeoctl showconf only displays configuration properties defined in nuxeo.conf . Is there a cmd-line way to get a full dump of all properties from all templates after they've all been loaded and the server started?
0 votes
1 answers
1 comments
583 views
Hello ! I'm using the 9.10 version of nuxeo plateform and I want to define an ldap-group members as administrator. I only use ldap management (SQL + LDAP managment). How can I do it ?
0 votes
2 answers
1 comments
730 views
Hello, I have vanila nuxeo 9.10 instalation on ubuntu 18. And on operations in Nuxeo UI or Nuxeo JSF I am getting errors: 2018-09-20 16:41:25,420 ERROR [http-nio-0.0.0.0-8080-exec-11] [org.nuxeo.ecm.core.event.impl.EventServiceImpl] Exception during ...
0 votes
1 answers
0 comments
767 views
0 votes
0 answers
0 comments
607 views
If I launch mvn package from the *-web folder in order to build the jar It fails.
0 votes
1 answers
0 comments
691 views
nuxeo-cli@1.8.4 and generator-nuxeo@2.8.1 are installed globally (as well as nuxeo@3.7.1 ) When i bootstrap an angular projet, the dependency in package.json for nuxeo javascript client is 1.2.1 instead of expected latest Nuxeo JS client version ...
0 votes
1 answers
0 comments
775 views
Nuxeo Folks - regarding: https://github.com/nuxeo-sandbox/nuxeo-retention I realize this is in the sandbox - but this component has some interesting capabilities for us. In experimenting with it - I've defined an automation action to be taken upon ...
0 votes
1 answers
0 comments
672 views
Hello Can I change login page in nuxeo server? I read login page But i don't find directory in nuxeo server for override this xml file. I wont change login.jsp Tnx
0 votes
1 answers
0 comments
860 views
Hello, Looking at nuxeo-document-tree as it applies to the personal workspace, I was wondering if the number of children displayed in the navigation tree is limited? If there are 1 million children in a folder for example, will webui try to display ...
0 votes
1 answers
1 comments
716 views
There is a Relations tab in the JSF UI that allows defining relations between two documents of the repository. It is not yet ported in Web UI, will it be for LTS 2018?
0 votes
2 answers
0 comments
1013 views
Hi, We have an event listener that is triggered by a user action. It runs an operation that changes permission on the asset. We would like to be able to run an operation without giving the users ability to change permission on an asset. The event ...
0 votes
1 answers
0 comments
788 views
Assuming I have three blob repositories configured (invoices, articles, default) for my instance. Is there a way to tell from the document metadata exactly where the blob is stored? Example configuration: <extension ...
0 votes
0 answers
1 comments
791 views
All, The customer I am working with would like to redirect users based on the group membership to different locations. For example: the users in “memebers” group or no group membership would be redirected to “contact your admin” custom page in ...
0 votes
2 answers
1 comments
674 views
I'm trying to implement a default versioning policy as follows: On initial document creation - set the version to 1.0 Thereafter - increment the minor version number (1.1, 1.2, …) I have tried various combinations of: ...
<policy id="test" ...
0 votes
1 answers
3 comments
798 views
Our unit tests use the use the in-memory key/value store. We would like to run the same tests from the command line via maven - but use Mongo as the key/value store. We've configured local servers via templates to use mongo as the key/value store to ...
0 votes
1 answers
1 comments
749 views
When components get reloaded they will stay in activated state and will not get started. The problem seems to be in ComponentManagerImpl.applyStashWhenRunning () where new components are activated in one loop, and then in the next “isStandby()” loop ...
0 votes
1 answers
1 comments
755 views
Here i am getting docs value empty can anyone help me please…..PFB code. public void run() throws NuxeoException { String tenantDocumentPath = getOrCreateCPODocTypesForGlobalUsageMangementDoc(tenantId, session).toString(); DocumentModelList docs = ...
0 votes
0 answers
1 comments
779 views
Hi people, I have created a nuxeo bundle to override some parts of nuxeo interface. I have been able to to change some icons (pdf, word, excell, workspace etc) but not section icon. I have replaced all icons of section but it does not appear in the ...
1 votes
0 answers
0 comments
786 views
I want to use space characters in the options of <nuxeo-select role="widget" label="[[i18n('label.longsoft.category')]]" name="category" options=[["Free offer"],["Finace plan"],["Other document"]] selected="Other_document" ...
0 votes
0 answers
0 comments
765 views
The Trash feature in Web UI was not part of 9.10 release. However, this feature has been developed for 10.1 Fast Track release. It includes: a new Trash pill/tab when browsing a Folderish document a new Trash Search to retrieve all trashed document ...
2 votes
0 answers
0 comments
1170 views
We're about to upgrade our database to PostgresQL 10.4 for Nuxeo Platform. Doc says that Nuxeo supports PostgresQL 9.6 but we'd like to know if the newest version of Nuxeo supports PostgresQL 10+ anyway. If not yet, is it going to be supported in ...
0 votes
1 answers
1 comments
822 views
DirectoryCache uses put() function to add items to cache instead of localPut(). Using put() causes a “cacheinval” message to be sent and the key will be cleared from other nodes. When those nodes need to use the key they will do the same and clear ...
0 votes
1 answers
3 comments
793 views
I have a requirement to remove a version from document history without removing the non-version of the document. The use case is: User adds content of interest to a document (v1) User creates a new version (v2) - removing said content of interest ...
0 votes
0 answers
0 comments
675 views
Hi, Preview the document shows the blank pop-up. I looked at the JS script that activated the pop-up and used the url in a new browser tab. It is blank. https://[website]/nuxeo/site/api/v1/repo/default/id/[hiddeniD]/@blob/file:content/@preview When ...
0 votes
0 answers
0 comments
716 views
CONTEXT: I would like to import scanned documents similar to the process described in this tutorial: https://www.nuxeo.com/blog/direct-document-capture-nuxeo-using-ephesoft-cmis/ where the variables captured by the scanning software can be mapped as ...
0 votes
2 answers
0 comments
1115 views
Hello, We have upgraded nuxeo to version 9.10. And Nuxeo starting is very slow , about 45 minutes to start ! We think that it provokes by the size of the data ( 145G) because we have a other application Nuxeo in version 9.10 with a smaller size of ...
0 votes
2 answers
9 comments
1775 views
Hi, In Nuxeo Studio, when I modified/added a document type in the Model, I could change the content layout for creation, view, and edit mode. Now, suddenly, when i open the document type to modify the content layout, it no longer shows me. I only ...
1 votes
2 answers
0 comments
1201 views
I have a create layout with a nuxeo-data-table and I would like to show/hide fields based on user input inside of the nuxeo-dialog but I am unable to. <nuxeo-data-table role="widget" items="{{document.properties.request:itemsToCreate}}" ...
0 votes
0 answers
0 comments
1174 views
From what In understand, connecting a Nuxeo server to AWS Elasticsearch should work. I've configured the Nuxeo server to use the AWS service, and it works for the most part. However, I can no longer get the Admin Analytics page to load. I set two ...
1 votes
1 answers
2 comments
2365 views
I'm facing the following scrollbar when the main element is very small. Even though there is sufficient space. Can I avoid this scrollbar somehow?
0 votes
0 answers
0 comments
794 views
I can't see resolution actions in Nuxeo Studio
0 votes
0 answers
0 comments
708 views
Hello, I'm wondering if I'm missing some info on how to override existing Web UI elements via Nuxeo Studio. After reading https://doc.nuxeo.com/910/nxdoc/web-ui-deployment/ I tried overriding some Web UI components. For example I tried to override ...
1 votes
1 answers
1 comments
2046 views
Do you have a rest api for comments service?
0 votes
0 answers
0 comments
696 views
Hi, when I'm installing nuxeo I have this error, on the step of Addons and Download,you can see the error on the screenshot below. Can anybody help me please. Thanks
0 votes
0 answers
0 comments
693 views
How to copy a file from one document to another?
0 votes
1 answers
2 comments
1166 views
Hello, I experience a strange error when showing a custom date attribute on a metadata view. Firefox always shows January 1, 1970 . I'm using the nuxeo-date element: <nuxeo-date datetime="[[document.properties.my_schema:my_date_attribute]]" /> ...
0 votes
1 answers
1 comments
925 views
this.nxServer = new Nuxeo({
baseURL: 'http://local:8080/nuxeo',
auth: {
method: 'portal',
username: 'user',
secret: 'nuxeo5secretkey'
}
});
this.nxServer.schemas('*');
this.nxServer.repository().fetch(id).then((response) => ...
0 votes
1 answers
1 comments
952 views
I offer output version of the page on web ui.
0 votes
0 answers
0 comments
669 views
Can I turn off the redirect 302 when I use PROXY_AUTH?
0 votes
1 answers
1 comments
829 views
Nuxeo does have direct link to file? I start server with pdf.js http://nxserver:8888/web/viewer.html?file=http://nxserver:8080/nuxeo/nxfile/default/304441d8-d56b-47dc-bcc5-7da766478935/file:content/BA007378.PDF requires authorization.
0 votes
1 answers
1 comments
713 views
When you update the docker image?
0 votes
1 answers
2 comments
1032 views
Hello everybody, I'd like to trigger a very basic shell script when clicking a button in WebUI. Therefore I want to use an automation chain. It should be possible to achieve this by creating a custom operation like suggested here , but since this ...
0 votes
0 answers
0 comments
798 views