Hi Simo, About SLING-3346, would the following test scenario match what you expect?
1. Create a Resource R with sling:features=F 2. Verify that R is not visible, as there's no F feature yet 3. Add OSGi service for Feature F, enabled, verify that R is visible 4. Set F to disabled, verify that R is not visible anymore 5. Set F to enabled again, verify that R is visible 6. Remove the Feature service F, verify that R is not visible anymore If yes we can add that scenario to SLING-3346 and I can help you setup the tests using sling-pax-utils. -Bertrand
