Development-Configuration


Related Questions
Hello community, In the project I'm working on we have a workspace structure where different workspaces are nested, each workspace associated with user groups and read permissions, i.e: Workspaceroot Workspace 1 Workspace 1a Workspace 1b Workspace 2 ...
  0 votes
  2 answers
  2 comments
  1455 views

Hello Nuxeo Gurus, I have a question related to document structure configuration: I have a use case where I have to import documents from a relational database to Nuxeo. In my documents I have fields that are foreign keys from related tables (ex: ...
  0 votes
  2 answers
  0 comments
  1239 views

Hello, I need to hide the remove workspace button from the web UI. So far I have written a filter extension to grant delete permission only to workspace types and administrators members: <extension point="filters" ...
  0 votes
  1 answers
  1 comments
  1478 views

Hi, I want to execute an operation after starting nuxeo. Is it possible to detect the start of the nuxeo server ? Is there an event listener?
  0 votes
  0 answers
  0 comments
  715 views

Hi, I succeeded to add a scheduler using org.nuxeo.ecm.core.scheduler.SchedulerService but the added configuration are lost after nuxeo restarting. So i need to know how to dynamically configure the scheduler service and persist that configuration ? ...
  0 votes
  2 answers
  3 comments
  1201 views

To hide doc types in the create document dialog in JSF-UI the follows contribution works fine but not in the WEB-UI: <component name="my.component" version="1.0.0"> <require>org.nuxeo.ecm.platform.types</require> <extension ...
  0 votes
  1 answers
  0 comments
  1070 views

Hello Team I am using Nuxeo 9.10. For some workspace while clicking on permission tab i am getting below error. ++++++++++++++++++++++++++++ 2019-10-31 14:01:58,316 ERROR [http-bio-0.0.0.0-8081-exec-1608] ...
  0 votes
  1 answers
  0 comments
  990 views

My nuxeo server is behind a reverse proxy and is accessed by http. When configuring the client to connect with http it works perfectly and uses http url. But after restart the nuxeo drive client switches automatically to https: 2019-10-23 14:59:25 ...
  0 votes
  1 answers
  8 comments
  1704 views

Hi, I use Nuxeo 10.10 (LTS 2019). When i try to set permission to a large folder , the operation takes 23h to finish. And i have to do that for each group because when i set permission to one group, it's impossible to set permission for an other ...
  0 votes
  1 answers
  0 comments
  1012 views

Hello, I have a simple question, is it possible to refresh a page with polymer when clicking a button ? For example, in the _ok function of my form I would like to refresh my page. Thanks !
  0 votes
  2 answers
  0 comments
  1741 views

I want to create second repository in Nuxeo Multiple Repositories Configuration as given in the documentation, I have updated nuxeo.conf file also updated datasources-secondrepo-config.xml and `repository-secondrepo-config.xml. Following are the ...
  0 votes
  1 answers
  1 comments
  1755 views

Good morning. On nuxeo version 8.3 (but it already did for version 7.10) when you add users to give permissions to a folder, everything is fine until the 4th user. After which, it blocks, we can no longer add user. I tried to keep putting them on ...
  0 votes
  0 answers
  0 comments
  963 views

Hi, I use nuxeo LTS 2019 (10.10). I would like to disable the scheduled task “orphanVersionsCleanup” but i don't know how to do it I have found the extension point for the contribution: ...
  0 votes
  1 answers
  1 comments
  1268 views

Hello all, I'm trying to make an custom endpoint receive some data from a javascript application that uses Nuxeo JS client. The JS application uses the following code to perform the request: doEndpointTestRequest(){ // create the opts dict to be ...
  0 votes
  1 answers
  1 comments
  1329 views

I'm learning and using Nuxeo for a personal project for a small group of people. I would like to create some custom Document types to simplify working with our Data. I've tried creating a new package with the Nuxeo CLI. I've based my Schema on one ...
  0 votes
  1 answers
  1 comments
  1680 views