Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Automating the Equinox OSGi Console

What is exactly your scenario? Particularly, does the bootstrapper class live within the OSGi framework (is it a bundle?) or it is outside? If it runs within Equinox, the best solution is to use the OSGi API, as Neil suggests. If for some reason it is outside, replicating the logic of install, update, start and stop won’t help. In this case you could access the API thorough JMX, or make the bootstrapper a bundle.

 

Regards,

Lazar

 

From: Allain Turgeon [mailto:allain.turgeon@xxxxxxxxxxx]
Sent: Wednesday, March 23, 2011 6:54 PM
To: Kirchev, Lazar
Subject: Re: [equinox-dev] Automating the Equinox OSGi Console

 

Thanks,

I was hoping for a cleaner solution.  Do you think I could look up the source code for Equinox and replicate the logic to install, update, start and stop bundles in the bootstrapper class instead?

Thanks for your help.

--
radian6
Allain Turgeon | Software Developer

On Wed, 2011-03-23 at 17:39 +0100, Kirchev, Lazar wrote:

l.kirchev@xxxxxxx>


Back to the top