Grails is an Open Source, full stack, web application framework that uses the Groovy programming language (which is in turn based on the Java virtual machine (JVM) and Java.
I have an application implemented in Grails framework using underlying Hibernate. After it runs for a while, I got an …
oracle grails indexingI am trying to build a Grails project in STS and am getting many error messages of the form: Groovy:…
eclipse grails groovy sts-springsourcetoolsuiteI have been doing load testing for my REST APIs using JMeter. I am getting the following error when hit …
grails jmeterI'm trying to create a Union between two tables, using HQL (Hibernate Query Language). This SQL script works fine on …
hibernate grails hql grails-controllerI've been trying for days now to send mail from Grails application and unsuccessfully. I'm using: grails 1.3.7 mail 1.0 plugin spring-security-core 1.2.6 …
java authentication grails jakarta-mail exchange-serverIs there any way to set a default value to domain class property? I have a class called PayMethod, where …
grailsMy newest project is able to generate documents with information from a database. So I copy the document template on …
java tomcat grailsIn one of controllers in my Grails application I'm preserving a parameter value in a session variable like this: session.…
session grails session-variables session-timeoutIs there a way to get a list ordered by two fields, say last and first names? I know .listOrderByLastAndFirst …
grails sql-order-by gorm