Import a .jar into Nuxeo server

I created a .jar file with maven project into eclipse ( Bundle ), I want import this bundle into Nuxeo server using Update Center .

0 votes

3 answers

2812 views

ANSWER



Hi,

In order to import your bundle into the server using the “local packages” of the admin center, you will need to create a marketplace package for it first.

Marketplace packages are highly recommended to deploy your project since they allow you easy install/uninstall/upgrade.

You may find all details on marketplace packages in our documentation center : http://doc.nuxeo.com/x/CwIz And a sample is also available on github : https://github.com/nuxeo/nuxeo-marketplace-sample

Should you wish not to create a marketplace package, then you could either (from better to worst) :

  • Use a configuration template : http://doc.nuxeo.com/x/LoAAAQ
  • Place your bundle directly in the nxserver/bundles directory of your Nuxeo instance and restart the server

Hope that helps !

0 votes



thank you,

i did the same instruction in http://doc.nuxeo.com/display/public/NXDOC/How+to+implement+an+Action

i put my .jar file in /nxsever/bundles/ and started the server. but i can't see the icon in the workspace !!!

0 votes



Can you create another ticket/question for this different problem? in order to provide to users clarity in this topic and to provide you more support.

Thanks a lot

01/23/2014


As Bertrand told you, you can install it through a marketplace package. Or in the raw way you can copy/paste the bundle jar into the nxserver/bundles folder and start the server.

And at last for a good dev guidelines, don't hesitate to see this: http://www.nuxeo.com/en/products/nuxeo-ide

It's an eclipse plugin that you can find into the eclipse marketplace letting you dev, deploy and browse Nuxeo very fast.

0 votes