grails-plugin Questions

2

I am getting this Gradle error today (it worked fine before). Thank you in advance for your help. Execution failed for task ':nodeSetup'. Could not resolve all dependencies for configuration 'deta...
Lurlene asked 20/3, 2023 at 22:36

2

I have a big project written in Grails 2.3.8. Sometimes when I deploy it using my CI I got this message: Unable to complete the scan for annotations for web application [/ProjectName##1152] due to...
Chili asked 29/5, 2014 at 7:16

2

Solved

I have a fairly complicated grails plugin dependency structure within my project and I am having problems overriding classes from the security plugin. My structure is a little something like this...
Scurrile asked 18/7, 2014 at 13:8

3

I'm having problems to deploy a plugin with the command maven-deploy on a remote repo. I installed the latest version of the Release plugin (2.0.2). I get this error: | Loading Grails 2.0.4 | Co...
Extremist asked 6/6, 2012 at 6:46

2

Solved

Getting error in Scheduler Dependency i'm using grails4 : Anyone let me know correct dependency for scheduler dependencies { compile "org.grails.plugins:quartz:2.0.1" } and also tried this: d...
Cabrales asked 10/4, 2020 at 16:0

1

We are using Spring Security plugin version 1.2.7.3 with Grails 2.2.1. In my Config.groovy, I do: grails.plugins.springsecurity.auth.ajaxLoginFormUrl = "/mylogin/authAjax" thinking that, when t...
Deckhouse asked 14/4, 2014 at 16:10

1

Solved

I'm using Grails 2.3.11 with the Tomcat 7.0.54 plugin. My Java version is 1.8.0_181. When I try to start the grails app with https enabled by running grails run-app --https I get the following ...
Brittabrittain asked 13/3, 2019 at 12:18

2

Solved

I am trying to figure out the best way to generate an XML sitemap (as described here: http://www.sitemaps.org/) for a Grails application. I am not aware of any existing plugins that do this so I mi...
Magistral asked 20/9, 2010 at 1:3

3

Solved

I want to use grails export plugin to get my Domain classes exportables into xls and csv files. In my main layout named front.gsp, I did that : <!DOCTYPE html> <html lang="en"> <h...
Czernowitz asked 13/11, 2013 at 18:16

2

Is there a way that I can create my own custom login page and send the data to login controller of spring security plugin. I currently see my code redirecting directly to the default login page of ...

2

I am using Grails spring security core plugin version 3.0.3. The debug statements when configuring the spring security core framework are printed twice and the filter chain is also initialized twi...
Percolator asked 29/2, 2016 at 19:23

2

I was hopping to have an easy way to customize the display behavior of the Grails fields plugin after reading its docs, but I just realized that it demands an enormous effort as there is no availab...
Berners asked 1/3, 2017 at 23:50

2

I have a Grails 2.5.3 app that currently uses spring security plugin for authentication. Users login using a username/pwd. I have updated the app now to support OAuth authentication (Using Scribe...

2

Solved

In grails 2.x, we were allowed to add an in place plugin by adding following in BuildConfig.groovy grails.plugin.location."my-plugin" = "../my-plugin" My question is, can we add our local plug...
Breedlove asked 6/2, 2016 at 12:38

3

So I downloaded Grails 3 M1 and created a project. There's no DataSource.groovy, even after the MySQL driver was added to the dependencies - I thought maybe it will see the driver and know a DataSo...
Haemolysis asked 9/2, 2015 at 8:16

4

Solved

I run my Grails application using ehcache for my 2nd level Cache and it works. I installed the ehcache plugin + cache plugin and then it doesn't. I tried almost all solutions from the internet and ...
Bougainville asked 27/3, 2013 at 11:7

2

Solved

I am trying to use a Grails Project as a Plugin to basically have my domain classes in the Plugin and then use them in multiple Grails projects. I've done this: grails create-app web grails crea...

2

Solved

Started a new project using Grails RC3 (Windows 7 64 bit Java 1.6) Installed spring-security-core plugin Now whenever i do a GRAILS run-app it prompts me to upgrade webxml-1.4 to 1.3.1 over and o...
Tetreault asked 4/12, 2011 at 13:30

4

Solved

I've just recently started working with Grails, and I'd like to test out the Spring Security Plugin. I'm using Grails v3.0.0RC2, and I'm finding it difficult to come across accurate documentation f...
Ineffable asked 26/3, 2015 at 18:55

5

Solved

I am currently trying to specify custom error messages in grails for the default constraints but so far all I get back is the default error message. I know that I have to edit the grails-app/i18n/...
Ethnomusicology asked 14/7, 2010 at 21:25

3

Solved

Running grails publish-plugin doesn't seem to do anything, and the only documentation I could find was about publishing to bintray. [edit:] I can publish the plugin via gradle publish, but wonder...
Snuffbox asked 12/1, 2016 at 23:54

1

Solved

I have been trying to upgrade the grails spring-security-ui plugin to grails 3. As mentioned in the docs I have copied all the dependencies to build.gradle. The file looks something like this. bu...
Wraparound asked 24/11, 2015 at 4:32

2

I have some problems when using rendering plugin.It always returns me a null pointer exception.I saw severeal similar problems but I didn't find where I'm wrong. Code of my template : /views/appR...
Oversweet asked 17/4, 2015 at 9:3

5

Solved

In Grails, there is a variant how to include local plugin from sources. According to docs, one may type in BuildConfig.groovy: // Useful to test plugins you are developing. grails.plugin.location....
Googins asked 16/11, 2011 at 13:8

3

Solved

I deleted my .grails folder from my PC and when I opened an application in Intellij IDE, the plugins mentioned in buildConfig.groovy start installing. A few plugins were installed but six plugins w...
Jape asked 5/3, 2015 at 9:7

© 2022 - 2024 — McMap. All rights reserved.