Skip to content

Instantly share code, notes, and snippets.

@smaldini
Created September 19, 2011 16:36
Show Gist options
  • Save smaldini/1226907 to your computer and use it in GitHub Desktop.
Save smaldini/1226907 to your computer and use it in GitHub Desktop.
Lovely
//code :
class SampleController{
def action2(){
println new SampleDomain(name :"test").save()
render ""
}
}
| Error 2011-09-19 18:34:59,638 ["http-bio-8080"-exec-5] ERROR hibernate.AssertionFailure - an assertion failure occured (this may indicate a bug in Hibernate, but is more likely due to unsafe use of the session)
Line | Method
->> 46 | onApplicationEvent in org.grails.datastore.mapping.engine.event.AbstractPersistenceEventListener
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| 21 | action2 in org.grailsrocks.events.SampleController$$ENAxlgvQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment