Hello, I'm having some difficulties running camel component from
servicemix trunk.
What am I trying to do is that: I want to call camel from within
lightweight servicemix. I tried to do something like that: I create the
DefaultSMClient, create a new inout exchange, and then send this
exchange to the servicemix, and in servicemix, it will pass to some
camel endpoint, do some routing, and pass to the other side of camel to
call some other sm component, and get back with result. Is this possible
scenario? I cannot get this runnig. It's maybe a configuration problem,
but I don't know. What have I seen in debugger, the CamelJbiEndpoint is
created, but it is not registered anywhere inside the jbi container. I
tried to use test cases for the camel compenent, and nothing again...
thanks for any help,
Martin