OSGi Config Admin Files in Sling Launchpad

2014-07-14 Thread David Bosschaert
Hi all, I was wondering how I can provide configuration files for OSGi config admin using the default Sling standalone Launchpad. So basically I would like to copy some file to some place when the launchpad is running to set some OSGi Config Admin configuration dynamically. This is basically

Re: OSGi Config Admin Files in Sling Launchpad

2014-07-14 Thread David Bosschaert
as part of launchpad jar Chetan Mehrotra On Mon, Jul 14, 2014 at 11:33 PM, David Bosschaert david.bosscha...@gmail.com wrote: Hi all, I was wondering how I can provide configuration files for OSGi config admin using the default Sling standalone Launchpad. So basically I would like to copy some

Re: OSGi Config Admin Files in Sling Launchpad

2014-07-15 Thread David Bosschaert
) 'sling.fileinstall.dir' to point to directory where you would place your config file * Place your file to install folder and it would be pickedup and deployed (.cfg or even bundles). Removing them would cause them to be removed Chetan Mehrotra On Mon, Jul 14, 2014 at 11:56 PM, David Bosschaert

Command to start Sling launchpad, expand files, then exit

2014-07-23 Thread David Bosschaert
Hi all, I was wondering whether there is a way to start the Sling launchpad, let it do the expansion of all the embedded files and then exit. I'd like to be able to do this from a shell script, so something straightforward would be nice :) Thanks! David

Re: Command to start Sling launchpad, expand files, then exit

2014-07-23 Thread David Bosschaert
Hi Anjan, Thanks for the suggestion. Is this reliable though especially since this may be running on a wide variety of machines (very slow ones and very fast ones)? How long should the sleep be? I guess I was thinking it might be useful to add a command line option to the launcher, something

Re: Command to start Sling launchpad, expand files, then exit

2014-07-23 Thread David Bosschaert
:) David On 23 July 2014 13:59, Bertrand Delacretaz bdelacre...@apache.org wrote: hi David, On Wed, Jul 23, 2014 at 12:16 PM, David Bosschaert david.bosscha...@gmail.com wrote: ...I guess I was thinking it might be useful to add a command line option to the launcher, something like: -x

Re: Tenant-specific OSGi configs (was: Multi-tenancy support in Sling - SLING-2656)

2014-09-01 Thread David Bosschaert
On 30 August 2014 08:36, Felix Meschberger fmesc...@adobe.com wrote: 2. OSGi Platform services have to be adapted as well. Particularly nasty probably are things like SCR and Blueprint which manage objects on behalf of bundles and must thus be knowledgeable of that situation maybe also by

Re: Tenant-specific OSGi configs (was: Multi-tenancy support in Sling - SLING-2656)

2014-09-03 Thread David Bosschaert
Hi Felix, On 3 September 2014 05:04, Felix Meschberger fmesc...@adobe.com wrote: Hi Am 01.09.2014 um 01:07 schrieb David Bosschaert david.bosscha...@gmail.com: On 30 August 2014 08:36, Felix Meschberger fmesc...@adobe.com wrote: 2. OSGi Platform services have to be adapted as well

Re: org.apache.sling.commons.scheduler under Java 8

2017-04-25 Thread David Bosschaert
Hi Mic, The osgi.ee capabilities are exposed by newer versions of Java if they were compatible. So frameworks running under Java 7, Java 8 (and hopefully Java 9) will also expose the JavaSE capability version 1.6. More background on this versioning concept which is applied to OSGi 'Portable

Re: [Question] API Regions Report

2021-08-22 Thread David Bosschaert
Hi Daniel, You can find the API Regions definitions via the ResolverHookFactory service that implements the API Regions at runtime. Just look for the ResolverHookFactory service and then check its *.properties service registration properties. They contain the full path of the associated files:

Re: [Question] API Regions Report

2021-08-23 Thread David Bosschaert
, David Bosschaert wrote: > Hi Daniel, > > You can find the API Regions definitions via the ResolverHookFactory > service that implements the API Regions at runtime. Just look for the > ResolverHookFactory service and then check its *.properties service > registration properties. The