I got the following error :
Error creating bean with name \'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor#0\' de
I was running into this exception when trying to run a Spring Boot application in WebLogic 12.1.3 In the dependency tree I found out spring-tx was being included from one of the common project libraries. Our particular app only calls web service so there is no need for database access. So in the library dependency I added:
org.springframework spring-tx