Grails plugin mismatch between pdf0.6 and jasper - grails

We are working on grails 1.3.7 project. renderpdf0.6 plugin individually working fine. but now, we have added jasper plugin to our project. the jasper related pdf generation is working fine but the renderpdf0.6 plugin is not working after adding the jasper plugin. the exception is
java.lang.NoSuchMethodError: com.lowagie.text.pdf.BaseFont.getCharBBox(C)
we have been searching for this issue in google and other grails fourms. and some suggested that the core-renderer.jar may be effected by the differenent versions of iText.
Edit:
How to specify in grails, to force the core-renderer plugin to use the specific iText version ?

I think this might be a duplicated question. Have you tried the solution in Which version of iText to use so that both JasperReports and Grails Rendering plugin works

Related

Upgrading from Grails 2.x to 3.x

I am working on a Grails 2.3 project, and they ask me have to do a study to see if it is possible to pass on the 3.x version of grails.
you can tell me what is it advantageous to switch to the version 3.x, and what's the best way for the update properly.
at the environment working I guess GGTS not supporting GRAILS 3.x, then it is mandatory to work with IntelliJ IDEA.
This section of official documentation covers the topic nicely
Upgrading from previous versions of Grails - Reference Documentation
http://docs.grails.org/latest/guide/upgrading.htmlv
You can also check the following presentation on the topic of the migration
Migrating from Grails 2 to Grails 3
http://www.slideshare.net/SpringCentral/migrating-from-grails-2-to-grails-3
Yes, GGTS currently does not support Grails 3.x, so IDEA Ultimate edition is probably the best choice as described in STARTING WITH GRAILS3 – CHOOSING AN IDE.

Does the remote control plugin work with Grails 3?

Does the remote control plugin work with Grails 3?
https://grails.org/plugin/remote-control
I see references to fixes for grails 2.4 on the product page but nothing for 3.
-Ben
It doesn't appear to be supported by Grails 3.x (yet). You can find all of the Grails 3 plugins over on bintray.
And in this case, this plugin uses a custom repository at http://dl.bintray.com/alkemist/maven/ which doesn't appear to have a Grails 3 compatible version.

Grails cobertura support

Just added Cobertura to project and faced with problem like in this question. How can I add a lib only for test environment to Grails project? Or maybe you know a better solution for Coberture in Grails?

DWR in Grails without Plugin

I want to use DWR without using their plugin in grails..Their plugin is no good with no documentation and does not supports latest version..
How can i achieve this..?

Grails & Vaadin plugin - how to get latest version of Vaadin?

I am using this plugin http://www.grails.org/plugin/vaadin and the plugin supports only Vaadin version 6.5.1.
Is there any way how to upgrade Vaadin version to the latest one (e.g. 6.7.3)?
And maybe even more, is it anyhow possible to use Vaadin 7 (7.0.0-aplha...) together with Grails-Vaadin plugin? I know it is not stable release, but it would be great to start working with that version.
I think you could checkout the plugin's sources or download it as a zip-file, extract and then include it as inplace plugin into your project:
// Add in BuildConfig.groovy of your project.
grails.plugin.location.vaadin = '../path/to/vaadin'
After that you could do any manipulations to upgrading the plugin to required version of Vaadin.
I have upgraded Vaadin and Grails to the latest version. I have not found how to do it officially, so I have put it to my github profile, feel free to use it: https://github.com/ondrej-kvasnovsky/grails-vaadin-plugin/downloads

Resources