Davide Marrone
Davide Marrone
I just shut down the server and restarted after some minutes, usually it works, when it happened I have executed: ```# netstat -ltpn | grep 5280``` but no results was...
Hi @aaoswal, which version of java are you using to running it? Thanks
Hi @aaoswal, is quite strange that the same code works for you, I have just done a test with a new test machine, in attachment my output, I have tested...
@debora-ito do you think you can help us with this issue? Thank you
Any update with this? It has been fixed in a new minor?
Thank for the feedback, we are using Mysql 5.7.41 Do you think is possible to understand exactly which query is failing? I have seen that the `drop column buddy_res` is...
ok, it seems all clear, so there is no need to add credentialEncoders, regarding `TigUserLoginPlainPw` at the time we had modify the stored procedure adding a `lower` function, this was...
ok, so we need to re-build the code? Cannot we just use: 'user-login-query' = '{ call TigUserLoginPlainPw(?, ?) }' with a modified version of the "new version" of `TigUserLoginPlainPw` ?
> If you want to use your solution (`user-login-query` with restored stored procedure) you would have to - make sure that the SP is present (it could be re-deleted during...
I more than happy to remove the MD5* implementations but there is no other solution for the users already created. We have developer our implementation and will enable only the...