Sau khi tài nguyên cơ sở dữ liệu được định cấu hình, bạn có thể yêu cầu Orbeon sử dụng nó bằng cách thêm một cái như thế này vào thuộc tính-local.xml của bạn:
<property as="xs:string" name="oxf.fr.persistence.provider.*.*.*" value="postgresql"/>
Bạn có thể thấy cấu hình mặc định cho tên tài nguyên mà Orbeon chấp nhận ngoài hộp trong thuộc tính-form-runner.xml.
Hiện tại sẽ vẫn được sử dụng cho các biểu mẫu ví dụ. Nhưng bạn có thể tắt nó bằng:
<property as="xs:boolean" name="oxf.fr.persistence.exist.active" value="false"/>
Nếu bạn cần xác định một tài nguyên có tên khác với tên mặc định (ví dụ:postgresql), bạn sẽ cần cung cấp thêm thông tin như hình dưới đây (hãy nhớ thay thế tất cả các lần xuất hiện của pg_other_name bằng tên tài nguyên của bạn).
<property as="xs:string" name="oxf.fr.persistence.provider.*.*.*" value="pg_other_name"/>
<property as="xs:anyURI" name="oxf.fr.persistence.pg_other_name.uri" value="/fr/service/postgresql"/>
<property as="xs:string" name="oxf.fr.persistence.pg_other_name.datasource" value="pg_other_name"/>
<property as="xs:boolean" name="oxf.fr.persistence.pg_other_name.create-flat-view" value="true"/>
<property as="xs:boolean" name="oxf.fr.persistence.pg_other_name.autosave" value="true"/>
<property as="xs:boolean" name="oxf.fr.persistence.pg_other_name.permissions" value="true"/>
<property as="xs:boolean" name="oxf.fr.persistence.pg_other_name.versioning" value="true"/>