Subject Re: [firebird-support] Insert ot update statements locks a table and all other instances that try to run same statement are lcoked to
Author
They all use READ COMMITTED isolation.

It is an application that runs in JBoss App server so I have single datasource defined that uses READ COMMITTED.

Blocked statements are insert and update. Selects are not blocked.