hi,
i configure the routing with place holder ,
the context up correctly but when i invoke the url i got "This site can’t be
reached"
<propertyPlaceholder location="classpath:config/camelConfig.properties"
id="properties"/>
<route>
<from
uri="jetty:http://properties:{{fromUrl}}/occupations?matchOnUriPrefix=true"
/>
<to
uri="http://loclahost:8081/metadata/occupations?bridgeEndpoint=true" />
</route>
--
View this message in context:
http://camel.465427.n5.nabble.com/placeHolder-tp5783268.html
Sent from the Camel - Users mailing list archive at Nabble.com.