Grails is a web application framework that uses Groovy and Java. The framework is oriented around high-productivity application development, and uses common Java technologies such as Hibernate and Spring.
0
votes
1answer
120 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
61 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 ...
3
votes
3answers
88 views
Where does Grail's errors property come from?
Grails has a bug with regards to databinding in that it throws a cast exception when you're dealing with bad numerical input. JIRA: http://jira.grails.org/browse/GRAILS-6766
To fix this I've written ...
1
vote
0answers
62 views
How do i invoke GSP file in framset tag
I have three groovy server pages and i want display thier content within frameset tag.
<frameset rows="100%,*" onload="init()" onunload="terminate()">
<frame id="DisplayFrame1" ...
0
votes
1answer
76 views
Grails Searchable Plugin(Lucene) - 1 To Many Query
I am using grail's searchable plugin(0.6.4). I need to search the Members on the basis of privacy settings. Following is the db design.
Member has MemberProfile, and MemberProfile has PrivacySettings ...
0
votes
0answers
61 views
How to pass hashmap from extjs to grails
I have an extjs grid in a form. User can edit rows and submit grid. How do I pass the grid records to params to be accessed in grails? When I manually create maps and pass it, it is getting converted ...
-4
votes
2answers
102 views
To Learn Groovy. To what extent should i learn java for a good start? [closed]
I learnt C programming from Academics.
I thought to learn Groovy & Grails.To what extent should i learn Java? (like basic/advance, structs,jsp,swings,servlets, javabeans,frameworks) to get good ...
2
votes
1answer
122 views
Grails Searchable Plugin - Filtering Result Set
I am currently using Lucene. My requirement is like facebook search box. User search people and friends. But in my requirement user have privacy settings like name, location, email address are visible ...
1
vote
1answer
113 views
Grails undirectional hasMany createCriteria
The ability to use Pagination is the goal, however I'm not sure how to work with this. The relationship is unidirectional hasMany (seen below). As current it works fine without pagination (see ...
1
vote
0answers
138 views
Grails resource not found exceptions
I've noticed a few exceptions in my production log files like this:
ERROR resource.ResourceMeta - Resource not found: /LtNVgQynp0cINYtXjS33eA1ohCJO9gLXjm4wJuXKedJ.png
2013-03-01 ...
1
vote
0answers
80 views
Load the resource bundle on start of application in boot strap in grails
I created a new package under src/java in a Grails application for a specific resource bundle which I want to use like src/java/resourcebundle/abc.properties. This is working fine when I use it from ...
1
vote
1answer
179 views
Grails 2.2.0, Spring Security - logout feature not working
I am using GGTS and Grails 2.2.0 and have implemented spring security along with Basic Auth with the following options
Config.groovy
grails.plugins.springsecurity.useBasicAuth = true
...
0
votes
0answers
139 views
Grails Spock unit tests pass locally but fail in CI environment
I have a set of Spock based unit tests that are passing locally but failing with the two following exceptions being logged on my CI (Jenkins) server. Some tests fail with both exceptions, but some ...
-2
votes
1answer
150 views
Grails / Spring Security - Registration email does not unlock account
I am running a site grails site with spring security where users register for an account, then use their email address to log in. In testing, I find when I create an account, I get the verification ...
0
votes
1answer
52 views
Grails stuck on Running Grails application
when I run grails run-app
It gets to Running Grails application and sits there.
How do I debug this? Are there more logs I can turn on? What is it doing? Are there methods or configs that grails ...
0
votes
0answers
42 views
grails run-app command and sub-commands
What commands does grails run-app execute and in what order?
Im looking for something like
grails compile
grails bootstrap
grails ...
I know that grails is not actually running those commands i'm ...
0
votes
1answer
99 views
java.io.IOException when running grails project
I got a grails Project from my friend, i imported that project in GGTS and after i refreshed dependence, i have no error.
When i trying to run I got
Error Error executing script RunApp: ...
1
vote
0answers
42 views
Grails form token not available for ajax forms?
In grails it is easy to add tokens to prevent form double submission and also the click hijacking.
Just add useToken="true" to the form tag:
<g:form ... useToken="true" >
But, this is not ...
0
votes
0answers
99 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 ...
0
votes
1answer
86 views
Grails Plugin for exporting graphs in PDF and EXCEL rather than Jasper
I need a grails Plugin for exporting graphs in PDF and EXCEL rather
than Jasper plugin
3
votes
1answer
96 views
how to control dynamic rows coming from a form in a controller
I have a form which sends over dynamic number of rows and columns. Here is a demo on jsFiddle of how the form looks like.
I have columns of Red, Yellow, and Green and there could be dynamic number ...
0
votes
2answers
55 views
How would you prevent Bootstrap data migrations from running when the datasource is missing
The grails v2.0.1 configuration has been externalized into a file so that it can be on a secure partition.
This was done by modifying Config.groovy and DataSource.groovy
grails.config.locations = ...
0
votes
0answers
28 views
Anyone using domain inheritance in Grails 2.2.0 ? need help on basic insert issue
"Based on some digging in Grails’ JIRA issues, it looks like inheritance is going to be an important item reworked for 1.4." -- We are 2.2.0 and I have some concerns here.
I have 2 domains ...
0
votes
1answer
111 views
Grails push to Heroku failed - applicationContext.xml doesn't exist
I try to deploy my Grails 2.1.1 application to Heroku.
I run git push master heroku and it runs for a while (compiles alright, get dependencies, ec), then it gives me this message:
|Building WAR ...
0
votes
0answers
161 views
Grials Jquery Datatable TableTools flsh file copy_csv_xls.swf download takes long time to download
I am using Grials with jquery datatable tabletool for my development. trying to access the page using localhost url. when loading the page swf file takes about 30 seconds to download in firefox 10.0.3 ...
0
votes
1answer
51 views
Grails subflow restarting to first state
I have a flow that uses a subflow. Something like:
Initial State -> Subflow -> Next state
When I'm in the Subflow, I can go back and forward, even return to the 'Initial state' without any problem. ...
0
votes
1answer
65 views
Data driven navigation in grails and gsp
I have a Section domain object which looks like this :-
class Section {
String name;
Section parent;
int level = 0;
Boolean isRoot = false;
static hasMany ...
1
vote
0answers
178 views
How to setup a serialized (non-concurrent) InvokeMethodJob using Quartz 2.x plugin in Grails 2
Quartz 2 documentation is clear for setting up SimpleJobDetail so that it executes serialized (i.e. the next job runs after the the current job completes) by setting concurrent = false. Quartz 2 ...
0
votes
1answer
156 views
How to conditionally disable a form input field
Say I have a Domain object Teacher with two fields String name, TeacherType teacherType, where TeacherType is an enum containing AssitantProfessor, AssociateProfessor, Professor.
After I generate the ...
0
votes
0answers
162 views
Grails domain class inheritance - GORM setting the wrong foreign keys
GORM get confused in a very simple 3 domain classes situation: Objects - Items - Revisions. Each Item has many Revisions. As suggested by the master Mr Burt, I am not using collections here. ...
0
votes
1answer
110 views
Grails WebFlow Error Handling
Is there any easy way how to handle errors in the Grails Spring WebFlow in general? I mean not to have a try-catch block in each block but to have a general handler for the whole flow.
We found one ...
0
votes
1answer
86 views
ClassNotFound Expection when loading beans in Grails
I have a jar file which has the beans defined in applicationContext.xml. I have added the jar file to the lib directory and also modified my build config to
runtime ...
1
vote
3answers
421 views
IntelliJ 12 Grails 2.1 Configuration - Grails SDK not configured
I feel like I'm missing something simple at this point. I upgraded to grails 2.1.1 from 1.3.7 while running IntelliJ 10, recently I upgraded to IntelliJ 12 and imported all settings. Somehow in the ...
0
votes
0answers
43 views
Grails 2.2 with maven plugin doesn't produce the “correct” test output results
I am using Grails 2.2 with the maven plugin. In order to integrate the Grails project with maven, I ran the suggested:
grails create-pom <group id>
That produced a default pom that I now use ...
0
votes
1answer
79 views
Grails - countBy in _template counting all records instead of domain instance
I have 2 simple domain models. I am trying to get a count on publications which have the published flag set to NO from within the show page of the portfolio instance.
I can get the total number of ...
0
votes
1answer
85 views
Testing criteria in Grails 2.2
One of the reasons we are moving from Grails 1.3.7 to 2.2 is for the ability to unit test our (many) criteria.
And the first thing we have run into with criteria testing is this:
Property ...
0
votes
1answer
128 views
Grails 1.3.7 to Grails 2.2 upgrade, Unit tests now fail with missing GORM methods
I am in the middle of upgrading an app from Grails 1.3.7 to 2.2
So far, its been relatively painless and straight forward.
Until we started running the unit tests.
Under 1.3.7, all the tests ...
0
votes
1answer
65 views
Device detection in grails version 2
We're building a multi platform application in grails 2. I'm aware we can use JQuery mobile to build the views, but what's the best plugin for device detection in grails 2.
The Spring plugin is for ...
1
vote
1answer
273 views
Grails Spring Security AbstractPreAuthenticatedProcessingFilter redirect
I am trying to do PreAuthentication using Spring Security Grails plugin. I read the pre authentication documentation given below, but could not find anything concrete for my situation
...
1
vote
2answers
233 views
Bootstrap a grails app with dummy data when spring security facebook is involved
I've created a grails app that uses spring security to allow a user to authenticate via facebook, and I can successfully print out the facebook username onto one of the views, so thus far I don't have ...
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
1answer
27 views
multiple domain class with belongsTo relationship
I have 3 classes as per below...
Class A
{
E objE;
}
Class B
{
E objE;
}
Class E
{
E objE;
belongsTo:[
a : A,
b : B
]
static ...
-1
votes
1answer
110 views
Unit Test and Integration on Grails 2.1.1 [closed]
I have a large application on groovy at grails framework.
Recently I have upgraded my application from 1.3.7 to 2.1.1
I am facing some problems in writing Unit Tests and Integration Tests.
I ...
1
vote
1answer
107 views
Grails 2.x -Including Javascipt/Jquery Libraries in all GSP files
I have worked in Grails 1.3.7 there i use to include all my javascipt and jquery library in main.gsp, so that those libraries will automatically gets included in all other GSP pages. but Grails 2.x ...
1
vote
0answers
122 views
Grails: criteria unit testing fails
I'm trying to test the following action:
def search = {
//keep these values so we can rerender on the filters
def cal=Calendar.getInstance()
def startCal=Calendar.getInstance()
def ...
0
votes
0answers
98 views
Grails Application running in server is very slow
I have Grails application running in Rackspace .
I am using following version of softwares.
Grails 2.0.4
jdk1.6.0_22
running on tomcat 6 under Ubuntu 10.04 LTS (Lucid Lynx) 1024 MB RAM
My ...
1
vote
1answer
65 views
“Transparent” way of injecting a request/transaction ID into log messages in Grails
I'm looking for a way to include certain information in my log messages without always having to explicitly add this information to the message itself.
My dream scenario would be that any log ...
0
votes
0answers
71 views
Unable to use apache-ldap-api with grails 2.2
I am trying to use apache-ldap-api with grails 2.2 . The latest version of the api on their website is 1.0.0-M15 , but maven repo has upto 1.0.0-M13 . So I decided to use M13 first by adding a ...
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 ...
0
votes
1answer
125 views
Grails: Tag [remotelink] does not exist. No tag library found for namespace: g
I'm trying to use g:remotelink tag in my project. When I try to render project home page I got the following error:
Error mapping onto view [/index]: Error processing GroovyPageView: Tag ...

