n.path
n.path

Reputation: 125

Orbeon Form Builder - Saving data to MS SQL

What are the properties that should be set when saving data to orbeon tables in MS SQL?

Upvotes: 0

Views: 99

Answers (1)

avernet
avernet

Reputation: 31753

Typically, the following is enough:

<property as="xs:string" name="oxf.fr.persistence.provider.*.*.*" value="sqlserver"/>

This assumes that you have a <Resource name="jdbc/sqlserver"> in your Tomcat's server.xml, inside your <Context path="/orbeon">.

Upvotes: 1

Related Questions