This content has been marked as final.
Show 1 reply
-
1. Re: Restlet with basic auth example
evavl Jan 27, 2013 3:12 AM (in response to evavl)I reply myself as I have found the solution. A complete example can be found here:
Highlights from this file are as follows.
camel-context.xml should define util namespace:
xmlns:util="http://www.springframework.org/schema/util"
...
xsi:schemaLocation="http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
...
Hope this helps anyone facing same issue.
Edited by: evavl on Jan 27, 2013 8:10 AM