-
Unfortunately this broke pubsub, because MS SQL JDBC driver doesn't seem to allow transactions within StoredProcedures (vide ~~https://github.com/microsoft/mssql-jdbc/issues/1704~~ https://github.com/microsoft/mssql-jdbc/issues/2008). Disabling said explicit transactions fixes the issue and doesn't seem to cause issues (TTS-NG tests pass)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.3.0
|
Issue Votes (0)
Watchers (0)
As reported in https://github.com/tigase/tigase-server/issues/159 - jTDS MS SQL Server driver is not compatible with JDK17. However, MS provides nowadays their own JDBC driver which is FOSS (MIT!): https://github.com/microsoft/mssql-jdbc