I am using the Grails searchable plugin to index an entity with a custom text representation. I want this entity to be indexed in an actor (using GPars) that will be triggered asynchronously once the
I\'ve deployed my grails app to Tomcat, and the only thing that broke is the spring-security-core messages in the login form. For example, the code
I am newbie to grails. I want to save some data using REST. I will get the xml from the request.XML. It has child nodes and the child nodes also have the child node..
I have a gsp page (template) where I need to include some javascript. In the example below, how would I get the remoteFunction to understand, the moneyTransId will be set by the javascript function?Mo
I\'m wondering where utility code can be placed, that doesn\'t cause a restart of container. Updating controllers doesn\'t cause a container restart & the updated code is available to run (great),
I am building a small Grails application, and I am trying to make the data persist between server restarts in the development environment.
I am seeing an inconsistency in the behavior of my application VS the outcome of a test-case that I have for an inherited domain class. Here are the classes involved in the issue (only part of code pr
I\'ve recently changed some mapping in my app and now it looks like this. Scenario - many-to-many - Subscription
I am trying to scroll through a result set of a namedQuery. To avoid N=1 problem i set fetch param to eager. I am also interested in distinct set of top level objects. So my controller closure looks l
I\'m t开发者_Go百科rying to use the Groovy JSONBuilder in the Grails (2.0.0.M2) console. When I execute the following