Persistence API

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

Persistence API

bruno.buzzi
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Persistence API

Erik Bruchez
Administrator
Bruno,

To clarify, GemStone/S is not a SQL database, correct ?

> Do i need to add the following lines ???:

<property as="xs:string" name="oxf.fr.persistence.gemstone.datasource" value="gemstone"/>

Unless you use the built-in relational provider implementation, probably not. If you specify it, the parameter will be passed to your provider implementation as an HTTP header. So you could make use of this if it makes sense to you, but it's just a value passed to the implementation.

<property as="xs:boolean" name="oxf.fr.persistence.gemstone.versioning" value="true"/>

This tells Form Runner whether your persistence provider supports versioning. If it does, set it to true, otherwise set it to false.

<property as="xs:boolean" name="oxf.fr.persistence.gemstone.permissions" value="true"/>

This tells Form Runner whether your persistence provider supports permissions. If it does, set it to true, otherwise set it to false.

The same goes for the `autosave` property. I have clarified the documentation here:

    https://github.com/orbeon/orbeon-forms/wiki/Form-Runner-~-Configuration-properties-~-Persistence

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: Persistence API

bruno.buzzi
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Persistence API

Erik Bruchez
Administrator
Bruno,

Cool, thanks for the precisions. And glad that you are working on this!

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: Persistence API

bruno.buzzi
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Persistence API

bruno.buzzi
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Persistence API

bruno.buzzi
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Persistence API

Erik Bruchez
Administrator
Bruno,

Great to hear this :)

-Erik