projectIterationDAO = new ProjectIterationDAO(getSession());
documentDAO = new DocumentDAO(getSession());
textFlowTargetDAO = new TextFlowTargetDAO(getSession());
textFlowDAO = new TextFlowDAO(getSession());
rawDocumentDAO = new RawDocumentDAO((getSession()));
service = seam.reset()
.use("projectIterationDAO",
projectIterationDAO)
.use("documentDAO", documentDAO)