forumQueryService = (ForumQueryService) applicationContext.getBean("forumQueryService");
postApplicationService = (PostApplicationService) applicationContext.getBean("postApplicationService");
postQueryService = (PostQueryService) applicationContext.getBean("postQueryService");
storageCleaner = new StorageCleaner(this.dataSource);
super.setUp();
}