Hi All,
Has anyone set up Orbeon with eXist 1.4? There is a new URLrewrite function that is causing me some problems with the documented method of forwarding the forms to Orbeon. With the documented set up I get the following error: Exception: javax.servlet.ServletException: An error occurred: Failed to initialize request dispatcher to forward request to /admin/xforms/mods.xql org.exist.http.urlrewrite.XQueryURLRewrite.doFilter(XQueryURLRewrite.java:360) org.orbeon.oxf.servlet.OrbeonXFormsFilter.doFilter(OrbeonXFormsFilter.java:87) I think this is probably more an eXist question, but thought I would ask here also, Thanks! -Winona -- 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 |
I am out of the office until 19th April *********************************************************************************************** This email, including any attachment, is confidential and may be legally privileged. If you are not the intended recipient or if you have received this email in error, please inform the sender immediately by reply and delete all copies from your system. Do not retain, copy, disclose, distribute or otherwise use any of its contents.
Whilst we have taken reasonable precautions to ensure that this email has been swept for computer viruses, we cannot guarantee that this email does not contain such material and we therefore advise you to carry out your own virus checks. We do not accept liability for any damage or losses sustained as a result of such material.
Please note that incoming and outgoing email communications passing through our IT systems may be monitored and/or intercepted by us solely to determine whether the content is business related and compliant with company standards. *********************************************************************************************** The Stationery Office Limited is registered in England No. 3049649 at 10 Eastbourne Terrace, London, W2 6LG
|
Administrator
|
In reply to this post by wsalesky
Winona,
What do you mean by "setup Orbeon Forms with eXist 1.4"? Are you talking about an external eXist, or the eXist bundled with Orbeon Forms? If the former, yes, and in fact we now have instructions on how to setup an external eXist 1.4 with Form Runner: http://wiki.orbeon.com/forms/doc/developer-guide/exist-configuration If the latter, then no. Or rather: not yet. But maybe you can use an external eXist for the data you really care about, and let Orbeon Forms use its own version of eXist internally for its state store. Alex On Wed, Apr 14, 2010 at 4:46 PM, Winona Salesky <[hidden email]> wrote: > Hi All, > Has anyone set up Orbeon with eXist 1.4? There is a new URLrewrite function > that is causing me some problems with the documented method of forwarding > the forms to Orbeon. > With the documented set up I get the following error: > > Exception: > javax.servlet.ServletException: An error occurred: Failed to initialize > request dispatcher to forward request to /admin/xforms/mods.xql > org.exist.http.urlrewrite.XQueryURLRewrite.doFilter(XQueryURLRewrite.java:360) > org.orbeon.oxf.servlet.OrbeonXFormsFilter.doFilter(OrbeonXFormsFilter.java:87) > > > I think this is probably more an eXist question, but thought I would ask > here also, > Thanks! > -Winona > > > -- > 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, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/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 |
An external eXist. I had followed these instructions with the previous version.:
http://wiki.orbeon.com/forms/doc/developer-guide/xforms-with-java-applications#TOC-Deployment-and-configuration But the new eXist URLrewrite function doesn't forward the forms to Orbeon. -Winona On Fri, Apr 16, 2010 at 10:27 PM, Alessandro Vernet <[hidden email]> wrote: Winona, -- 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 |
Hi Winona,
> But the new eXist URLrewrite function doesn't forward the forms to Orbeon. Can you expand on what you mean by this? I don't know if this will help, but I did some work to get Orbeon working with eXist 1.4 embedded. Part of that required some tweaking of the default eXist URL rewrite configuration to avoid clashes with orbeon. You can view the project at [1]. Note especially [2] which is a cut-down version of the controller-config.xml that comes with the normal eXist 1.4. FWIW notes on the complete integration are at [3]. Hth, Alistair [1] http://code.google.com/p/atombeat/source/browse/trunk/atombeat/ [2] http://code.google.com/p/atombeat/source/browse/trunk/atombeat/war/WEB-INF/controller-config.xml [3] http://code.google.com/p/atombeat/wiki/OrbeonForms On Sun, Apr 18, 2010 at 07:42:56PM -0400, Winona Salesky wrote: > An external eXist. I had followed these instructions with the previous > version.: > > http://wiki.orbeon.com/forms/doc/developer-guide/xforms-with-java-applications#TOC-Deployment-and-configuration > > But the new eXist URLrewrite function doesn't forward the forms to Orbeon. > -Winona > > > On Fri, Apr 16, 2010 at 10:27 PM, Alessandro Vernet <[hidden email]>wrote: > > > Winona, > > > > What do you mean by "setup Orbeon Forms with eXist 1.4"? Are you > > talking about an external eXist, or the eXist bundled with Orbeon > > Forms? If the former, yes, and in fact we now have instructions on how > > to setup an external eXist 1.4 with Form Runner: > > > > http://wiki.orbeon.com/forms/doc/developer-guide/exist-configuration > > > > If the latter, then no. Or rather: not yet. But maybe you can use an > > external eXist for the data you really care about, and let Orbeon > > Forms use its own version of eXist internally for its state store. > > > > Alex > > > > On Wed, Apr 14, 2010 at 4:46 PM, Winona Salesky <[hidden email]> > > wrote: > > > Hi All, > > > Has anyone set up Orbeon with eXist 1.4? There is a new URLrewrite > > function > > > that is causing me some problems with the documented method of forwarding > > > the forms to Orbeon. > > > With the documented set up I get the following error: > > > > > > Exception: > > > javax.servlet.ServletException: An error occurred: Failed to initialize > > > request dispatcher to forward request to /admin/xforms/mods.xql > > > > > org.exist.http.urlrewrite.XQueryURLRewrite.doFilter(XQueryURLRewrite.java:360) > > > > > org.orbeon.oxf.servlet.OrbeonXFormsFilter.doFilter(OrbeonXFormsFilter.java:87) > > > > > > > > > I think this is probably more an eXist question, but thought I would ask > > > here also, > > > Thanks! > > > -Winona > > > > > > > > > -- > > > You receive this message as a subscriber of the [hidden email] > > > 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, open-source, for the Enterprise - > > http://www.orbeon.com/ > > My Twitter: http://twitter.com/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 > > > > > > -- > 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 -- Alistair Miles Centre for Genomics and Global Health <http://cggh.org> The Wellcome Trust Centre for Human Genetics Roosevelt Drive Oxford OX3 7BN United Kingdom Web: http://purl.org/net/aliman Email: [hidden email] Tel: +44 (0)1865 287669 -- 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 wsalesky
Winona,
You are saying that you'd like the request to go to eXist, returning XForms, which should then be processed by Orbeon Forms? If that is the case, then this is something we never tried here. In general we have the requests going to Orbeon Forms, which queries (xforms:submission) an eXist, often deployed as another web app. Alex On Sun, Apr 18, 2010 at 4:42 PM, Winona Salesky <[hidden email]> wrote: > An external eXist. I had followed these instructions with the previous > version.: > > http://wiki.orbeon.com/forms/doc/developer-guide/xforms-with-java-applications#TOC-Deployment-and-configuration > > But the new eXist URLrewrite function doesn't forward the forms to Orbeon. > -Winona > > > On Fri, Apr 16, 2010 at 10:27 PM, Alessandro Vernet <[hidden email]> > wrote: >> >> Winona, >> >> What do you mean by "setup Orbeon Forms with eXist 1.4"? Are you >> talking about an external eXist, or the eXist bundled with Orbeon >> Forms? If the former, yes, and in fact we now have instructions on how >> to setup an external eXist 1.4 with Form Runner: >> >> http://wiki.orbeon.com/forms/doc/developer-guide/exist-configuration >> >> If the latter, then no. Or rather: not yet. But maybe you can use an >> external eXist for the data you really care about, and let Orbeon >> Forms use its own version of eXist internally for its state store. >> >> Alex >> >> On Wed, Apr 14, 2010 at 4:46 PM, Winona Salesky <[hidden email]> >> wrote: >> > Hi All, >> > Has anyone set up Orbeon with eXist 1.4? There is a new URLrewrite >> > function >> > that is causing me some problems with the documented method of >> > forwarding >> > the forms to Orbeon. >> > With the documented set up I get the following error: >> > >> > Exception: >> > javax.servlet.ServletException: An error occurred: Failed to initialize >> > request dispatcher to forward request to /admin/xforms/mods.xql >> > >> > org.exist.http.urlrewrite.XQueryURLRewrite.doFilter(XQueryURLRewrite.java:360) >> > >> > org.orbeon.oxf.servlet.OrbeonXFormsFilter.doFilter(OrbeonXFormsFilter.java:87) >> > >> > >> > I think this is probably more an eXist question, but thought I would ask >> > here also, >> > Thanks! >> > -Winona >> > >> > >> > -- >> > 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, open-source, for the Enterprise - >> http://www.orbeon.com/ >> My Twitter: http://twitter.com/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 >> > > > > -- > 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, open-source, for the Enterprise - http://www.orbeon.com/ My Twitter: http://twitter.com/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 |