I am using Camel 2.12.4

This doesn't help so I assume that the problem isn't related to the
cacheSize setter:

        <bean id="issuesFetched"
                
class="org.apache.camel.processor.idempotent.FileIdempotentRepository"
                factory-method="fileIdempotentRepository">
                <constructor-arg name="fileStore" value="issuesImported.dat" />
                <constructor-arg name="cacheSize" value="5000" />
                <constructor-arg name="maxFileStoreSize" value="51200000" />
        </bean>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Problems-configuring-FileIdempotentRepository-tp5758212p5758222.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to