Orbeon Forms Postgres DB connection

后端 未结 2 1389
醉梦人生
醉梦人生 2020-12-02 01:44

I have tried to save the Orbeon forms in Postgres DB. I created data bases persistence layer but still forms are stored in

2条回答
  •  Happy的楠姐
    2020-12-02 01:58

    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).

    
    
    
    
    
    
    
    

提交回复
热议问题