hibernate - Grails StaleObjectException during domain object save -
i have created whole web application. have started load tests , got staleobjectexception
. have interaction database in several places , not change whole source code. question is:
- how without changes in code solve problem?
- if 1st not possible, moving database interaction code services solve problem?
- if 2nd not possible, changing transaction isolation level on database trick?
- if 3rd not possible, have solution problem?
- should remove version whole database , rely on database transactions?
- is caching in case or should remove hibernate configuration?
Comments
Post a Comment