.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()))
.use("identity", identity)
.use("textFlowDAO", new TextFlowDAO(getSession()))