We are using Orbeon Forms 4.0 (M16) with MySQL db. When we create a new form it name and app name doesn't appear in orbeon/fr/orbeon/builder/summary
page. There is nothing showing. But in orbeon_form_definition
table I see form names in form column. Any ideas how to fix this problem?
Updates:
When I have commentted
<property as="xs:string" name="oxf.fr.persistence.provider.*.*.*" value="mysql"/>
<property as="xs:string" name="oxf.fr.persistence.mysql.datasource" value="mysql"/>
and used eXist db, form name, form title, desc and app appeared in summary page /orbeon/fr/orbeon/builder/summary
. So I suppose that problem with MySQL persistence layer.
According to avernet answer: link we have to do:
Patch the apps/fr/persistence/mysql/search.xpl
in your WEB-INF/lib/orbeon-form-runner.jar as done in link.
I have done it and now it works.