grails-plugin Questions
1
Solved
I am using hibernate Filter to filter my domain classes based on the login.
It is working as expected for
<DomainClass>.findById(<id>)
but it is not working for
<DomainClass>...
Ilke asked 13/8, 2015 at 12:32
1
Environment:
Grails Version: 3.0.3
Groovy Version: 2.4.3
JVM Version: 1.8.0_45
Steps:
create app by create-app
add classpath "org.grails.plugins:hibernate:4.3.8.1" to build.gradle
run comma...
Einhorn asked 24/7, 2015 at 7:42
2
Solved
I have a unique scenario I'm trying to resolve under the constraints of the Spring Security plugin (version 1.2.7.3 if currious). I have created a custom SSO plugin that allows login with a signed ...
Commuter asked 10/5, 2015 at 0:50
3
Solved
PROBLEM
I know there is already a question in regards to this but I think that the issue that causes might be different based on what they are saying. I have the following setup:
grails version:...
Conradconrade asked 26/12, 2013 at 14:38
3
Solved
I am continuously receiving following error message while trying to configure grails mail plugin (https://grails.org/plugin/mail) for grails spring security plugin.
Here is my configuration looks...
Fusee asked 17/4, 2015 at 6:29
1
I am using Grails-ElasticSearch Plugin(0.0.2.5). I want to add a constraint to my domain instances before it is indexed in ElasticSearch.
Example:-
I have a domain class A with a field 'status',...
Garrettgarrick asked 12/6, 2014 at 5:28
1
Solved
I am trying to add a new plugin mentioned here in my app but it is not been resolved and giving me a error i.e.
:: problems summary ::
:::: WARNINGS
module not found: org.grails.plugins#url-shor...
Chrysalis asked 24/2, 2015 at 14:27
1
Solved
I get Error Failed to resolve dependencies error when I try to run, clean, or compile. My BuildConfig.groovy file is as follows:
grails.servlet.version = "2.5" // Change depending on target contai...
Padova asked 24/2, 2015 at 9:59
3
Solved
Is there a way in Grails to Detect that a plugin is installed. For example I need to know if the "Acegi" plugin is installed. If it is then I can run different Code. If the plugin is not installed ...
Sezen asked 31/5, 2010 at 3:27
2
Solved
Can you give me an example of a groovy changeset using the modifyDataType method?
I tried this:
databaseChangeLog = {
changeSet(author: "user", id: "5-1") {
modifyDataType(tableName: "test", co...
Vulcanize asked 2/6, 2011 at 17:43
1
I'd like to modify some of my Grails domain classes at compilation time. I initially thought this was a job for Groovy's global ASTTransformation since I don't want to annotate my domain classes (w...
Lykins asked 24/11, 2014 at 22:22
3
Solved
I got a source code of the plugin from a friend, but still don't know how to install it into my project. Yes, there's install-plugin command, but this plugin isn't allowed to upload to the root gra...
Interracial asked 14/12, 2010 at 3:31
2
Solved
The Grails Plugins site only seems to list the latest versions of all the Grails plugins. But what if I wanted to see a list of other available (older) versions for each plugin? Is there a Grails S...
Extremadura asked 29/4, 2014 at 19:57
5
Solved
I am running on grails 2.3.4 and though about integrating angularjs in my next application.
I think the best way from the server side is to use grails REST integration in the domain and controlle...
Goldberg asked 28/1, 2014 at 9:43
4
Solved
I am realizing a project using AngularJS for the front end, and Grails for the backend.
Angular JS => Single page application
Grails => REST API to be used in the WebApp itself and 3rd party apps...
Kendakendal asked 19/9, 2013 at 8:1
6
I use Grails 2.3 and the Grails database migration plugin (1.3.6).
When I do grails dbm-update I get the following error. How can I solve this error?
Error Error loading plugin manager: TomcatGr...
Soundboard asked 15/9, 2013 at 21:12
1
Solved
We've encountered an unexpected lack of bitwise permission checking in spring security. We'd like to confirm if this is the expected behaviour and if so, what the history is and/or rationale for th...
Mentalist asked 22/9, 2014 at 10:33
1
I'm trying to create a test task rule using the example provided in the grails gradle doc but I keep getting "a task with that name already exists" error.
My build script is as follows:
import or...
Powers asked 24/3, 2014 at 2:52
2
Solved
I'm using version 1.2 of the Spring Security plugin in a Grails application. I want login attempts to be handled in the following way:
Success
if the login was triggered by an attempt to access ...
Mommy asked 6/8, 2011 at 16:39
1
Suddenly my Grails application having error by causing of some plugins are not found. I think the repository has been removed or move somewhere.
Code on my BuildConfig.groovy:
log "warn"
checksum...
Alarice asked 11/5, 2014 at 10:13
4
Solved
I just downloaded Grails 2.0.1.
Created a new project and then tried adding the mysql connector as per the documentation but Grails hangs at command prompt without any message. I tried to execute i...
Anthropology asked 15/2, 2012 at 0:1
2
Solved
I am using eclipse kepler and after shutting down my computer and turning it on again I am getting this error message:
grails run-app --stacktrace
|Loading Grails 2.3.4
|Configuring classpath
.
|...
Beckford asked 27/12, 2013 at 19:35
2
Solved
I am new with grails and on my web application i want to generate a random token with 15 characters length along with username. And tokens must be unique.
All characters from a-z and 0-9 can be us...
Abiogenetic asked 12/3, 2014 at 9:47
1
Solved
I am new with grails and am developing a web application in grails.
In my registration page I am getting the user's email id and I need to send a mail with authentication link.
http://grails.org/...
Remarque asked 12/3, 2014 at 5:9
6
Solved
There are at least two Grails plugins that emulate the database migration functionality of Rails:
Autobase
Liquibase
Is there a consensus about which of these is best, or is there another plugi...
Cheri asked 20/1, 2010 at 17:54
© 2022 - 2024 — McMap. All rights reserved.