Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#12 closed defect (fixed)

After an update or save sometimes the old data/vaules are shown — at Version 6

Reported by: Gavin Owned by: Gavin
Priority: major Milestone: 0.4 - Functionality and integration
Component: gnuMims - application general Version: trunk
Keywords: Cc:

Description (last modified by Gavin)

A browser refresh causes the new data to be shown, so the data is persisted but just not fetched in time to show updated values after redirect.

This is due to query caching, the query_cache has been turned off as of r171. This may lower performance and query caching may be improved in future versions of Grails so may be turned on again in future.

Change History (6)

comment:1 Changed 15 years ago by Gavin

Description: modified (diff)

comment:2 Changed 15 years ago by Gavin

Version: trunk

comment:3 Changed 15 years ago by Gavin

So far this has only shown up in development mode, the deployed war running an in memory hsqldb does not appear to have this problem.

comment:4 Changed 15 years ago by Gavin

Milestone: 0.3 - Asset management

comment:5 Changed 15 years ago by Gavin

Owner: set to Gavin
Status: newaccepted

This is most likely due to caching in hibernate and if problem persists can be turned off in DataSource?.groovy

comment:6 Changed 15 years ago by Gavin

Description: modified (diff)
Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.