CONTENTS DELETED
The author has deleted this message.
|
Administrator
|
I would suggest you look at the code of existing examples, for instance the "XForms translate" example calls an XPL from XForms:
https://github.com/orbeon/orbeon-forms/tree/master/src/resources/apps/xforms-translate This will give you an idea of how you make such a request from XForms, hook the XPL through the page flow to run when a certain HTTP request comes in, and run processors in the XPL. Then I'd recommend you go through the XPL doc: http://wiki.orbeon.com/forms/doc/developer-guide/xml-pipeline-language-xpl After this, I hope you'll be in a better place to start coding that pipeline, and of course, when doing so, you'll let us know if you have any question; at that point, your question are likely to be more specific, and we should be able to provide more useful answers. Alex
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
CONTENTS DELETED
The author has deleted this message.
|
Administrator
|
Hi Ian, The embedded eXist is usually accessed without authentication (and I think that documents created this way by eXist are owned by guest, group guest). If you're using a 4.0 milestone build, by default the embedded eXist is secured with a filter:
And your oxf:execute-processor doesn't run, because there is nothing reading its output. The output should either be connected to the input of another processor, or to the output of the pipeline, which itself must be read.
Alex On Thu, Nov 1, 2012 at 9:09 AM, MCGRAW Ian <[hidden email]> wrote: Hi Alex Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet -- 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
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
Free forum by Nabble | Edit this page |