« Return to Thread: JSecurity Plugin vs. Integration Tests

JSecurity Plugin vs. Integration Tests

by Jason Rudolph-2 :: Rate this Message:

Reply to Author | View in Thread

Has anyone had success running integration tests after installing the JSecurity plugin with the latest Grails code?  I'm running against SVN HEAD (revision 6405), and all is well until installing the plugin.  After installing the plugin, integration tests stop cooperating:

Error executing tests No such property: realmClasses for class: org.codehaus.groovy.grails.commons.DefaultGrailsApplication ...
groovy.lang.MissingPropertyException: No such property: realmClasses for class: org.codehaus.groovy.grails.commons.DefaultGrailsApplication

It looks like a similar issue popped up last summer ...

http://jira.codehaus.org/browse/GRAILS-1459

... and based on the commentary in that JIRA issue, the problem appears to have been resolved for a while, but has now cropped up again.  

I included the full details of the problem in the comments of the JIRA issue.  I've tried with both version 0.1.1 and version 0.2-SNAPSHOT of the JSecurity plugin, but both lead to the same issue.  :-/

If anyone has any ideas for how to resolve this issue, please let me know.

Thanks,
Jason

--

Jason Rudolph
http://jasonrudolph.com
http://thinkrelevance.com

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

 « Return to Thread: JSecurity Plugin vs. Integration Tests