You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by bharadwaj <bh...@gmail.com> on 2014/11/14 11:01:45 UTC

Caused by: java.net.MalformedURLException: no protocol: ${systemurl}

For example , i am reading the camel property as below "systemurl"
<setProperty  name="systemurl">
<xquery type="java.lang.string">/test/text()</xquery>
</setProperty>

<to uri="cxf:bean:WS?address=${systemurl}&amp;dataFormat=PAYLOAD" />
is it right to define? or is there any other way to read the camel property?



--
View this message in context: http://camel.465427.n5.nabble.com/Caused-by-java-net-MalformedURLException-no-protocol-systemurl-tp5759106.html
Sent from the Camel Development mailing list archive at Nabble.com.