// hack: create mail module to avoid guice ConfigurationException
// as it implicitly binds at the MailModule constrctor
modules.add(new MailModule(Config.load(new ConfigRef("config-mail.properties"))));
modules.add(new TestPersistenceUnitModelModule());
modules.add(new TestDb4oDaoModule(getConfig()));
modules.add(new Db4oDbShellModule());
modules.add(new TestEntityServiceFactoryModule());
modules.add(new LogExceptionHandlerModule());
modules.add(new TestMarshalModule());
modules.add(new TestClientPersistModule());