Our restConfiguration is as follows:
<restConfiguration component="restlet" host="{{Host}}" contextPath="myPath"
/>
And we have Restlet simply as:
<bean id="RestletComponent" class="org.restlet.Component" />
<bean id="RestletComponentService"
class="org.apache.camel.component.restlet.RestletComponent">
<constructor-arg ref="RestletComponent" />
<property name="synchronous" value="true" />
</bean>
The war file sits in a Jetty 9 container.
Thanks
--
View this message in context:
http://camel.465427.n5.nabble.com/Stream-Cache-spool-file-deletion-when-marshaling-to-JSON-with-Jackson-tp5769699p5771274.html
Sent from the Camel - Users mailing list archive at Nabble.com.