You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/03/05 14:21:48 UTC

svn commit: r919402 - /camel/trunk/examples/camel-example-aggregate/src/main/resources/META-INF/spring/camel-context.xml

Author: ningjiang
Date: Fri Mar  5 13:21:48 2010
New Revision: 919402

URL: http://svn.apache.org/viewvc?rev=919402&view=rev
Log:
Added the bufferSize setting of hawtdb in camel-example-aggregate

Modified:
    camel/trunk/examples/camel-example-aggregate/src/main/resources/META-INF/spring/camel-context.xml

Modified: camel/trunk/examples/camel-example-aggregate/src/main/resources/META-INF/spring/camel-context.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-aggregate/src/main/resources/META-INF/spring/camel-context.xml?rev=919402&r1=919401&r2=919402&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-aggregate/src/main/resources/META-INF/spring/camel-context.xml (original)
+++ camel/trunk/examples/camel-example-aggregate/src/main/resources/META-INF/spring/camel-context.xml Fri Mar  5 13:21:48 2010
@@ -34,6 +34,8 @@
         <!-- the repo must have an unique name,
              as you can have multiple repositories in the same file -->
         <property name="repositoryName" value="myCoolRepo"/>
+        <!-- the repo file segment size -->
+        <property name="bufferSize" value="602400"/>
     </bean>
 
     <!-- this is the camel route which asks for input and aggregates the number -->