Plugin « grails « Java Enterprise Q&A





1. Grails Acegi Plugin - PersonController.groovy - Please explain!    stackoverflow.com

What does person.properties = params do?

2. Grails Acegi plugin lost password    stackoverflow.com

I'm looking for an implementation of a password retrieval procedure using the Acegi plugin for Grails...Google is failing me...

3. Grails Acegi Plugin - how to update cache?    stackoverflow.com

I'm having a problem with Acegi Plugin. The problem is that Acegi caches user info. If I update roles or password the change doesn't appear immediately. For a while I can ...

4. Grails 1.2.1 with Webflow Plugin (1.2.1) - params not being returned    stackoverflow.com

I am using the webflow plugin for Grails for the first time and am having some difficulties. To summarize, once within the Webflow, no information appears to be returning to the controller ...

5. How to programmatically logout in acegi plugin in Grails?    stackoverflow.com

Is there a similar logic for logout using this login code:

// login account
def autht = new AuthToken(username, password)
def authtoken = daoAuthenticationProvider.authenticate(autht)
SecurityContextHolder.context.authentication = authtoken
I checked LogoutController and this is the only logic ...

6. How do I configure logging for a grails plugin?    stackoverflow.com

I'm creating my first grails plugin and I don't know where the logging should be configured.
In a normal grails app, there is a conf/Config.groovy file for that, but for a plugin ...

7. grails install plugin blazeds failed due to unresolved dependencies    stackoverflow.com

I trying to integrate Flex with Grails through BlazeDS BUT i am stuck with the very first step i.e installing BlazeDS plugin ... it fails everytime i try to install. Following ...

8. Grails acegi plugin    stackoverflow.com

I installed acegi. So, then i run grails create-auth-domains User Role Requestmap, it didn't create any domain class. Why? This is my console show:

E:\Grails\Linh> grails create-auth-domains User Role Requestmap
Welcome to Grails 1.3.7 - ...

9. AOP on Domain objects in a plugin    forum.springsource.org

I would like to wrap Domain class's dynamic methods like save() get*() with an Around advice (using Spring AOP). That too I would like to do within a plugin. Based on ...





10. Grails 2.0.0M1 and the WebFlow Plugin    forum.springsource.org

Hey All, Can anyone confirm that the webflow plugin is working in 2.0.0M1? I've installed the plugin but my "*Flow" actions don't seem to be treated differently then my other actions. ...