I\'m using Grails Spring Security Core plugin and I need to perform a few actions when logout happens such as delete some class instances related to the user. I tried the following code:
I\'m using Selenium for 开发者_StackOverflowa grails application, but in order to run that I have to run grails run-app for selenium to work. How can I start grails run-app or embedded tomcat inside I
In _Events.groovy, I created a test type as such: //setup selenium test type eventAllTestsStart = { phasesToRun << \"selenium\"
I\'m creating a Grails application which makes use of the Atmosphere plugin to push data to the browser. However I\'m having trouble in creating a broadcast channel to a single user (the session\'s us
I\'m not sure why this happened, but when I downgrade grails from 1.4.0 to 1.3.7 it causes this to my jquery plugin when I grails run-app
I installed SpringSecurity Successfully, Upon user registration and verifying the user using Spring Security UI\' RegisterController closures, Ican see the user is successfully logged in using the spr
I\'m creating a Grails application which makes use of the RichUI plug in and the Atmosphere plug in. However, it looks like there\'s some sort of incompatibility with these plug ins. When I declare th
In 开发者_如何转开发my project certain users have dual roles, so if any such user logs in how can I make him switch between those 2 ROLES he has so that he can perform certain operations which that pa
I\'m using grails and facebook graph plugin for the user registration. However, instead of checking facebook session in every action and controller开发者_开发知识库. Is there a better way to check the
I\'m using grails 1.3.6 and installed ws-client plugin. I getting error in the following hello world: def wsdlURL = \"http开发者_如何学JAVA://www.w3schools.com/webservices/tempconvert.asmx?WSDL\"