-
given Grails-3.0.0 just reached M2 and a final is planned to be released soon, it would be nice to see this plugin work with Grails 3 :)
thanks, zyro
-
In grooscript-grails.js, an exception occurs because result.add is undefined when ob == 'remove'.
``` javascript
//Convert a javascript object to 'groovy', if you define groovy type, will use it,…
tepsl updated
8 years ago
-
Hi Ivan.
_p.s. I found a workaround while writing this issue report_
I've upgraded my application to Grails 3.0.11 and depending on the configuration I'm having one of 2 problems.
**Note that**
- Th…
-
Hi there,
Will this work with Grails 3? If so, how do you configure it in build.gradle?
-
Hi.
I tried to use Jsonb property in domain, using your extention. I did all steps exactly as described in documentation. But when server starting I have an Exception.
ERROR org.hibernate.tool.hbm2d…
-
As you regularly do with new Grails distributions is to add it in GGTS under Preferences > Groovy > Grails. But dang!…it doesn’t recognize the grails-3.0.x-directory you just unzipped a minute ago.
-
Hi,
I used your repo once for learning grails3 security, now I came back to it and tried to build the project after fresh clone. I get following error however:
> grails
> Picked up _JAVA_OPTIONS: -X…
-
I know twice (even triple) calls are not problem like #2498.
But now it's called too much times in unit test. Additionally, it's increasing per call. And the incremented count is different between us…
-
I am trying to render another template(_b) in current template(a).
the template `a.gsp`:
```
```
the template `_b.gsp`
```
```
the result is
```
<something>
```
but what I want is
```
…
-
Using Grails 3.0.1, Java 8, JMS plugin 2.0.0.M1
Our service has:
``` groovy
static exposes = ['jms']
static container = "other"
void onMessage(message) {
// ...
}
```
The standardJmsListenerC…