Hi

Check this FAQ
http://camel.apache.org/why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.html

On Wed, Jul 2, 2014 at 1:09 AM, Matt Raible <[email protected]> wrote:
> I'm trying to do the following with a the Java DSL in a route:
>
> .choice()
>         .when(header("maxRows").isNotNull())
>                 
> .recipientList(simple("sql:{{sql.claimLookupWithMaxRows}}")).delimiter("false")
>         .otherwise()
>                 
> .recipientList(simple("sql:{{sql.claimLookup}}")).delimiter("false")
>
> However, I get a compile error that "otherwise" is a method that doesn't 
> exist.
>
> Any ideas?
>
> Thanks,
>
> Matt



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to