[osgi-dev] How to start with Osgi

2013-09-25 Thread syedjavid...@cascademic.com
Dear Osgi, I am new to OSgi. How do i get start with this programming. Thanks Regards Syed 8553043179 On Monday 23 September 2013 08:32 PM, osgi-dev-requ...@mail.osgi.org wrote: Send osgi-dev mailing list submissions to osgi-dev@mail.osgi.org To subscribe or unsubscribe via the

[osgi-dev] How to start with Osgi

2013-09-25 Thread syedjavid...@cascademic.com
Dear Peter, Thanks very much. Thanks Regards Syed 8553043179 On Wednesday 25 September 2013 03:06 PM, osgi-dev-requ...@mail.osgi.org wrote: Send osgi-dev mailing list submissions to osgi-dev@mail.osgi.org To subscribe or unsubscribe via the World Wide Web, visit

[osgi-dev] Refresh bundle via config.ini

2013-09-25 Thread Soniya Chavan
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,\ Errror - !MESSAGE Bundle

Re: [osgi-dev] Refresh bundle via config.ini

2013-09-25 Thread BJ Hargrave
config.ini is an Equinox specific thing. You need to ask in the Equinox forum http://www.eclipse.org/forums/index.php/f/31/ -- BJ Hargrave Senior Technical Staff Member, IBM OSGi Fellow and CTO of the OSGi Alliance hargr...@us.ibm.com office: +1 386 848 1781 mobile: +1 386 848 3788 From:

Re: [osgi-dev] Refresh bundle via config.ini

2013-09-25 Thread Thomas Watson
This is an equinox specific question, but to answer your question. There is no standard way to configure a framework (or equinox specific way) to automatically refresh some bundle on every startup. This is a policy a management agent would have to implement. But I am not sure why you would

Re: [osgi-dev] Refresh bundle via config.ini

2013-09-25 Thread Soniya Chavan
Will do. Thank you. From: osgi-dev-boun...@mail.osgi.org [mailto:osgi-dev-boun...@mail.osgi.org] On Behalf Of BJ Hargrave Sent: Wednesday, September 25, 2013 7:09 PM To: OSGi Developer Mail List Subject: Re: [osgi-dev] Refresh bundle via config.ini config.ini is an Equinox specific thing. You