I have a Grails application I am developing that uses the Spring Security plugin version 2.0-RC2. My authentication process has been working using spring security for my login page. I just updated from Grails 2.3.2 to 2.3.3 and I am now getting the following error:
Authentication request failed: org.springframework.security.authentication.AuthenticationServiceException: No transactionManager bean configured
Has anyone else seen this when upgrading Grails with spring security?