On Fri, Jul 6, 2012 at 5:16 PM, dealbitte <[email protected]> wrote: > Dear Claus Ibsen, > > The issue got resolved. But it is unclear how it got fixed. I did few things > (see below) and I am not sure which one did the trick. > > re-built the osgi-bundles that provided services (createXML and printXML) > Executed osgi:refresh (karaf@root> osgi:refresh) > restarted karaf > > and I cannot reproduce the exception anymore. May be you have an idea. >
Karaf / OSGi is a very modular and dynamic platform. And when you use bean references then OSGi blueprint will proxy communication with these beans. And I guess something in there got mixed up. As those beans are from another bundle (I assume) then it may help refresh / restart those bundles. Or the Karaf container itself. > thank you for time, > Rakesh > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Bean-binding-Body-and-Exchange-tp5715529p5715632.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
