问题
I am trying to update existing orbeon installation with nightly build and use the existing MYSQL database, but the new version is not letting me connect to mysql databse. It is defaulted to eXist database.
I set the property oxf.fr.persistence.service.mysql.datasource
to mysql
:
<property as="xs:anyURI" name="oxf.fr.persistence.service.mysql.datasource" value="mysql"/>
but no use.
can some one please help me with this connection issue.
回答1:
The way you configure which persistence layer to use changed after the 3.9 release to give you more flexibility, specifically to allow you to have different apps stored in different schemas of the same database. So most likely, you'll just need to change your properties in properties-local.xml
. For more about this change, see Form Runner persistence layer configuration.
来源:https://stackoverflow.com/questions/6360601/orbeon-nightly-build-is-not-letting-me-connect-to-mysql-database