EXAM_SERVICE_TIMEOUT_DEFAULT);
long timeout = Integer.parseInt(timeoutProp);
Filter filter = field.getAnnotation(Filter.class);
if (filter != null) {
filterString = filter.value();
timeout = filter.timeout();
}
// Retrieve bundle Context just before calling getService to avoid that the bundle restarts
// in between
BundleContext bc = getBundleContext(targetClass, timeout);