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? Thanks - Andy Schaefer