Re: [cas-user] CAS 5.3.8 - Password Management - JDBC - Password's change does not update DB

2019-05-15 Thread Nicola Boldrin
Thank you Martin. I have repeated tests, you are right, the autocommit=true is the definitive solution to the problem. Il giorno sabato 11 maggio 2019 15:09:08 UTC+2, Martin Böhmer ha scritto: > > I experienced the exact same behaviour and solved it by setting autocommit > = true. Don't think

Re: [cas-user] CAS 5.3.8 - Password Management - JDBC - Password's change does not update DB

2019-05-11 Thread Martin Böhmer
I experienced the exact same behaviour and solved it by setting autocommit = true. Don't think it is your IDE causing the problem. Am Donnerstag, 9. Mai 2019 10:38:23 UTC+2 schrieb Nicola Boldrin: > > Hi Ray, > I've verified that the SQL is ok. After trying the > cas.authn.pm.jdbc.autocommit pro

Re: [cas-user] CAS 5.3.8 - Password Management - JDBC - Password's change does not update DB

2019-05-09 Thread Nicola Boldrin
Hi Ray, I've verified that the SQL is ok. After trying the cas.authn.pm.jdbc.autocommit property needlessly, the application did work perfectly. I suppose that I had a build problem with my Eclipse. Thanks for your suggestion. Nicola Il giorno mercoledì 8 maggio 2019 19:13:43 UTC+2, rbon ha s

Re: [cas-user] CAS 5.3.8 - Password Management - JDBC - Password's change does not update DB

2019-05-08 Thread Ray Bon
Nicola, You can get hibernate to show the sql that it is sending to the database: https://apereo.github.io/cas/5.3.x/installation/Configuration-Properties-Common.html#hibernate--jdbc This may provide some more insight into your problem. Ray On Wed, 2019-05-08 at 00:57 -0700, Nicola Boldrin wrot

[cas-user] CAS 5.3.8 - Password Management - JDBC - Password's change does not update DB

2019-05-08 Thread Nicola Boldrin
Hi all, I'm using CAS 5.3.8 and I'm trying to change my expired password. I can specify my new password in form and submit it; the application shows the "Password Change Successful" message but DB is not updated. In the debug mode I see that the method *org.apereo.cas.pm.jdbc.JdbcPasswordManagem