You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/01/19 16:41:48 UTC

svn commit: r735730 - /activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/model/routeWithStickyLoadBalance.xml

Author: davsclaus
Date: Mon Jan 19 07:41:48 2009
New Revision: 735730

URL: http://svn.apache.org/viewvc?rev=735730&view=rev
Log:
CAMEL-1265: Another one forgotten to be renamed. Sorry

Modified:
    activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/model/routeWithStickyLoadBalance.xml

Modified: activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/model/routeWithStickyLoadBalance.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/model/routeWithStickyLoadBalance.xml?rev=735730&r1=735729&r2=735730&view=diff
==============================================================================
--- activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/model/routeWithStickyLoadBalance.xml (original)
+++ activemq/camel/trunk/camel-core/src/test/resources/org/apache/camel/model/routeWithStickyLoadBalance.xml Mon Jan 19 07:41:48 2009
@@ -20,7 +20,9 @@
     <from uri="seda:a"/>
     <loadBalance>
        <sticky>
-          <language language="juel">in.header.foo == 'bar'</language>
+           <expression>
+               <language language="juel">in.header.foo == 'bar'</language>
+           </expression>
        </sticky>
        <to uri="seda:b"/>      
        <to uri="seda:c"/>