RunnableBase rb = new RunnableBase() {
protected void doRun() {
invokeDASCascading(sc);
}
};
rb.submit( RunnableBase.HowToRun.RUN_IN_SEPARATE_THREAD );
}
} catch (ConfigException ce) {
ce.printStackTrace();
_logger.log(Level.WARNING, "cascading.ServerHelper_isDAS_error", ce);
} catch (Exception ex) {