Development-Configuration


Related Questions
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
  1786 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
  2295 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
  1622 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
  1799 views

How to apply a data retention policy in Nuxeo. Is there any configuration/setting available?
  0 votes
  0 answers
  0 comments
  1685 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
  2998 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
  2313 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
  2821 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
  1611 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
  1714 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
  2387 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
  3275 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
  2389 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
  1828 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
  1921 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
  1695 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
  6872 views