0
votes
0answers
28 views

Maven and Multiple Goals

I'm attempting to use the Grails Maven plugin to build a war file. There's a known problem with the plugin in that it does not resolve range dependencies, and my project pom file must contain range ...
1
vote
1answer
83 views

Default plugins errors after upgraded to Grails 2.2.2 from 2.2.0

After upgrading from 2.2.0 to 2.2.2 I'm getting the following errors when I run grails: 2013-05-08 16:23:34,957 [localhost-startStop-1] DEBUG support.PluginAwareResourceBundleMessageSource - Could ...
1
vote
2answers
91 views

Generating UML class diagrams from Grails domain model

Is there a tools or plugin wich generates UML class Diagram from grails domain Model?
0
votes
1answer
48 views

grails release plugin 3.0.0 unresolved error

I was trying to run maven-install to put my plugin in the local maven cache, but it gave me unresolved dependencies error: #release;3.0.0: java.text.ParseException: inconsistent module descriptor ...
0
votes
1answer
64 views

Grails remote-pagination is refreshing entire page instead of div

I am having problems with the grails plugin remote-pagination. I have created a new project and copy pasted the sample code for the plugin. There is a book class that has a list view and a template ...
0
votes
1answer
29 views

Grails dependencies between custom plugin and war file

I've created a custom Grails plugin, and this plugin needs two other war files to work fine. Can someone tell me how to make that plugin depends on those war files ? What should I put in the ...
0
votes
0answers
43 views

Calling PHP tags from within a groovy gsp using grails php plugin

I am trying to integrate a wordpress blog into my grails application. Wordpress is php, so grails obviously doesn't immediately work with that. There is a (quite dated) grails php plugin here: ...
0
votes
1answer
46 views

Grails: Automating Grails Plugin Installations

