Re: Bean Language expression

2010-08-17 Thread M.Ismail
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, > > > > > > > >

Re: Bean Language expression

2010-08-15 Thread Willem Jiang
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

Bean Language expression

2010-08-15 Thread M.Ismail
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