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

Forum Posts

search using page provider

Hello All, I would like to use a page provider for my search endpoint. Is it possible to create a page provider without nuxeo studio? If yes, could you please tell me how?

Uril_Yak by Champ on-the-rise
  • 37 Views
  • 0 replies
  • 0 kudos

mongo for key-value via maven profile

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

Eric_Ace by Confirmed Champ
  • 61 Views
  • 2 replies
  • 0 kudos

Missing password policy validation in rest api

I was setting up a password policy (via userManager extension point) on our nuxeo instance and discovered the following behavior: Entering a password that does not match the defined policy, when creating a user via WEB-UI, is resulting in an InvalidP...

Document header problem

Hi, i have a problem when adding a code to display inputtext field. This is my code : <layout name="textWidgetLayout"> <templates> <template mode="any">/layouts/layout_default_template.xhtml</template> </templates> <rows> <row> ...

About Upgrade from LTS2015 to LTS2016

I am in the preparation Process of Upgrading from LTS2015 to 2016.I have below Questions It would be great if somebosy can advice on this. As per Installation Instructions ,I need to do back up of Data and File system?? 1.If i am pointing to Same DB ...

Tuto jaxrs [SOLVED]

Problem solved: check answer Hello, i am following the tutorial for jaxrs in order to make a webengine application. But, for the moment, i experiment a crash after having following the nuxeo tutorial for jaxrs: https://doc.nuxeo.com/810/nxdoc/weben...

Resolved! Reloaded components are not started

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

Create a custom rest api

Please provide example project to create an custom rest api for nuxeo? I have gone through nuxeo documentation already but didn't really understood.