Imagine that we have a grails plugin (that we're developing) and also a test app that we're using to test the grails plugin. I'm trying to test the _Install.groovy script of the plugin, but it's quite ...
1
vote
3answers
92 views

What's the correct way to install a grails plugin from a zip file?

In recent versions of Grails install-plugin command has been deprecated. What is now the recommended way of installing a plugin that is not available via some repository. Assume the plugin is only ...
0
votes
1answer
226 views

Overriding CSS from Grails Twitter-Bootstrap Plugin

I've got a Grails 2.2.1 application that makes use of the Twitter-Bootstrap plugin, which supplies the basic CSS and javascript elements of Bootstrap to Grails applications, along with a tag lib and ...
0
votes
1answer
26 views

Ability to add “plugin” in war-mode

I am lookin for a way to let the admin-role of my grails-app add a "feature"/"plugin" to the running server, so that the system makes use of it instantly. To be more concrete here is a small example: ...
0
votes
1answer
86 views

How can I reuse the file chooser of ckeditor grails plugin?

I'm using the ckeditor plugin for grails (:ckeditor:3.6.2.2) and I'd like to reuse the File Chooser used to select images inside the rich text editor. I'd like to use it in a form for selecting ...
0
votes
0answers
121 views

Different Views for same domain Object in Grails backend and frontend

I've got two grails projects (admin backend and frontend) using the same domain classes from a local plugin. I need to have different views in the frontend and the backend. E.g. there's a domain ...
1
vote
3answers
143 views

How to use a gsp template to create a text file?

I have used the Grails Rendering Plugin in the past with much success in creating PDFs. Throw now I would like to create a simple text file, using a gsp. I loved the ease of using a model to define ...
0
votes
1answer
118 views

Grails Apache breaks after plugin install?

I am currently working on a Grails project and I have the plugins below already installed: Spring Security Core Spring Security UI Mail ETC... The solution was working fine and everthing was fine ...
2
votes
1answer
105 views

Creating and installing a grails plugin - how does my plugin access resources from a plugin its dependent upon during/after install?

This question is an extension from another question I posted here: In Grails 2, how do you includeTargets from Gant scripts from a plugin your app is dependent upon? I am writing a grails plugin ...
0
votes
1answer
65 views

In Grails 2, how do you includeTargets from Gant scripts from a plugin your app is dependent upon?

In Grails 2, I am creating a company specific authentication plugin that depends on the shiro plugin. I would like to reuse shiro's gant scripts in my plugin's gant scripts. My challenge is that I do ...
1
vote
1answer
94 views

How to add Google web font css to Grails resources

What is the right way to add a Google web font css dependency to a grails app using the resources plugin? For some reason, the grails resources plugin seems to want to remove the query string. ...
0
votes
0answers
84 views

Send a message when receiving using Grails / RabbitMQ / RabbitTemplate

HI there i am trying to send a message in the handleMessage method, this seems to fail somehow. Is there a reason why i cannot send a message to rabbitMQ when processing a message? // receives a ...
0
votes
0answers
32 views

Grails RabbitMQ plugin and setting the reply timeout?

We are currently using the Grails RabbitMQ plugin and have a need to set the reply timeout. The default timeout for a reply is 5 seconds and we need to stretch this a bit. Is there a way of doing this ...
0
votes
1answer
12 views

grails: are plugins in a plugin, 'migrated' to the project level's plugins?

We have a plugin called Subscriber. In its plugins is the build-info plugin. We can run-app and test Subscriber using run-app. We have further defined Subscriber as a plugin to our Main project. To ...
0
votes
0answers
77 views

installing my first plugin fails because commons-lang.jar is missing

I am using GGTS 3.1, Grails 2.1.1 and Groovy 1.8.6 I have created my first plugin. I packaged it leaving the zip file is in its own project. Then I installed the zip file into the project that I want ...
0
votes
0answers
93 views

Grails wkhtmltopdf plugin: no pdf output

i am trying use the Grails wkhtmltopdf plugin (https://github.com/quorak/grails-wkhtmltopdf), but i can't get a rendered pdf file. Only the gsp template is shown instead. What I have done so far: ...
0
votes
1answer
153 views

Overriding plugin views in Grails 2.2

I'm trying to customize the HTML markup of the excellent FilterPane grails plugin, however I'm having some difficulty. FilterPane provides a bunch of tags for rendering the search/filter form, and I ...
0
votes
0answers
31 views

Grails plugin meta info - grailsVersion notation

When using or creating Grails plugins I'm really confused about grailsVersion notation. From the Grails manual: grailsVersion - The version of version range of Grails that the plugin supports. ...
0
votes
1answer
105 views

Accessing resources in Grails Plugin

I have a Grails Plugin called 'foo' that uses another Grails Plugin called 'common'. grails.plugin.location.'common' = "../common" The 'common' plugin contains domain classes, as well as resource ...
0
votes
1answer
114 views

module not found: org.grails.plugins#cloud-support;[1.0.7,)

I'm attempting to revive an old Grails project (was 2.0.4 when I left it), and I can't get anything to start because the following dependency issue. Can anyone be of assistance? Downloading: ...
1
vote
1answer
74 views

Why does Grails keep asking me to 'upgrade' to a lower plugin version?

I'm attempting to use Resources 1.2.RC3, but every time I compile or attempt to run I get the following prompt. I've run a dependecy-report and it correctly reports that 1.2.RC3 has evicted 1.1.6 for ...
0
votes
0answers
44 views

Grails Commentable Plugin redirect on submit of comment issues

I am using grails 2.1.1 and netbeans 7.2 on Mac OSX 10.6 and Ubuntu 12.04 After porting over an grails project from an older version, 1.6 I believe, the commentable plugin saves the comment to the ...
0
votes
1answer
63 views

Call service from plugin

Can we call service from a plugin? For example I have a plugin, it has its own domain, so now can we call the service of the main application from this domain ?
0
votes
1answer
45 views

Share GWT module between different Grails Plugins

I have seen in different posts how GWT modules can be shared across different projects. E.g. How to use source code of one gwt application in to another application My Case is a little more ...
2
votes
1answer
82 views

How do I remove DbdocController?

I've installed Grails 2.1.2 and created a project. When I run my project, the default page lists the following under Available Controllers: grails.plugin.databasemigration.DbdocController Not ...
0
votes
2answers
157 views

Page header required on exported file excel or pdf

I have a web application and i need to export a list to a .xlsx or .pdf format. During exporting the page, page should contain the page header of the company along with the list. How is it possible? I ...
3
votes
1answer
188 views

Upgrade Grails 2.1.3 -> 2.2.0 fails when using inline plugin

we have an application in which a inline plugin is used. This is defined in the BuildConfig using. grails.plugin.location."foo-shared" = "../../foo-shared/src" Now when we try to upgrade our ...
1
vote
2answers
155 views

Grails package-plugin exclude jar file

All, I have created a plugin that I will be using across several projects. For testing purposes, I have included the jar file needed to connect to Oracle to test the domain classes in this plugin. I ...
0
votes
1answer
103 views

Intellij idea platform ui plugin highlighting in grails 2.2

i am using intellij idea 12 for development on grails 2.2. And i have a problem after upgrading grails version from 1.3.8 to 2.2. I am using plugins platform-ui and bean fields for my application and ...
0
votes
1answer
272 views

Grails Export Plugin - Export Div Content and not a class list like in the docs

after installing the grails export plugin and adding <r:require module="export"/> <export:resource /> to my GSP with the final goal to render the containing DiV/table Contents to ...
3
votes
2answers
106 views

How do I disable grails from loading certain plugins loaded by default when starting up?

I wasn't aware that grails will load a set of default plugins when starting up. This isn't obvious when running in dev mode using run-app. But when I built a war and dropped it into a app server, the ...
0
votes
1answer
99 views

No such property: GormEncryptedStringType when installing jasypt in grails

I'm trying to use Jasypt plugin on my grails project. I followed the setup described on the wiki but I got the following exception: ERROR context.GrailsContextLoader - Error executing bootstraps: ...
0
votes
1answer
200 views

Grails error installing plugin rest-client-builder 1.0.2, bad module descriptor

Using Grails 2.0.4, I'm trying to install rest-client-builder:1.0.2 using this... grails install-plugin rest-client-builder ...but Grails returns the error below; I've tried cleaning, refreshing ...
0
votes
1answer
129 views

How to scaffold controller to a domain class from plugin?

I installed a plugin and want to scaffold a domain class from the plugin. For my project-own domain classes Foo I add scaffold = true to FooController. If I try this it shows up in the list of ...
1
vote
3answers
276 views

Grails: How do I use the resources plugin to add a CSS “link” tag into the head?

I have a page that uses quite a lot of include files. It dynamically selects the correct include file to use. I'd like to (in the include file) be able to specify to grails that I'd like it to include ...
1
vote
1answer
505 views

Upgraded from Grails 1.3.6 to 2.1.1 and plugins went crazy

I was using Grails 1.3.6 and was having an issue with the context loader when deploying a war. Worked fine with run-app, but not run-war or war. After running out of ideas, I thought maybe updating ...
4
votes
1answer
65 views

How to share custom Grails Plugins with in-house svn repository?

we want to share a custom in-house plugin with our developers using svn. I was wondering if this is possible and how we could achieve this. We do not want to share only the binary but also the code ...
-2
votes
1answer
41 views

How to “create-controller” etc in a Grails 1.x/2.x PLUGIN? [closed]

It's easy to create a controller [etc] via the grails command line for the main app, like create-controller book but how to do this for a plugin (which is a app-within the app) ? The command always ...
2
votes
1answer
83 views

How to add a hierarchy to taxons using grails taxonomy plugin?

I would like to have some kind of hierarchy inside my taxons I added to my domain class Foo using Grails Taxonomy plugin. http://grails.org/plugin/taxonomy Example (annotation to build something like ...
2
votes
1answer
360 views

Exclude dependencies from a local Grails plugin

I'm not seeing anything resembling an answer to this on the googlytubes so here goes... We make use of several local plugins in our grails project. One of our plugins recently has a dependency on ...
2
votes
1answer
437 views

Using LESS with grails lesscss-resource

I could not find a good explanation to set this up in my grails app. I am running grails 2 with the most recent version of lessees-resource plugin but I cannot find an in depth explanation on how to ...
1
vote
2answers
63 views

Getting Grails version from within plugin _install.groovy script

One of my plugins needs to behave differently for grails 1.x and 2.x. So I would like to switch based on the grails version used to install the plugin, but I didn't find a way to get the grails ...
1
vote
1answer
97 views

grails plugin DSL specify zip file

When using the grails plugin dsl in BuildConfig.groovy, such as plugins { build "org.grails.plugins:db-util:0.4" } Is there a way to specify to use a plugin from a zip file like you can do ...

1 2 3 4 5