Hi Erik,
By the way, I confirm that adding your suggested two extra properties below makes no difference. The error on the "Orbeon Demo: Bookshelf" section continues to show, while other sections, such as the "Form Builder Forms" and "Published Forms" sections, work normally and are definitely retrieving data from the MariaDB.
<property
as="xs:string"
name="oxf.fr.persistence.provider.orbeon.*.form"
value="mysql"/>
<property
as="xs:string"
name="oxf.fr.persistence.provider.orbeon-features.*.form"
value="mysql"/>
I did a keyword search to confirm if the forms I created were written into the MariaDB and yes they are.
Like I said, I note that the "Orbeon Demo: Bookshelf" section on 2024.1 CE still relies on the embedded SQLite even if I carry out the steps to remove it and set up the required parameters to use MariaDB.
And just as I said in my initial thread:
"If I put the file "orbeon-demo.sqlite" back to the WEB-INF folder, the error disappears from the section, except that the demo forms are not there. If I delete the .sqlite file, the error message appears again."
I do not believe I have any problems with regards to Orbeon <-> MariaDB configuration. Please advise me if you have different thoughts, cheers!