I have tried to save the Orbeon forms in Postgres DB. I created data bases persistence layer but still forms are stored in
Once the database resource is configured, you can tell Orbeon to use it by adding a like like this to your properties-local.xml:
You can see the default configuration for the resource names Orbeon accepts out of the box in properties-form-runner.xml.
Exist will still be used for the example forms. But you can disable it with:
If you need to define a resource with a name other than the default names (e.g. postgresql), you will need to provide more information as shown below (remember to replace all occurances of pg_other_name with your resource name).