Hi I have attached a patch to the ticket CAMEL-895 and fixed some unit tests for the file component to demonstrate the # notation.
/Claus Ibsen Apache Camel Committer Blog: http://davsclaus.blogspot.com/ On Sat, Dec 6, 2008 at 2:46 PM, Ramon Buckland <[EMAIL PROTECTED]> wrote: >> Good idea. But is this autowire used much in pure spring? Personally I >> have always used explicit wiring. > > > Yes, personally myself also. I have always considered it (potentially) > harmful, so perhaps it can be left off. > > >> Good catch. So if there is a String setter and NO bean in registry it >> should fallback to set the string? > > > Yes, something like that. I would figure .. > > >> >> We do have options that support multiple types such as an expression >> that can be string based and thus there is a setter that accepts a >> String. >> But we have overloaded the option with Expresison type as well. So we >> should be lenient on the String settable options ;) >> > > .. that as above, it is very implementation and current code specific as to > how it is done :-) >
