CPMUtils.CPM_LOG_RESOURCE_BUNDLE,
"UIMA_CPM_wait_for_service_proxy_pool__FINEST",
new Object[] { Thread.currentThread().getName(),
aProcessingContainer.getName() });
}
pool.wait(); // pool has notifyall when it changes the pool.getSize() result
} catch (Exception e) {
}
}
CasProcessor cProcessor = pool.checkOut();
if (cProcessor != null && cProcessor instanceof CasObjectNetworkCasProcessorImpl) {