奥本:神谕和平面视图



我将oracle与orbeon一起使用,我想使用平面视图功能。在properties-local.xml中,我有以下内容:

<properties xmlns:xs="http://www.w3.org/2001/XMLSchema"
            xmlns:oxf="http://www.orbeon.com/oxf/processors">

        <property as="xs:anyURI"  name="oxf.fr.persistence.app.uri.*.*.*"
                          value="/fr/service/oracle"/>
        <property as="xs:anyURI" name="oxf.fr.persistence.service.oracle.datasource"     
        value="oracle"/>
        <property as="xs:boolean" name="oxf.fr.persistence.oracle.create-flat-view"            
        value="true"/> 
</properties>

对于持久性层来说,一切都很好,但没有创建视图。我做错了什么?

此功能是在3.9版本之后实现的。它将在Orbeon Forms PE的下一个版本中开箱即用,但截至本文撰写之时,3.9是最新版本,您需要使用夜间构建或专门包含此新功能的自定义构建。

最新更新