Can't get send to work

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

Can't get send to work

jaybee
Hi,

I have the following in my properties
/
<property  as="xs:string"
name="oxf.fr.detail.process.send.DPUK.*">require-valid then save then
send(uri="http://localhost:62013/Review/OrbeonTest",
method="GET")</property>

This is pointing to an mvc .net website which I'm monitoring to see if the
above calls it. But it never does. When I click the button I get the
following message

There was an error running the process. Please contact the application
administrator.

--
View this message in context: http://discuss.orbeon.com/Can-t-get-send-to-work-tp4661078.html
Sent from the Orbeon Forms community mailing list mailing list archive at Nabble.com.

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Reply | Threaded
Open this post in threaded view
|

Re: Can't get send to work

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

Re: Can't get send to work

Alessandro  Vernet
Administrator
Hi Justin, Bruno,

If you're using 4.6 or newer, you can place the property value inline, which is quite convenient for processes, so you don't have to escape quotes.

http://doc.orbeon.com/configuration/properties/index.html

If you're on a recent version, instead of `require-valid`, you most likely want to use `validate-all`, or if you have upload fields even `require-uploads then validate-all` as done by most default Form Runner processes:

https://github.com/orbeon/orbeon-forms/blob/master/src/resources-packaged/config/properties-form-runner.xml

But this won't necessarily solve your issue. For that, I recommend you reproduce the error, and check if you can find any useful error message in the orbeon.log. You'll let us know if it helped.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet