I get the following warnings in my console logs when using db2 9.X database, Java 8, hibernate 4.3.8 and Spring 4.15
|WARN|spi.SqlExceptionHelper|http-bio-8080-exec-9|SQL Warning Code: 4223, SQLState:null
|WARN|spi.SqlExceptionHelper|http-bio-8080-exec-9|Origination unknown: [10228][11541][4.14.137] Security exceptions occurred while loading driver. ERRORCODE=4223, SQLSTATE=null
This happens for every CRUD operation. Does anyone know what this means?