Hey David,

Ok very cool, thanks for the info! 

Is there any willingness to also make the maven-bundle-plugin install esa 
files? This would surely be a lot handier when integrating the esa files into a 
CI system.

Greetings,
Roy
> On 12 Nov 2015, at 11:11, David Bosschaert <[email protected]> wrote:
> 
> Hi Roy,
> 
> You currently have a couple of options in Sling to install subsystems.
> 
> 1. Directly by calling the OSGi Subsystem Service
> https://osgi.org/javadoc/r6/enterprise/org/osgi/service/subsystem/Subsystem.html
> but this requires you to create some code around it.
> 2. With the webconsole subsystem plugin
> https://svn.apache.org/repos/asf/felix/trunk/webconsole-plugins/subsystems
> this plugin is currently under vote for its first release, but you can
> build it yourself from that URL and install it into sling. That plugin
> looks like this: http://tinypic.com/r/2z8tbpe/8
> 3. You can also feed .esa files to the OSGi Installer in sling, e.g.
> by putting them in the install directory...
> 
> If you're just experimenting, option 2 is definitely the easiest.
> 
> Cheers,
> 
> David
> 
> On 12 November 2015 at 09:31, Roy Teeuwen <[email protected]> wrote:
>> Hey all,
>> 
>> I have fetched the sling launchpad 8 from maven central and I made a 
>> subsystem with the esa maven plugin from apache aries. Now when I want to 
>> install it, I get a popup with the error “You cannot select a .esa file. Try 
>> again…"
>> 
>> Is this not the way to install OSGi subsystems? And would it be possible to 
>> install this esa with the maven-bundle plugin?
>> 
>> Greetings,
>> Roy
>> 
>> 

Reply via email to