Java

Java is a set of computer software and specifications developed by Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment. Java is used in a wide variety of computing platforms from embedded devices and mobile phones to enterprise servers and supercomputers.

123

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 usi...