Andrea Patricelli created SYNCOPE-1954:
------------------------------------------
Summary: Driver not found for password management jdbc
Key: SYNCOPE-1954
URL: https://issues.apache.org/jira/browse/SYNCOPE-1954
Project: Syncope
Issue Type: Bug
Components: wa
Affects Versions: 4.1.0-M0
Reporter: Andrea Patricelli
Fix For: 4.1.0, 5.0.0
* Create a new Syncope archetype 4.0.1-M0
* Disable JDBC password management in {{wa.properties}} via
{{cas.authn.pm.jdbc.enabled=false}}
* Starting the application, WA is throwing exception about a missing hsqldb
driver due to [this
configuration|[https://github.com/apereo/cas/blob/v7.3.4/support/cas-server-support-pm-jdbc/src/main/java/org/apereo/cas/config/JdbcPasswordManagementConfiguration.java]]
that is loaded.
* Completely disabling the password management via
{{{}cas.authn.pm.enabled=false{}}}, instead, is resulting in bean not found
exception
[here|https://github.com/apache/syncope/blob/4_1_X/wa/starter/src/main/java/org/apache/syncope/wa/starter/config/WAContext.java#L424-L425]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)