grails-plugin
Grails Spring security core pre-logout
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:[详细]
2023-03-25 11:23 分类:问答Run grails run-app programmatically
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[详细]
2023-03-25 06:43 分类:问答Error executing script TestApp: ApplicationContext requested, but is not present in the build binding
In _Events.groovy, I created a test type as such: //setup selenium test type eventAllTestsStart = { phasesToRun << \"selenium\"[详细]
2023-03-23 15:45 分类:问答Atmosphere Grails single user broadcast
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[详细]
2023-03-23 15:37 分类:问答Grails downgrade to 1.3.7 from 1.4.0 and broke jQuery plugin
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[详细]
2023-03-23 15:07 分类:问答Grails spring security login issue: /auth?login_error=1
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[详细]
2023-03-23 08:02 分类:问答Incompatibility with Grails plug in?
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[详细]
2023-03-22 13:01 分类:问答Grails Spring Security: Switching between dual ROLEs
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[详细]
2023-03-21 17:29 分类:问答Grails facebook graph plugin to check session in every controller
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[详细]
2023-03-21 06:07 分类:问答Grails: I can't use ws-client plugin
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\"[详细]
2023-03-21 04:59 分类:问答