Sunday, March 16, 2014

java.lang.NoClassDefFoundError: org/springframework/dao/DataAccessException

Problem: The problem is we are missing to add the Spring Transaction jar file to class path.

Solution: Add the spring-tx- x.x.RELEASE.jar to the class path. here x.x is spring current version you are using.

0 comments: