ctx.put(addNode.getPathKey(), "test");
addNode.execute(ctx);
System.out.println(">>> " + ctx.get(addNode.getResultKey()));
SaveCommand save = (SaveCommand)cservice.getCatalog().getCommand("save");
// ctx.remove(save.getPathKey());
ctx.put(addNode.getPathKey(), "/");
save.execute(ctx);
System.out.println(">>> SAVE >>> ");
}