// @formatter:off
seam.reset()
.use("localeServiceImpl", localeService)
.use("documentDAO", new DocumentDAO(getSession()))
.use("projectIterationDAO", new ProjectIterationDAO(getSession()))
.use("entityManager", new FullTextEntityManagerImpl(getEm()))
.use("session", new FullTextSessionImpl(getSession()));
// @formatter:on
jaHLocale = getEm().find(HLocale.class, 3L);
when(
localeService.validateLocaleByProjectIteration(localeId,