Hi,

I am using Karaf 2.2.4 with Camel 2.9.2.
I have 2 bundles: 
- Bundle A containing Java objects, mapping files and XSD.
- Bundle B containing a Camel Route that needs to validate the XML message 
using XSD in Bundle A. 

In Bundle B, How can I get the reference to the XSD file located in Bundle A 
using blueprint:
In the Manifest files, the xsd location is present in the Export-Package of 
Bundle A. The Import-Package of bundle B contains the same package reference.

- Is there any classpath*: URI definition for blueprint?
- Should I expose the XSD absolute path through a Service? 

Thanks for your help,

Regards,
Guillaume.

Reply via email to