override


Related Questions
Hi, I have a component that declares a service. The service has different implementations provided in separate bundles: BaseBundle: ServiceInterface BaseServiceImpl SecondBundle: SecondServiceImpl ThirdBundle: ThirdServiceImpl The service and ...
  0 votes
  1 answers
  2 comments
  4730 views

Following http://answers.nuxeo.com/questions/11246/how-to-add-a-new-field-to-relations we have made all the necessary steps to override a Seam component using Nuxeo IDE, but we have a problem when we try to deploy it: If we create a JAR (Nuxeo > ...
  0 votes
  0 answers
  0 comments
  2508 views

Hello, I am using Nuxeo Platform 6.0, and I am trying to add content to the blue sidebar that it is displayed on the “Workspace” tab (the sidebar where it shows the Sections and Workspaces tree, the Worklist and the Clipboard). I have changed the ...
  0 votes
  2 answers
  0 comments
  2399 views

Hi, I m trying to override the TemplateRoot type in order to allow Sections as subtypes. I built a contribution thanks to Nuxeo explorer <?xml version="1.0"?> <component name="org.nuxeo.ecm.platform.types.override"> ...
  0 votes
  1 answers
  6 comments
  1723 views

Hi, I would like to override the faceted_search_default to delete 2 fields (dc:coverage and dc:subjects). I try to do that in Studio via a xml extension point but it don't work at all. <extension ...
  0 votes
  1 answers
  0 comments
  2314 views

I'm trying to add a new field to groups and a new relationship to a new directory/schema for a MySQL Nuxeo schema, but the new column is never added to the MySql table. I've tried dropping the schema and going through the wizard and now the groups, ...
  0 votes
  1 answers
  0 comments
  3886 views

I m trying to override the send email action so that it appears on folderish documents. I thought this would do the trick, mergeing the folder and not_folder filters <require>org.nuxeo.ecm.platform.actions</require> <extension ...
  0 votes
  1 answers
  0 comments
  1824 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
  1864 views

Can anyone help with this topic? I've built my own modified Nuxeo package named same as the default one and then I replaced existing .jar with the new one. But I'd like to avoid this method because I need to have modified jars for each Nuxeo DM ...
  0 votes
  1 answers
  0 comments
  3732 views