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