SEC-2851: java.lang.NoClassDefFoundError: org/springframework/dao/DataAccessException on configuring http.rememberMe() #3073
Labels
in: web
An issue in web modules (web, webmvc)
type: bug
A general bug
type: jira
An issue that was migrated from JIRA
Milestone
spring-projects-issues commentedFeb 16, 2015
Fedor Belov (Migrated from SEC-2851) said:
I use spring-boot-starter-security 1.1.8.RELEASE + mongodb. When I try to configure
http.rememberMe().tokenRepository(tokenRepository).tokenValiditySeconds(60*60*24);
Spring throws an exception:Temporary solution: add "org.springframework:spring-tx" dependency. But I dont use SQL so I don't need spring-tx. Please decouple spring-security and spring-tx
The text was updated successfully, but these errors were encountered: