Details
Description
There is a problem with the transaction management in Grails 1.1.1
Transactions wont get started as you can see in the example app that i have attached.
Start the app with 'run-app' and invoke url 'http://localhost:8080/faultyTxMngt/blah/index'
This problem was introducted with Grails 1.1.1. The example is working with the previous version 1.1
As workaround it is possible to use the withTransaction method (http://grails.org/doc/1.1.x/ref/Domain%20Classes/withTransaction.html)
Wow. I ran into it as well. Any chance this can be fixed soon?