in src/main/java/org/apache/sling/launchpad/installer/impl/ServicesListener.java [146:155]
public void start() {
try {
bundleContext.addServiceListener(this, "("
+ Constants.OBJECTCLASS + "=" + serviceName + ")");
} catch (final InvalidSyntaxException ise) {
// this should really never happen
throw new RuntimeException("Unexpected exception occurred.", ise);
}
this.retainService();
}