* @param callable the callable
*/
private void checkBundlePreference(Callable<?> callable) {
if (callable instanceof BundleReference) {
Bundle bundle = ((BundleReference) callable).getBundle();
Preference preference = m_strategy.select(bundle);
if (!isCompatible(preference)) {
// Log a warning, Bundle asked for a synchronous processing,
// but we will enforce parametrised processing
String message = String.format(