I have problem in running a Grails 2.3.5 app with Redis as data store and Spring Security Plugin?
I get this "funny" message when submitting login form (brand new grails project with spring-security-core and redis-gorm plugins installed and User, Role, Requestmap classes generated with s2-quickstart command):
Error 500: Internal Server Error
URI
/test-redis-security/j_spring_security_check
Class
java.lang.IllegalArgumentException
Message
No transactionManager bean configured
Trace
Line | Method
->> 706 | withTransaction in org.grails.datastore.gorm.GormStaticApi
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 615 | run . . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
Any ideas?