Created
September 19, 2011 16:36
-
-
Save smaldini/1226907 to your computer and use it in GitHub Desktop.
Lovely
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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