// if the export on startup property is set, export now
if (exportOnStartup != null) {
logger.log(Level.INFO, "CellExportService starting export");
try {
transactionScheduler.runTask(new KernelRunnable() {
public String getBaseTaskType() {
return NAME + ".CELL_EXPORTER";
}
public void run() throws Exception {