Tagged Questions
0
votes
0answers
4 views
How to use JQuery in grails 2.1.0
I want to use jquery in grails 2.1.0 framework.I know that jquery is built in here.But I don't know how to use this in gsp. I am new in grails. Can somebody suggest me with sourcecode please?
0
votes
2answers
25 views
How to get GWT Plugin running with Grails?
When using the grails GWT plugin I have trouble to get my dependencies refreshed.
I inserted
compile ":gwt:0.8"
into my BuildConfig.groovy and run: grails refresh-dependencies. My Grails version ...
1
vote
0answers
25 views
Field error in object 'talent.CandidateProfile' on field 'core': rejected value [null];
1:declared field name as a name="db_address1"
<div class="fieldcontain ${hasErrors(bean: candidateProfileInstance, field: 'core.db_address1', 'error')} ">
<label ...
0
votes
0answers
21 views
Grails - How to make ivy-cache folder structure the same as maven repository folder structure?
Is it possible to make ivy-cache folder structure the same as maven's repository folder structure?
I am planning to use the same location (path,folder) as maven repository and ivy-cache.
I'm getting ...
0
votes
2answers
75 views
grails spring security login is not working
I am using grails 2.1.0. I have installed spring-security-core plugin.
When I create user it is creating it. But when I try to login then it shows:
"Sorry, we were not able to find a user with that ...
0
votes
3answers
29 views
Creating Lucene Index in a Database - Apache Lucene
I am using grails searchable plugin. It creates index files on a given location. Is there any way in searchable plugin to create Lucene index in a database?
0
votes
1answer
43 views
Grails - Can I use maven repo(.m2) path as ivy-cache path
I find some document Grails 2.1.1
It saying we can customize ivy-cache folder.
I have a doubt, can i specify my maven repo(.m2) path as ivy-cache path.
grails.project.dependency.resolution = {
...
1
vote
3answers
62 views
Grails - How to make grails get latest local jars from maven repository
In my maven repo (.m2). there is one my local jar like sub_app-0.1.jar.
I have same copy of the it in ivy-cache.
I run maven install on sub_app then new sub_app-0.1.jar file created.
After, i run ...
0
votes
1answer
41 views
grails spring security is not working properly
I have installed spring-security-core plugin for my project for login security.After installing it everything works fine such as if account_locked= true it shows the message that account locked, if ...
0
votes
0answers
16 views
Grails picking old version jars(previous used) also, in 'test war' creation
I used yesterday itext-2.0.8 and today i changed to itext-2.1.7. even it is picking 2.0.8 into war file also two versions of itext jars are coming in war file. Now, there is no reference in pom or ...
0
votes
0answers
30 views
Grails - How to exclude some jars for grails-app(war) package
i tried lot of ways even some unwanted wars are including while maven's grails-app packaging. I need itext-2.0.8, that i added in pom and it coming fine, but below three jars also coming, and one is ...
0
votes
1answer
66 views
Grails not picking jars from maven repository based on pom.xml
Please, need help, I am getting some compilation error because of Grails not picking jars from maven repository based on pom.xml file.
My BuildConfig.groovy
grails.project.dependency.resolution = {
...
0
votes
0answers
25 views
Error creating Job (factory-bean returned null) in Grails quartz plugin
I am using Grails 2.2.2 (GGTS - 3.3.0M1) with Quartz plugin 1.0-RC7.
With the following job, I get an error saying that the job instantiation failed when testing with 'grails run-app'. I see the same ...
-2
votes
1answer
41 views
Grails Export : getOutputStream() has already been called for this response. Stacktrace follows:
Need your help my dear friend. I am using same code for every module(items, products,....) to export pfd. All places working fine, but one place, the pdf file creating and downloading successfully but ...
-1
votes
2answers
32 views
Where can I download Grails 2.1.4
It looks simple, but I search for one hour even i am not able to find, so finally came for your help.
I am not able to understand, why grails keeping that much secretly the old versions.
Please help ...
0
votes
0answers
43 views
Grails PDF Export plugin — How to increase page size
please suggest my dear friend.
I am using Grails Export plugin, and i created one pdf export but it is giving output like this because of more columns in table,
Screenshot
if you observe most of ...
3
votes
0answers
56 views
Grails 2.1.4 and 2.0.4 stops serving random JS and CSS files in AWS Elastic Beanstalk
I have a big problem with our Grails application running in AWS Elastic Beanstalk.
Our application is running on 4 instances with Tomcat 7 and sometimes it scales to more.
From time to time a random ...
0
votes
1answer
61 views
“GORM support for Hadoop HBase plugin” is not supporting for grails 2.1.0
When I install Grails plugin "GORM support for Hadoop HBase". I am getting this error.
| Error Plugin gorm-hbase-0.2.4 requires version [1.3.2] of Grails
which your cu rrent Grails installation ...
0
votes
0answers
28 views
How to set lib directory for the Grails GWT-plugin?
I am using Grails 2.2.1 and the GWT plugin 0.8. The documentation says that you can define GWT dependencies in BuildConfig.groovy as:
gwt {
version="2.5.0"
gin.version="1.5.0"
...
1
vote
0answers
77 views
Best place to learn Grails Architecture and Flow [closed]
Best place to learn Grails Architecture and Flow.
I am new to Grails, It is not like struts, it has rich, simplified, conventional and lot of other features. But I can't find Grails official ...
0
votes
0answers
27 views
I've installed grails-melody:1.13 run localhost:8080/EBlast/monitoring the code run fine.but when i try to login in my app i got exception like that
| Error 2013-03-11 12:24:27,
325 [http-bio-8080-exec-1] ERROR errors.GrailsExceptionResolver -
MissingMethodException occurred when processing request: ...
0
votes
0answers
57 views
Grails taglib and markdown plugin - need to escape in textarea, but not sure how
I have a tag lib which looks like so
class NOTETagLib {
def NOTE = {attrs, body ->
out << "<div class=\"note\" style=\"border: 1px solid #F0C000;background-color: ...
2
votes
1answer
53 views
Resize uploaded images for better viewing
I have a profile picture which i stored in database in a byte[] field.
What I want do is to create image thumbnails at runtime. Because I have to show images in different sizes on different place on ...
0
votes
1answer
119 views
Dependency injection of cxf-bean / client in a grails service doesn't work - maybe because it's configured in my plugins config.groovy?
I'm working on a payment plugin for the grails framework. I'm using a payment provider wich gives me a SOAP API (wsdl) and i need a cxf-client to communicate with the webservice.
I installed ...
0
votes
1answer
60 views
Creating ICal with plugin, only seems to download, can't figure how to attach to send mail function
Standard Grails Mail Plugin Mail-Plugin
ICal Plugin for creating ICal files I-Cal-Plugin
I've used mail successfully with great ease, attatching files etc, however, getting Ical to work with the ...
0
votes
0answers
98 views
Grails 2.0.3 install-plugin image-tools 1.0.5
I have created a Grails 2.0.3 application. Now I want to install "Image Tools" plugin but it can't install it in Grails 2.0.3.
I followed the instructions on the website: http://grails.org/plugin
cd ...
5
votes
2answers
128 views
grails service with different scopes for persistence
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 ...
0
votes
0answers
73 views
grails spring security openid login giving error consumer.consumermanager nonce verification failed
grails version i am using is 2.0.1 in grails spring security openid when login through openid after going to provider site it come back but not getting logged in giving error
Error 2013-01-29 ...
2
votes
2answers
103 views
Grails deployment on Google App Engine blocked by Unresolved Dependencies during grails install-plugin app-engine
I am following the steps described in this video - http://www.youtube.com/watch?v=wP-aZdXymro to deploy my grails application on GAE. I am runnning Grails-2.2.0 and I have uninstalled the hibernate ...
1
vote
0answers
209 views
Grails 2 with the JSF 2 plugin?
Is anyone using Grails 2.0 or later with the JSF plugin? I’m a little hesitant to start using Grails with JSF because the plugin page says it was last updated in April of 2010 (it’s at version 0.1) ...
0
votes
1answer
232 views
Grails install-plugin git Error
Environment
Windows 7, Grails 2.2.0/2.X, GGTS
I have installed git on my computer successfully, I am now trying to install the Git plugin for grails using the command install-plugin command. I get ...
1
vote
0answers
40 views
dbm-update not working after upgrading to 2.1.2
grails dbm-update suppose to execute all the db changes provided in changelog.goovy. It used to work very well in 2.1.1 but after upgrading the app to 2.1.2 it stopped working. It doesn't give any ...
2
votes
1answer
264 views
Use username as email, Spring Security UI plugin
I'm using the Spring Security plugin, in combination with the Spring Security UI plugin.
They both work like a charm, but my problem is that I don't want my user to have a username, instead he/she ...
0
votes
1answer
38 views
Combining Grails Plugins
Can I combine the following plugins together or are there any incompatibilities?
How can I test if the plugins work well together?
runtime ":zipped-resources:1.0"
runtime ...
0
votes
1answer
52 views
Recommened way to install grails plugins
What is the recommended way to include a grails plugin for in a 2.1.0 project?
1: Add it to the application.properties?
app.grails.version=2.1.0
app.name=testapp-local
app.version=0.1
...
3
votes
1answer
113 views
Grails 2.1.1 - How to develop a plugin with an AstTransformer?
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 need ...
1
vote
1answer
181 views
Issue passing custom header values using rest-client-builder plugin
I am using the latest grails (2.1.2) with rest-client-builder plugin version 1.0.3. I am trying to pass in a custom request header value (say SEC_USER) to the target server which pre-authenticates a ...
1
vote
1answer
170 views
Grails custom taglib cannot use custom artefact during integration test
I have written a plugin containing a custom TagLib which itself uses a custom artefact instances. The taglib works exactly as expected when the plugin is included in an application. However, I am ...
1
vote
1answer
137 views
Spring Security how to redirect to login while calling a remoteFunction in Grails
When a user who is not logged in clicks on a link containing a remoteFunction like:
<a href="#" onclick="${remoteFunction(
controller: 'book',
action: 'count',
...
0
votes
1answer
111 views
How to post an image to a Facebook wall using Grails
I am using the grails facebook-sdk plugin to connect and post to facebook.
To publish a message to a user's wall I use:
def publishMessageResponse = facebookClient.publish("me/feed", ...
1
vote
1answer
112 views
Grails clean doesn't work
I'm using Grails -2.0.1 and when trying to run an app, I find a NoClassDefFoundError :
Error 2012-10-16 15:24:25,301 [http-bio-8080-exec-9] ERROR errors.GrailsExceptionResolver - ...
0
votes
0answers
85 views
Does Grails look into grailshome/lib when pom true is set?
According to documentation
The line pom true tells Grails to parse Maven's pom.xml and load dependencies from there
What I am missing here is when pom is set true does grails still follow the ...
1
vote
1answer
180 views
Grails always tries to uninstall plugin
Each time I'm runnin Grails app, it tries to uninstall an plugin (resources-1.2.RC2). When it installed using IntelliJ IDEA, it uninstall it sucessfully, I see:
| Uninstalled plugin [resources]
and ...
0
votes
4answers
345 views
Plugin missing while using ajax prototype in Grails 2?
Hello..I'm using Grails 2 and tried to implement the ajax call from gsp page to my controller..At first library prototype was missing in grails 2 i solve this using command grails install-plugin ...
0
votes
2answers
306 views
Css not being found in deployed grails application
I'm using the extjs plugin and I have the following line in my gsp file
<link rel="stylesheet" href="${resource(dir:'ext/resources/css', file: 'xtheme-gray.css')}" />
when I run the app ...
0
votes
1answer
275 views
how to use fckeditor in grails?
I did the install:
grails install-plugin fck-editor
i added to config:
fckeditor {
upload {
basedir = "/tmp/storagearea/"
baseurl = "/uploads/"
overwrite = false
...
1
vote
0answers
190 views
[hibernate:2.1.1]: No bean named 'transactionManagerwordpressSessionFactory' is defined
I have upgraded grails from 1.3.7 to 2.1.1, and after starting server (grails run-app) following error is being thrown. I'm not getting the solution-
1st exception-
| Error 2012-09-17 ...
0
votes
1answer
189 views
InvalidatedSessionException in grails 2.1 with database-session 1.2.0 and spring security core when logging out
I need sessions to be stored in database. I used the database-session plugin from Robert Fischer ( https://github.com/RobertFischer/grails-database-session ) in version 1.2.0 and updated it to grails ...
0
votes
1answer
283 views
unable to run a Grails integration test for webFlow 2.0.0
I am using Grails 2.0.3 and webFlow 2.0.0.
I have a WebFlow definition in my controller that is working fine but I want to still add integration tests to facilitate future maintenance.
I am ...
2
votes
2answers
192 views
How do i list all the controllers/services of a grails plugin
How do I list all the controllers/services of a grails plugin.
Or
How do I know the pluin name of a given GrailsApplication class.




