This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 3_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 688625b0f99cd07816955ca24cbbf5356c6e3d8a Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Thu Nov 14 12:43:33 2024 +0100 Fix typo --- core/persistence-jpa-json/src/main/resources/core-ojson.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/persistence-jpa-json/src/main/resources/core-ojson.properties b/core/persistence-jpa-json/src/main/resources/core-ojson.properties index 4da7b2e9af..bb4b8f5dda 100644 --- a/core/persistence-jpa-json/src/main/resources/core-ojson.properties +++ b/core/persistence-jpa-json/src/main/resources/core-ojson.properties @@ -21,7 +21,7 @@ persistence.viewsXML=classpath:ojson/views.xml persistence.domain[0].key=Master persistence.domain[0].jdbcDriver=oracle.jdbc.OracleDriver persistence.domain[0].jdbcURL=jdbc:oracle:thin:@localhost:1521/XEPDB1 -persistence.domain[0].schema=SYNCOPE +persistence.domain[0].dbSchema=SYNCOPE persistence.domain[0].dbUsername=syncope persistence.domain[0].dbPassword=syncope persistence.domain[0].databasePlatform=org.apache.openjpa.jdbc.sql.OracleDictionary
