cancel
Showing results for 
Search instead for 
Did you mean: 

Import a .jar into Nuxeo server

hediacxio_
Champ on-the-rise
Champ on-the-rise

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

1 ACCEPTED ANSWER

Bertrand_Chauvi
Confirmed Champ
Confirmed Champ

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 !

View answer in original post

4 REPLIES 4

Bertrand_Chauvi
Confirmed Champ
Confirmed Champ

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 !

Vladimir_Pasqui
Star Collaborator
Star Collaborator

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.

hediacxio_
Champ on-the-rise
Champ on-the-rise

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 !!!

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.

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.