Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Service component deployment fails into a running Equinox application

Hello Paul,

Thanks a lot for the useful info! Now installing & starting my workspace bundles also works.
Unfortunately I don't have too much experiences with OSGi and Equinox yet...

Btw: isn't there a common method that works for both cases (both with deployed JAR bundles and workspace/exploded bundles)?
So it would be good to have a common way usable in development and productive context, too.

Regards,
 Csaba

2012/2/9 Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx>
On Thu, Feb 9, 2012 at 4:27 AM, Csaba Szucs <csaba.szucs@xxxxxxxxx> wrote:

So it does not work like this:
osgi>install file:/home/csaba/eclipse_distros/Indigo/workspace/osgi.example.service.implementation

But it does work like this
osgi>install file:/home/csaba/tmp/plugins/osgi.example.service.implementation_1.0.0_20120209.jar


If you do want to deploy it from your workspace, the hack sometimes used is to add the Bundle-ClassPath: .,bin

Just have to remember to take it out when done :-)

Later,
PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev



Back to the top