« Return to Thread: JSecurity Plugin vs. Integration Tests

Re: JSecurity Plugin vs. Integration Tests

by Jason Rudolph-2 :: Rate this Message:

Reply to Author | View in Thread

Thanks for the suggestion. Alex.  I originally just grabbed the pre-built ZIP from the plugin repo.  In that scenario, both 0.1.1 and the 0.2-SNAPSHOT exhibited caused the integration tests to fail.  As you suggested, I grabbed the JSecurity plugin source, and built a ZIP with the latest plugin code in SVN, but unfortunately it still causes the integration tests to fail.  

--

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

>Did you compile JSecurity from source ? Or just grabbed the zip ? I
>compiled from source and it appears (I can run my integration test
>although none of them are testing controllers) working although I use
>RC3 at the moment. I think Peter was adding fixes after he released
>the 0.2-SNAPSHOT, that might have solved your issues.
>
>On Jan 6, 2008 10:11 PM, Jason Rudolph <listserv@...> wrote:
>> 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
>>
>>
>
>---------------------------------------------------------------------
>To unsubscribe from this list please visit:
>
>    http://xircles.codehaus.org/manage_email
>

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

    http://xircles.codehaus.org/manage_email

 « Return to Thread: JSecurity Plugin vs. Integration Tests