This commit is contained in:
Matt Gilman 2015-04-07 10:14:09 -04:00
commit 4f015f5f43
1 changed files with 3 additions and 1 deletions

View File

@ -297,9 +297,11 @@ public final class StandardProcessScheduler implements ProcessScheduler {
final Class<? extends ControllerService> serviceDefinition = descriptor.getControllerServiceDefinition();
if ( serviceDefinition != null ) {
final String serviceId = processContext.getProperty(descriptor).getValue();
if ( serviceId != null ) {
serviceIds.add(serviceId);
}
}
}
attemptOnScheduled: while (true) {
try {