We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a642c8b commit 2ade999Copy full SHA for 2ade999
geowebcache/diskquota/jdbc/src/main/java/org/geowebcache/diskquota/jdbc/JDBCQuotaStore.java
@@ -126,6 +126,7 @@ public void setDataSource(DataSource dataSource) {
126
DataSourceTransactionManager dsTransactionManager =
127
new DataSourceTransactionManager(dataSource);
128
this.tt = new TransactionTemplate(dsTransactionManager);
129
+ this.tt.setIsolationLevel(TransactionTemplate.ISOLATION_SERIALIZABLE);
130
this.jt = new SimpleJdbcTemplate(dsTransactionManager.getDataSource());
131
}
132
0 commit comments