plugin


Related Questions
Is there any way to “import” in Nuxeo Studio plugins that you have previously generated with it? Thanks
  0 votes
  2 answers
  3 comments
  2039 views

Is there a reason why TagServce would not return all the tags for a document? I do not have an exception or anything. These tags were added programatically as so: TagService tagService = Framework.getService(TagService.class); for(int i=0; ...
  0 votes
  1 answers
  1 comments
  1786 views

Hello, I am working on a binary metadata plugin that will populate the subjects for a document from the IPTC:Keywords or IPTC:Subjects . I originally tried to do this in my extension mapping, but I get the following error when I try to mapp ...
  0 votes
  1 answers
  9 comments
  2848 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
  2294 views

Is there a way to have an external xml configuration file for plugins? I followed the guide here: http://doc.nuxeo.com/display/Studio/Deploy+your+plugin+manually and deployed my plugin just fine with the xml config inside the jar file, but this ...
  0 votes
  2 answers
  1 comments
  2614 views

Hi, I need to replace the subject field vocabularies by other domain specific tags. I want to do it in a plugin contribution so that it is easier for us to keep several environments in sync. I have found how to contribute new vocabularies, but I ...
  0 votes
  1 answers
  0 comments
  3604 views

I have inherited a custom plugin that creates a couple extra document types, with fields and widgets. It also defines a directory that attaches to a MySQL database that we use for some of those fields. Using a clean nuxeo-tomcat-5.5-sdk install, I ...
  0 votes
  2 answers
  0 comments
  1986 views

Hi All, In nuxeo exists at least two methods to treat “known” type files. One of them is by using Imageplugin and ImageMagick, The next is by creating proper FileImporter. What are pros and cons of these solutions ? All the best
  0 votes
  1 answers
  1 comments
  1411 views

I have installed the nuxeo-plattform-ocr plugin ( https://github.com/nuxeo/nuxeo-platform-ocr#readme ) and is working very nice, but I am not able to run the OCR inside image PDFs. Is there any plugin to do this? Regards Ruben Bahntje Ushuaia - ...
  0 votes
  1 answers
  0 comments
  3008 views

Is there a plugin/config to extract metadata from OpenOffice documents and back?
  0 votes
  1 answers
  3 comments
  1655 views