remove stale shibboleth.JDBCStorageService so db can be read only

This commit is contained in:
root 2022-08-05 15:06:37 +00:00
parent adc02b1925
commit 1c67d893ea

View File

@ -58,10 +58,4 @@
p:maxWaitMillis="2000"
/>
<bean id="sqlite-storeageservice" parent="shibboleth.JDBCStorageService"
p:dataSource-ref="sqlite-dataconnector"
p:transactionIsolation="4"
p:retryableErrors="40001"
/>
</beans>