// how is this possible that we got bad schedule data in the datamap? this isn't fatal, just log it and leave it null
log.warn(logMsg(pluginName, pluginType, jobId, "ignoring bad schedule type found in data map ["
+ scheduleTypeStr + "]", null));
}
ScheduledJobDefinition jobDefinition = new ScheduledJobDefinition(jobId, true, jobClass, jobMethodName,
scheduleType, callbackData);
ServerPluginContext pluginContext = pluginManager.getServerPluginContext(pluginEnv);
params[0] = createContext(jobDefinition, pluginContext, pluginComponent,dataMap);
} catch (NoSuchMethodException e) {
try {