Hi This is my project where I try to convert Sling Starter to a Feature Model based starter:
https://github.com/schaefa/sling-featuremodel-starter The Readme file contains the instruction on how to build and start it as well as my findings and how I converted the Sling 11 Provisioning Model into a Feature Model. That was not as straight forward as I expected it but I got it done. That said the missing bundles should not affect Sling but when opening the landing page (or any other page for that matter like Composum) leads me to the Starting Up page and it looks like Sling is never getting out of the starting up page. Any help is appreciated. Cheers - Andy Schaefer > On Apr 19, 2019, at 12:27 AM, Robert Munteanu <romb...@apache.org> wrote: > > Hi Andy, > > On Thu, 2019-04-18 at 18:04 -0700, Andreas Schaefer wrote: >> Hi >> >> Since a few days I try to make Sling Launchpad starting from a >> Feature Model of the Sling Starter kit. >> >> After I converted all the provisioning files to a FM I wanted launch >> it but that does failed due to javax dependency issues. >> >> Eventually I found a solution by adding all the necessary packages to >> org.osgi.framework.system.packages.extra property and that works to >> most part except for exporting javax.xml.stream. >> >> When comparing the FM to the Provisioning Model bundles then I see >> that in the PM bundle 0: org.apache.felix.framework is exporting many >> javax packages but not in the FM launch. >> >> Is there a flag to make this happening? > > I don't have an answer but maybe if you put up what you have done so > far on a repo on Github it might be easier to see what is missing. > > Thanks, > > Robert