When creating new forms using the Form Builder I was able to succesfully save the forms, according to the message on my Form Builder screen. Later I discovered where they were actually saved: in the embedded eXist database.
How can I change the location where these forms are saved? I'd like to know how to save it on the file system or in an external eXist database. Where are the settings to configure this? I am using nightly build Orbeon Forms 3.6.0.200806051534. |
Pieter and others,
I have also been thinking about this. Cant the forms be saved in the file system or some specified location from where one might do some post-processing? ime --- On Mon, 6/9/08, Pieter Hartog <[hidden email]> wrote: > From: Pieter Hartog <[hidden email]> > Subject: [ops-users] Form Builder: form save location > To: [hidden email] > Date: Monday, June 9, 2008, 6:16 AM > When creating new forms using the Form Builder I was able to > succesfully save > the forms, according to the message on my Form Builder > screen. Later I > discovered where they were actually saved: in the embedded > eXist database. > > How can I change the location where these forms are saved? > I'd like to know > how to save it on the file system or in an external eXist > database. Where > are the settings to configure this? > -- > View this message in context: > http://www.nabble.com/Form-Builder%3A-form-save-location-tp17732583p17732583.html > Sent from the ObjectWeb OPS - Users mailing list archive at > Nabble.com.-- > You receive this message as a subscriber of the > [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
In reply to this post by Pieter Hartog
For now, you can't save to the filesystem. There is a pluggable REST-
based persistence API, which implements reading from the filesystem, but not yet writing. To change the location of eXist, check RESOURCES/config/properties.xml and change: <property as="xs:anyURI" name="oxf.fr.persistence.service.exist.uri" value="/exist/rest/db"/> E.g. to: <property as="xs:anyURI" name="oxf.fr.persistence.service.exist.uri" value="http://foo.com/exist/rest/db"/> -Erik On Jun 9, 2008, at 3:16 PM, Pieter Hartog wrote: > > When creating new forms using the Form Builder I was able to > succesfully save > the forms, according to the message on my Form Builder screen. Later I > discovered where they were actually saved: in the embedded eXist > database. > > How can I change the location where these forms are saved? I'd like > to know > how to save it on the file system or in an external eXist database. > Where > are the settings to configure this? > -- > View this message in context: http://www.nabble.com/Form-Builder%3A-form-save-location-tp17732583p17732583.html > Sent from the ObjectWeb OPS - Users mailing list archive at > Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] > mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |