Below is the summery of the experiment. After the changes below all unit tests run successfully in all csf components.

  1. For compliation:  One line in HibernateEvaluationResponseDao.java and in HibernateEvaluationSubjectGroupDao.java has to be changed from:
    new DistinctRootEntityResultTransformer()
    
    and must be changed to
    DistinctRootEntityResultTransformer.INSTANCE
    
  2. For running unit tests: