Nuxeo Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Nuxeo LTS 2025 Layouts Global CSS

Hi,I have a Nuxeo LTS 2025 WebUI studio project that I deploy to a Docker container, I have been able to style document layouts as well as layout blocks individually but I am unable to find where I can create/add a global css of classes that I can th...

Changing the default styles of nuxeo elements.

We are developing a UI with nuxeo and polymer JS. We have used paper-checkbox, paper-radio button in our modules. Now we need to override the default styles of these elements without changing the original components. We have installed these as bower ...

Changing the icon on file upload button widget

Hi, I am new to Nuxeo and trying to build a front-end application using nuxeo and polymer js. We are using nuxeo file upload widget to upload certain files. Currently we are using the nuxeo-file element to upload the files. We need to change the icon...

Nuxeo Studio 8.1 Pricing

Hello we want to use Nuxeo Studio 8.1 and we need to know the price offer: (Silver,Gold,Platinum) so we can consider to buy the service. Thanks in advance!!! Florent Guillaume

Amir_Buzo by Confirmed Champ
  • 853 Views
  • 2 replies
  • 0 kudos

Exception DocumentNotFoundException when use elasticsearch

I get this exception on my Nuxeo LTS2015 (it used to work on my Nuxeo 5.8) . 2017-01-19 18:40:31,920 WARN [ajp-bio-0.0.0.0-9550-exec-14] [org.nuxeo.ecm.webengine.app.WebEngineExceptionMapper] Exception in JAX-RS processing org.nuxeo.ecm.core.api.Docu...

Resolved! LDAPS: Nuxeo performing too many bind

Hello, While setting up our Nuxeo LTS2015 Test server we've realized that Nuxeo does not have a proper LDAPS client behavior (whereas it's fine wile using the LDAP protocol). Our LDAP servers logs show Nuxeo performing a new LDAP Bind for each Search...

Members can't see documents

Hi! I have problem with permissions. While Members Group should read all domains, and documents I see information that I can't see any content(logged as user from members group). I tried to change it at permissions settings but regiving permissions f...

__3 by Confirmed Champ
  • 1952 Views
  • 7 replies
  • 0 kudos

Nuxeo customization

Hi I am struck on a problem its been many days now.The problem is i created one project and configured global search form through nuxeo studio later my studio got expired now what i am trying to do is to change the labels of the form that i created t...

Using OR in the query of a Page Provider

Hello, We have a problem related with the query defined in a page provider. We are using Nuxeo 7.10. We are using the widgetType singleDocumentSuggestion. The following page provider works correctly: <coreQueryPageProvider name="test"> <property n...

Resolved! Evaluating non-subscription version

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 and...

chrati by Champ on-the-rise
  • 1313 Views
  • 5 replies
  • 3 kudos

Resolved! Problem adding database indexes in Relations table in Oracle

Hi, we have configured Nuxeo to use Oracle database, and we have a problem. In our application the relations are very important, so we need to add an index to the Relations table of Nuxeo in order to have a good performance. The index would take the ...

Document found by IdRef but not found by PathRef

We have an random error, when we search an document by path (CoreSession.exists(new PathRef("'the path")) we have an Document Not Found Exception. But the document was found by ID (CoreSession.exists(new IdRef("'the id")) or by query (SELECT * FROM "...