I have 2 bundles A(version 1.2) and B(version 1.2.1), both contain package
com.xxx.utils.
Bundle A need to use a class in B: com.xxx.utils.Converter.class (A doesn't
has that class).
So bundle A imports that package com.xxx.utils;version=1.2.1 in manifest
file
After deploy bundle A and B to ServiceMix 4.4.1. When we run the A's code,
the problem happens when A tries to use class Converter from bundle B:
exception: FileNotFound

My guess is bundle A will look up Converter class within its com.xxx.utis
and not able to find out.

Is there any way to work it out.

A and B are 3rd party jars, i am not able to change the code and the package
name. I am only able to hack the manifest file.



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/HELP-servicemix-import-package-issue-tp5717996.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to