Hi

Ah okay I found room for improvement
https://issues.apache.org/jira/browse/CAMEL-9115

You can try build from source and try 2.15.4-SNAPSHOT

On Sat, Sep 5, 2015 at 3:22 PM, Karts <kartiksan...@gmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2nd edition: http://www.manning.com/ibsen2

Reply via email to