Hello, I want to create a custom camel component to be used in camel routes. the component will use the exchange body and a resource file to make the processing, in a Producer. I want to use it like <camel:to uri="gl-sendmail:/mail/welcomemailtemplate.txt" />
Everything is deployed on Karaf. Is it possible to access file resources which are defined in other bundles ? If yes, how? Regards,Laji