TransUnitTransformer transUnitTransformer =
seam.reset().use("resourceUtils", resourceUtils)
.autowire(TransUnitTransformer.class);
seam.use("localeServiceImpl", localeService)
.use("documentDAO", new DocumentDAO(getSession()))
.use("projectIterationDAO",
new ProjectIterationDAO(getSession()))
.use("entityManager",
new FullTextEntityManagerImpl(getEm()))
.use("session", new FullTextSessionImpl(getSession()))