grails-plugin
Gorm mongodb 1.0-M2 - select collection upon save/get
Is there a way to set the collection dynamically when saving/getting a domain object in mongodb? I want to restrict users to a certain collection every time they do get/save since it is going to be a[详细]
2023-02-14 18:21 分类:问答Grails spring security core, how to set principal manually
Hi im trying to make facebook\'s login in a grails app, the problem I have is that when the user is logged in facebook, spring security core doesn\'t recognize him, how can I set the user\'s principal[详细]
2023-02-11 20:17 分类:问答Why is the Grails Quartz plugin failing?
After making a few changes to my already-deployed Grails app, I attempted to recompile the WAR file, and started receiving this error (obviously shorted a bit):[详细]
2023-02-11 10:38 分类:问答How to set the content type with Grails mail plugin?
The Grails mail开发者_高级运维 plugin documentation shows only how to set the content type with GSP templates:[详细]
2023-02-09 18:37 分类:问答How to run a local plugin in grails 1.3.5
I\'m using Grails and I have a local-plugin (that I wrote) that I\'m using in conjunction with my project. The local plugin location is configured in BuildConfig.groovy using the grails.plugin.locatio[详细]
2023-02-09 16:59 分类:问答Integrating Facebook login (oauth) with existing grails application using spring-security-core plugin
I have an existing grails application that uses spring-security plugin for authentication. I would like to add Facebook connect/login which can be done via Oauth (3 legged). However, spring security p[详细]
2023-02-09 00:35 分类:问答How to override the 'From' parameter in Grails mail plugin
After installing the grails mail plugin, when I tried to use the ff code: mailService.sendMail { to recipients.to开发者_如何学GoArray()[详细]
2023-02-07 09:40 分类:问答Grails Inline Plugins And Spring Security
I\'m breaking my grails application into modules by using plugins and then adding the inline plugin locations to BuildConfig.groovy.Right now I have a grails application called \'admin\' and a plugin[详细]
2023-02-06 18:04 分类:问答Grails - Plugin view pages issue
I have a plugin with domain, controller and view pages. (Using grails 1.3.6) I run the plugin as standalone, the views work fine. URL: http://localhost:8080/sample-plugin/gp/list. I am able to view t[详细]
2023-02-05 10:40 分类:问答Hibernate Mapping generates Error in Grails for Column with Alias "h002-01"
Im trying to implement mapping in grails over hibernate for a table which has special characters in columne names. i.e \"-\"[详细]
2023-02-04 20:45 分类:问答