I'm not sure if I'm missing something here but is it possible to do manual transaction management in Grails (in groovy classes in src/groovy) without using the withTransaction method?
I don't have any domain classes in my app as I'm calling into the service layer of another Java web application.