I expanded my implementation a little to provide the start of implementation that can handle ConfigAdmin configuration as part of subsystem content through the ConfigAdminContentHandler here https://github.com/bosschaert/aries/commit/645daeb2acfaf745973428977d8a199016b3d740
Note that my editor removed some trailing spaces in certain files, sorry for the noise there. The besides the ConfigAdminContentHandler another file to look at would be the ConfigAdminContentHandlerTest. It's just a start, anyone any thoughts? Best regards, David On 30 September 2014 16:15, David Bosschaert <[email protected]> wrote: > I've spiked an implementation for this here: > https://github.com/bosschaert/aries/commit/ebd98ad79a7796aece81abc9a86381dafc45ba72 > > It's currently just a proof-of-concept, but if anyone has any > thoughts, let me know! > > David > > On 30 September 2014 08:53, David Bosschaert <[email protected]> > wrote: >> Hi Tarun, >> >> Good point. I have created >> https://issues.apache.org/jira/browse/ARIES-1252 for this. >> >> Best regards, >> >> David >> >> On 5 July 2014 01:15, Ramakrishna, Tarun <[email protected]> wrote: >>> Hi, >>> >>> I would like to embed custom content (stuff that isn't bundles) in >>> subsystems. Now, according to the OSGI spec, in the Subsystem-Content >>> header, a subsystem implementation can choose to support additional resource >>> types apart from the standard osgi bundle/fragment, etc. >>> >>> I looked at the Aries Subsystem source code. It appears to have the concept >>> of different types of installer for resources, but I couldn't figure out >>> whether it is possible to register a custom installer for a custom resource. >>> >>> Basically, I would like to have custom content in .ESA archives and then >>> register some deployer onto the aries subsystem so that my deployer can be >>> called for such content. I am not sure whether that is possible or not >>> currently. >>> >>> All help/advice appreciated, >>> Thanks, >>> Tarun
