我剛剛將我的grails項目從2.3.7升級到2.4,並且我一直在使用spring security插件。Spring Security Core Plugin grails 2.4從2.3.7升級問題
我的應用程序編譯,但在運行時,我得到以下錯誤:
Error |
2014-06-09 10:26:35,570 [localhost-startStop-1] ERROR plugins.DefaultGrailsPluginManager - Error configuring dynamic methods for plugin [springSecurityCore:2.0-RC2]: null
Message: null
Line | Method
->> 363 | doStoreMapping in grails.plugin.springsecurity.web.access.intercept.AnnotationFilterInvocationDefinition
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 317 | storeMapping in ''
| 309 | compileStaticRules . . . in ''
| 218 | initialize in ''
| 738 | initializeFromAnnotations in SpringSecurityCoreGrailsPlugin
| 599 | doCall in SpringSecurityCoreGrailsPlugin$_closure3
| 262 | run . . . . . . . . . . . in java.util.concurrent.FutureTask
| 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
| 615 | run . . . . . . . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
^ 745 | run in java.lang.Thread
我也有修復的ReflectionUtils的一個問題得到它來編譯,但我似乎在這裏撞牆。
我很欣賞所有的幫助。
感謝
我通過將版本更改爲RC3而不是彈簧安全內核的RC2來解決了我的問題。 – bouboule
它在RC4中再次爲我發現... RC3似乎工作 – Rafael