Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Refresh osgi bundle via config.ini
Refresh osgi bundle via config.ini [message #1116483] Wed, 25 September 2013 14:07 Go to next message
Soniya Chavan is currently offline Soniya ChavanFriend
Messages: 4
Registered: September 2013
Junior Member
On osgi command prompt we can refresh a bundle as below where com.abc.xyz is the bundle id.
osgi> refresh com.abc.xyz

Is there a way to configure this via config.ini file? I tried using @refresh as below but this gives me an error.

Config.ini -> com.abc.xyz @ refresh,\
Error -> !MESSAGE Bundle com.abc.xyz @ refresh not found.
Re: Refresh osgi bundle via config.ini [message #1116492 is a reply to message #1116483] Wed, 25 September 2013 14:17 Go to previous message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
No, there is no equinox or standard way to configure the framework to refresh a specific bundle on startup. This is a policy that a management agent would need to implement. Why do you need to refresh a bundle every startup?

Previous Topic:Adding p2/Equinox to existing Eclipse client
Next Topic:Platform.getBundle returns null when self-hosting.
Goto Forum:
  


Current Time: Sat Apr 27 00:01:55 GMT 2024

Powered by FUDForum. Page generated in 0.03397 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top