On Sat, Jan 15, 2011 at 3:40 PM, Christian Müller <christian.muel...@gmail.com> wrote: > Sorry for the delay on https://issues.apache.org/jira/browse/CAMEL-3311, but > I fixed it now. There was some more classes to update than I expected... > And https://issues.apache.org/jira/browse/CAMEL-3545 also has taken a few > hours to figure it out. Could some of you look into > https://issues.apache.org/jira/browse/CAMEL-3545 whether we should fix it in > 2.6? >
I have improved the code for CAMEL-3545 to comment in the code why only the latter use-case is validated. Its to catch mis types during startup of Camel, such as a invalid bean ref id, or method name. The validate method doesn't cater for the more complex OGNL like expression you can do, and hence why you see the failures in the SimpleTest. Ah in fact we should check for the OGNL in the validate method name. Let me try this. -- Claus Ibsen ----------------- FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/