1. spring + SQLite in multi-threaded application stackoverflow.comI'm developing an application that uses SQLite database and spring. I have problems when multiple threads try to modify the database - I get an error: 'The database file is locked' I have ... |