Gert Vanthienen wrote:
Another thing: when I deploy the Camel example, I was expecting to see
the message 'Hello world!' appear in the logging, but it just says
Exchange[null]. I suppose this is more related to Camel than it is to
ServiceMix though, because the Route that is being deployed doesn't
really integrated with the JBI container or use any of the JBI
specific classes.
On second thought, if I run the same Camel route outside ServiceMix, in
a simple Java application, it does produce the expected output
(Exchange[Message: Hello World!]).
Gert