]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - sandbox/argeo.slc.executionflow/src/main/java/org/argeo/slc/executionflow/EfLauncher.java
Introduce validation
[gpl/argeo-slc.git] / sandbox / argeo.slc.executionflow / src / main / java / org / argeo / slc / executionflow / EfLauncher.java
index 98c191a3d26f24849d356bc05cdd49851f8e76b8..f46b0fe45d8d63c3a5cfc1f35c52c6690d3e63de 100644 (file)
@@ -32,6 +32,7 @@ public class EfLauncher {
                FileSystemXmlApplicationContext context = new FileSystemXmlApplicationContext(
                                script);
                // context.start();
+               log.info("Context initialized");
 
                ExecutionFlow main = (ExecutionFlow)context.getBean("main");
                main.execute();