component


Related Questions
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 ...
  0 votes
  1 answers
  1 comments
  1286 views

Hello, I am trying to deploy my plug-in on my nuxeo-cap-6.0-HF02-tomcat instance in the cloud. My code works fine in Eclipse (same SDK) and is being deployed correctly. However, on my instance, Tomcat doesn't pickup the plug-in. There is no output ...
  0 votes
  1 answers
  0 comments
  2290 views

My nuxeo development project has several modules, deployed as plugins for nuxeo CAP. A new module bundle (created in the same manner than the others) has Seam components and xhtml pages. Although there is no noticeable difference with other modules, ...
  0 votes
  1 answers
  2 comments
  1948 views

I need to override the DocumentsInputResolver which is in : org.nuxeo.ecm.automation.server.jaxrs.io.resolvers.DocumentsInputResolver so I can handle space at the end of paths. But I don't know how. ...
  0 votes
  1 answers
  0 comments
  1866 views