s not applicable for the arguments
> > (Predicate) "
> >
> > However, If I remove the isNotEqualTo(), it compiles without a problem.
> >
> >
> > Is there a way to achieve such an expression?
> >
> > Thanks,
> >
> >
>
>
>
>
Which version of Camel are you using?
I just wrote some test on the camel trunk, it should be same when you
use Camel 2.4.0.
...
.choice()
.when(bean("xxx","xxx").isLessThan(12))
...
Willem
M.Ismail wrote:
Hi,
I want to know how to write complex expressions involving bea
sion) in the type
ExpressionClause is not applicable for the arguments
(Predicate) "
However, If I remove the isNotEqualTo(), it compiles without a problem.
Is there a way to achieve such an expression?
Thanks,
--
View this message in context:
http://camel.465427.n5.nabble.com/Bean-Langu