Re: Need Help: Handling multiple versions of same service

2013-01-21 Thread Emily Jiang
When you register the same service by a different versin of a bundle, you can specify a service property with a value (e.g. version=2.0) and then in your client bundle, you can search the service with filter attribute to get that matching service property. Regards, Emily On Mon, Jan 21, 2013 at

RE: Need Help: Handling multiple versions of same service

2013-01-22 Thread Jay Rajani
Thank you so much Emily. Solution you suggested worked for me. Regards, Jay R From: Emily Jiang [mailto:emijia...@googlemail.com] Sent: Tuesday, January 22, 2013 4:32 AM To: user@aries.apache.org Subject: Re: Need Help: Handling multiple versions of same service When you register

RE: Need Help: Handling multiple versions of same service

2013-01-24 Thread Timothy Ward
out which one you want to use. Regards Tim Ward --- Apache Aries PMC member & Enterprise OSGi advocate Enterprise OSGi in Action (http://www.manning.com/cummins) --- Date: Mon, 21 Jan 2013 23:02:09 + Subject: Re: Need Help: Handling multiple versions

RE: Need Help: Handling multiple versions of same service

2013-01-27 Thread Jay Rajani
Ward Sent: Thursday, January 24, 2013 9:55 PM To: user@aries.apache.org Subject: RE: Need Help: Handling multiple versions of same service Do you want to pick just one of the services? Do you want access to both, but the option to choose which you use? Do you want the newer version to take