in src/main/java/org/apache/sling/installer/provider/file/impl/ServicesListener.java [149:158]
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);
}
}