[
https://issues.apache.org/jira/browse/SYNCOPE-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Patricelli updated SYNCOPE-1954:
---------------------------------------
Description:
* Create a new Syncope archetype 4.1.0-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]
was:
* 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]
> Errors while running WA application and password jdbc management disabled
> --------------------------------------------------------------------------
>
> 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
> Assignee: Francesco Chicchiriccò
> Priority: Major
> Fix For: 4.1.0, 5.0.0
>
>
> * Create a new Syncope archetype 4.1.0-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)