zoladkow

Results 6 comments of zoladkow

Hi, Another curious variation on this subject: when the table is set to readOnly, input outside the table gets some of the keystrokes - letters etc. But arrows, delete &...

***Workaround:*** just configure primary directly to avoid using JNDI. Which kind of pinpoints where the problem lies. I can use this workaround but only on nonproduction environments.

@javacoldbrew quite simply I drop the use of `jndiName` and define the datasource on deployment profile directly in `application.yml` - hence the "workaround" ;)

I gotta give it to Grails / GORM teams, that Spring docs do not say that that setters are treated different either. Which breaks my heart as this is VERY...

Guys, It just worked for me right now - the gradle 2.0 configuration method. ``` | Resolving Dependencies. Please wait... Download https://repo.grails.org/grails/core/com/craigburke/gradle/client-dependencies/1.4.1/client-dependencies-1.4.1.jar CONFIGURE SUCCESSFUL ``` But on a non-grails project...

@neuqlz @saragluna It's not that idle-timeout is not doing what it's supposed to - the connection should be dropped if the inactivity exceeds a certain threshold. (AFAIR there's the hard...