protected void setUp()
throws Exception
{
super.setUp();
DaoUtils daoUtils = (DaoUtils) lookup( DaoUtils.class.getName() );
daoUtils.eraseDatabase();
/*if ( getInstallationService().getAllInstallations().isEmpty() )
{
defaultInstallation = createDefault();
ContinuumStore store = getStore();
defaultInstallation = store.addInstallation( defaultInstallation );