grails « Test « JPA Q&A





1. Grails test-app fails on CI server, but not on developer machine    stackoverflow.com

I have two machines, one Continuus integration server and one developer machine. Both machines run the same version of java, maven, and grails and both are running Ubuntu. The only difference that i ...

2. Is Grails supposed to ignore the flush mode in integration tests?    stackoverflow.com

I'm working on a Grails (transactional) service which builds a complex domain structure and persists it. The logic works by identifying a previous structure, then creating a new structure and then ...