Form Builder & Proxy

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

Form Builder & Proxy

kingk
Dear all,

I played a little around with form builder and tried to make a demo with a web
service call. After filling out all data on the "Http Services" config page, I
didn't get any result after pressing "Test". After browsing in the
documentation I found out that the problem was that we have an internet proxy
in our company and therefore Orbeon was not able to reach my demo web service
and got a timeout.

So I configured the proxy in properties-base.xml:

<property as="xs:string"  name="oxf.http.proxy.host"      
 value="p.xyz.lan.com"/>
<property as="xs:integer" name="oxf.http.proxy.port"      
value="8080"/>

After a tomcat restart the form builder wasn't working anymore. I saw only the
grid at the first page and all labels (like "Free Search") disappeared.
It was possible to press the "New" button, but then an empty screen
appeared,...

The proxy settings are correct, because other XForm examples (like Flickr
Resize) work now, which don't work without proxy settings.

So it seems that form builder doesn't work with proxy settings in
properties-base.xml.
Did I miss something or is this a bug I discovered?

br
kingk


--
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
Reply | Threaded
Open this post in threaded view
|

Re: Form Builder & Proxy

Erik Bruchez
Administrator
It seems to be a bug! I don't think we have tried Form Builder with
these proxy settings yet.

-Erik

On Mon, Sep 14, 2009 at 11:06 AM,  <[hidden email]> wrote:

> Dear all,
>
> I played a little around with form builder and tried to make a demo with a web
> service call. After filling out all data on the "Http Services" config page, I
> didn't get any result after pressing "Test". After browsing in the
> documentation I found out that the problem was that we have an internet proxy
> in our company and therefore Orbeon was not able to reach my demo web service
> and got a timeout.
>
> So I configured the proxy in properties-base.xml:
>
> <property as="xs:string"  name="oxf.http.proxy.host"
>  value="p.xyz.lan.com"/>
> <property as="xs:integer" name="oxf.http.proxy.port"
> value="8080"/>
>
> After a tomcat restart the form builder wasn't working anymore. I saw only the
> grid at the first page and all labels (like "Free Search") disappeared.
> It was possible to press the "New" button, but then an empty screen
> appeared,...
>
> The proxy settings are correct, because other XForm examples (like Flickr
> Resize) work now, which don't work without proxy settings.
>
> So it seems that form builder doesn't work with proxy settings in
> properties-base.xml.
> Did I miss something or is this a bug I discovered?
>
> br
> kingk
>
>
> --
> 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