dbMgr.useCleanupWith(new Executor() {
public void execute() throws Exception {
ConfigChecker checker =
new ConfigChecker(volantis,
servletContext);
checker.setAppConf(new MandatoryAppConfigurator() {
public void setUp(ConfigValue config) throws Exception {
// Include mandatory stuff.
super.setUp(config);
// Add in some repository properties
config.repositoryType = "odbc";