[cas-user] Re: Jdbc PasswordManagement

2021-02-28 Thread Andy Ng
Dear Lars, I have not encountered your issue, but I encountered a similar issue before (Not able to insert row to JDBC in another component) I found that setting *autocommit *to *true *seems to fix my issue, not sure about the root cause since JDBC is not my strong suit. https://apereo.github.i

Re: [cas-user] Re: Jdbc PasswordManagement

2021-03-02 Thread Lars Feistner
Dear Andy, thank you very much that did the trick. But to be honest running a production server with autocommit = true is not really something you want to have. So it looks like there is a bug with the transaction management in 5.3.x? Or is there another jdbc parameter that I have to tweak t

Re: [cas-user] Re: Jdbc PasswordManagement

2021-03-04 Thread Andy Ng
Dear Lars, Glad it at least work. That autocommit = true setting is a very old setting in my server, it does run on prod no issue. Thanks for mentioning the potential issue with autocommit, I will also look into it and see if I can figure out another way to fix this issue without resulting to