Development-Configuration


Related Questions
Hello all, I would like to know if it's possible to update a toolib ? On a document, when I put the mouse on a the document link, I have a tooltip wherein it is written “File”. I want to have the comple name of the file (it is a long name and the ...
  0 votes
  1 answers
  0 comments
  1818 views

Hi I'm a Studio begginner, so all apologies for this question. How to create three blank documentary models Word, Excel and PowerPoint so that they appear in the list when you click on " New Documents " . It would also that clicking (for example) on ...
  0 votes
  0 answers
  0 comments
  3876 views

I m into coding a one page application using the REST API, Auth being managed by token auth. I was quite surprised to discover that the user endpoint gives access to users passwords to any user using the API ! Could this user attribute be reserved ...
  0 votes
  1 answers
  0 comments
  1564 views

We have a case where HR would like to create User and Groups but he should not have other priveleges like current Administrator.
  1 votes
  1 answers
  0 comments
  1971 views

According to the documentation (https://doc.nuxeo.com/display/NXDOC/Using+OAuth2), Nuxeo currently supports the “authorization code” flow by passing the “reponse_type” parameter with the value “code”. Does Nuxeo support any other OAuth2 grant flows ...
  3 votes
  0 answers
  0 comments
  2051 views

Caused by: /home/ubuntu/nuxeo/nuxeo-features/nuxeo-admin-center/nuxeo-admin-center-analytics/target/antrun/build-main.xml:4: The following error occurred while executing this line: ...
  0 votes
  1 answers
  0 comments
  2422 views

I have read that nuxeo offers DIGEST_AUTH, WEBDAV_BASIC_AUTH, ANONYMOUS_AUTH Whiler for Rest Service we add a plugin. <urlPatterns> <url>(.*)/api/v.*</url> </urlPatterns> <replacementChain> ...
  3 votes
  1 answers
  0 comments
  2251 views

I need to encrypt only specific document by giving an option encrypt and this document should be decrypt only by so other users should not see the document content.
  3 votes
  0 answers
  0 comments
  3984 views

Hello I am interested in document metadata encryption. I have sensitive values in document that want to encrypt them.
  4 votes
  0 answers
  0 comments
  4705 views

In the Nuxeo signature found that every user can have their own certificate but as I am using multi tenancy my requirement is to have different certificate for each tenants (Not a single certificate for all tenants). So, is that possible.
  0 votes
  0 answers
  0 comments
  1502 views

Hi All, Recently, I was checking open shource nuxeo and live connect. In live connect I found that google service needs to be configured with Admin. That means in one nuxeo instance only one google drive can be mapped. Right? What I want is every ...
  0 votes
  0 answers
  0 comments
  1444 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
  1631 views

Hi All, I am trying to configure Nuxeo 8.2 with elasticsearch 1.7.5 as a remote instance with Shield 1.3. I am able to run my elasticsearch instance but when I need to configure Nuxeo 8.2 to ES 1.7.5 how to provide the authentication details of ES ...
  0 votes
  0 answers
  0 comments
  1445 views

I want to update dc:lastContributor with customer like below POST request: var data = '{“entity-type”: “document”, “name”: “' + name + '“, “type”: “' + type + '", "properties": {"dc:title": "' + name + '", "dc:description": ...
  0 votes
  0 answers
  1 comments
  2021 views

Hi all I'm implementing a custom operation and using chainException framework to capture exception thrown in a chain, based on: https://doc.nuxeo.com/display/NXDOC/Automation+Chain+Exception <extension point=“chainException” ...
  0 votes
  1 answers
  0 comments
  3152 views

I created in Studio a custom doc type inheriting from workspace. TemplateRoot has been configured as a possible container for this new doctype. I can thus create such a doc under TemplateRoot. It does not appear in the template list on the workspace ...
  0 votes
  0 answers
  0 comments
  1708 views

It seems whatever is configured in nuxeo.tmp.dir some conversion tasks are operated in the “/tmp” directory and there seems to be no cleanup. Not really clear what software is responsible for those files. File types are : PNG image data, PDF ...
  0 votes
  1 answers
  1 comments
  2194 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
  1609 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

Thumbnail export should be disabled for folderish document types, otherwise you get this: {“entity-type”:“exception”,“code”:“org.nuxeo.ecm.webengine.model.exceptions.WebResourceNotFoundException”,“status”:404,“message”:“No Blob was found for ...
  0 votes
  0 answers
  0 comments
  1780 views

I was wondering if anyone had any issue building nuxeo-ffmpeg via docker. It seemed work fine on an earlier version of docker but the new version fails. Screenshot below
  0 votes
  2 answers
  1 comments
  2284 views

I use an histogram widget along with usual widgets. As soon as I add some (not all) checkbox widget there are problems with filtered results Eg : unfiltered results : the aggregates show 2 matching results for a value I click the aggregate widget ...
  0 votes
  1 answers
  0 comments
  1617 views

I m trying to build a content view that should either query a year field or fetch document created last year. Is there an equivalent in EL to a MVEL expression such as @{CurrentDate.years(1).format("yyyy")}
  0 votes
  0 answers
  1 comments
  1794 views

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

Hello, I'm Java Developer, but I have a question, It's possible add new field when a user create a new document,? without nuxeo studio? Thanks a lot
  0 votes
  2 answers
  2 comments
  2990 views

hi everyone, This is my first Question in this forum so please be gentle and answer it ASAP. I am creating a new xhtml page with the bean called in my case createManag. I created a button “create” that calls a method from the bean. The problem is ...
  0 votes
  0 answers
  0 comments
  2308 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

Usually, Nuxeo Studio exposes widgets that deal indifferently with users or groups. In the case of aggregates such as selectManyListboxUserAggregate, it seems this is not the case. Unfortunately, some fields in custom documents do hold a reference ...
  0 votes
  1 answers
  0 comments
  1608 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
  1706 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
  3265 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
  2381 views

Hello all, Quick question. For the widget: <widget name="summary_current_document_tagging" type="summary_current_document_tagging"> <labels> <label mode="any"/> </labels> <controls mode="any"> <control ...
  0 votes
  0 answers
  0 comments
  1818 views

Hi Folks, I am integrating Nuxeo with Liferay portal. I am unable to load nuxeo's annotation iframe in Liferay as I am getting cross origin policy error. I tried with options like nuxeo.frame.options=ALLOW-FROM URI ...
  1 votes
  1 answers
  0 comments
  1911 views

Hi, I am newer to Nuxeo, I was checking the features of Nuxeo so that comparison can be made and finalize which ECM is to adopt in Our Project. For this purpose I had configured Nuxeo 6.0 Multi OS platform on my Local System with Online Trial ...
  0 votes
  0 answers
  0 comments
  1692 views

Hello, I'm currently trying to retrieve all the versions of a document using a NXQL query, filtering them by their parent id. Here is my current NXQL query : SELECT * FROM MyDocumentType WHERE ecm:parentId = '63ab5b87-6e28-4deb-929b-5b5259bcc143' ...
  0 votes
  2 answers
  0 comments
  6859 views