Problems Upgrading Acegi Plugin from 0.2 to 0.3
Well, after a lot of experimentation and investigation I have given up trying to resolve the issue I have been having after upgrading my project's Acegi Plugin to 0.3, in the hope that posting on here will expedite its resolution!
I have followed the steps outlined in the documentation for upgrading from 0.2 to 0.3, but when I try to start up I get the following Exception:
Error executing script RunApp: (class: org/codehaus/groovy/grails/plugins/springsecurity/GrailsDaoImpl, method: super$2$getMessageSourceAccessor signature: ()Lorg/springframework/context/support/MessageSourceAccessor;) Illegal use of nonvirtual function call
java.lang.VerifyError: (class: org/codehaus/groovy/grails/plugins/springsecurity/GrailsDaoImpl, method: super$2$getMessageSourceAccessor signature: ()Lorg/springframework/context/support/MessageSourceAccessor;) Illegal use of nonvirtual function call
I am using Grails 1.0.2 and have tried (many times) cleaning via grails clean & clearing out the contents of the .grails folder. I haven't included the full stack trace as it didn't show much interesting but can attach it if needed.
Cheers,
Kris