grails-plugin Questions

4

Solved

I'm using grails 2.1. I need to exclude a plugin when building for production. This post mentions adding scopes to the plugins. I believe this requires editing indivudual plugin descriptors? I woul...
Postmark asked 24/1, 2013 at 12:31

3

In my Grails app, I want to prevent the Searchable plugin from loading when running my unit tests. I tried doing this using the following code in the Bootstrap class def grailsApplication def ini...
Karyokinesis asked 24/7, 2009 at 20:6

2

Solved

I want to generate GSP templates for html emails. To support more mail clients it is recommended to use inline css in html style elements. Here is a discussion on that topic: "Compile" C...
Steadfast asked 15/10, 2013 at 13:7

4

Solved

I would like to use certain plugin in development environment, but would like to exclude this plugin from production and from generated war. What is the easiest way to accomplish this?

1

Solved

I have a grails 2.2.2 app, and have decided to use cache-ehcache plugin. The problem is that this plugin depends on the cache plugin with version 1.0.0 and my application has the cache plugin ver...
Nettienetting asked 20/9, 2013 at 19:23

3

Solved

I am not able to use grails security UI(0.1.2) with Grails 2.0. I have googled the possible causes for following error and also have tried suggested fixes but they don't seem to be working. I have ...
Enjoin asked 3/1, 2012 at 5:49

1

Solved

Is there a Maven repo from where I can download grails plugin files. I know I can do install-plugin name but I want to store it in my repo.
Discredit asked 8/8, 2013 at 21:21

3

Solved

I added the resources plug-in in a grails 1.3.7 application and everything works fine except javascript that is loaded asynchronously. So if I have a template that contains a <r:script> //...
Chromite asked 5/1, 2012 at 0:55

1

Solved

I have a plugin project which I created as grails create-plugin myPlugin. I also created a 'normal' grails project as grails create-app myPluginDemo. I'm trying to install myPlugin plugin in myPlug...
Wriggler asked 20/4, 2013 at 1:37

2

Solved

I have one domain, in that domain more than 25 members are there. This members value will come from one form. But it feels bad to fill those too much fields. So I thought dividing input form into ...
Autogamy asked 1/2, 2013 at 18:10

1

Solved

For my organization I am evaluating RICH technologies for our next projects. We are currently using grails 2.1.0 and very happy with that, especially with groovy and gorm and we would like to stay ...
Fraise asked 24/1, 2013 at 9:52

1

Solved

I want to replace the auto injected log object, which is of type org.apache.commons.logging.Log with an object of type org.slf4j.Logger, so that I can use it properly with Logback. Therefore I nee...
Everlasting asked 11/12, 2012 at 21:58

2

Solved

I'm writing a plugin and I'm trying to write a file inside of the Plugin's root or installed directory (not sure what to refer to this to). I can't seem to figure out how to get a hold of this valu...
Davis asked 10/2, 2012 at 22:42

1

Solved

I'm developing a grails plugin, but when I try to create an integration test for a service I'm getting this error org.springframework.beans.factory.BeanCreationException: Error creating bean with ...
Colvin asked 24/4, 2012 at 10:46

3

Solved

What makes nimble a better choice than shiro? I'm trying to decide between nimble and shiro for a new grails project right now and I'm curious what makes nimble the better choice.
Filings asked 22/1, 2010 at 19:0

3

Solved

When using Grails, the GSP code to render each form field looks something like this: <tr class="prop"> <td valign="top" class="name"><label for="username">Login Name:</label&...
Hunley asked 25/1, 2010 at 14:10

1

I'm trying to follow the new process for publishing Grails plugins. I've installed the latest version of the release plugin by adding the following to BuildConfig.groovy plugins { build(":tomcat:...
Campanula asked 5/4, 2012 at 17:3

1

I use jasper plugin to get report in pdf .I am trying to get report using this example(http://grails.org/plugin/jasper).To get particular id information in pdf format used below codes. <div c...
Latitudinarian asked 10/11, 2011 at 5:19

2

Solved

In spring security version 3.0.6, which fixed a CRLF logout exploit (https://jira.springsource.org/browse/SEC-1790) they disabled the use of the 'spring-security-redirect' parameter. Default su...
Ambiversion asked 17/10, 2011 at 1:3

2

Solved

I would like to use new table component added to JasperReports 3.7.2 with grails jasper plugins. I find this new component useful to generate tables. I have define Table dataset 1, and some fields...
Dough asked 27/4, 2010 at 16:18

1

Our app is split into a main application and a few plugins. We're using inline plugins via the BuildConfig.groovy file. When it is time to WAR the whole thing up for production I'm getting the foll...
Abstractionism asked 23/6, 2011 at 18:15

3

Solved

I used Grails recently, and added Grails plugin for JQuery, but I don't think it did anything more than just copy some jQuery files over. So far, I have seen info only on 'how to install and use' ...
Abigael asked 23/5, 2011 at 16:46

3

Solved

The plugin (Nimble 0.3) I am using in my grails application, includes some controllers and associated actions. I want to change (slightly) some actions behavior, and I was wondering how I can achie...

1

Solved

Latest version of the REST Client plugin for grails: withHttp(uri: "http://foo/bar") { def bodyContent = [ apiKey: "somekey", identifier: identity.identity, activity: ac as JSON ] def json =...
Ratal asked 16/3, 2011 at 18:58

1

Solved

I have a site where users will first enter their search criteria. The search combines data from 2 sources, one of which is not a database. The search results are generally large enough to be paged....
Nanine asked 12/11, 2010 at 13:3

© 2022 - 2024 — McMap. All rights reserved.