[ https://issues.apache.org/jira/browse/SLING-1179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784269#action_12784269 ]
Justin Edelson commented on SLING-1179: --------------------------------------- Noticed one more thing in your revised patch - I'm pretty sure that the HttpService package needs to come out of sling.properties. Something like this: --- a/launchpad/base/src/main/resources/sling.properties +++ b/launchpad/base/src/main/resources/sling.properties @@ -201,8 +201,6 @@ sling.osgi-core-packages= \ org.osgi.service.startlevel; version=1.1, \ org.osgi.service.url; version=1.0 -# Only provide the HTTP Service (embedded for the webapp) and the tracker -# (from the felix framework) +# Only provide the tracker (from the felix framework) sling.osgi-compendium-services= \ - org.osgi.service.http;version="1.2.1", \ org.osgi.util.tracker;version="1.4" > Convert Launchpad Webapp to use Felix HttpService instead of Equinox > -------------------------------------------------------------------- > > Key: SLING-1179 > URL: https://issues.apache.org/jira/browse/SLING-1179 > Project: Sling > Issue Type: Improvement > Components: Launchpad > Affects Versions: Launchpad Base 2.1.0 > Reporter: Justin Edelson > Assignee: Felix Meschberger > Fix For: Launchpad Base 2.2.0 > > Attachments: consolidated_felix_fixes_for_SLING-1179.patch, > SLING-1179-fmeschbe.patch, SLING-1179-post-felix-release.patch, > SLING-1179.patch > > > I almost have this working and will submit a patch soon, but I wanted to go > ahead and create a JIRA issue to link to some bugs in the Felix HttpService > which will block the implementation of this change. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.