Hi,
if one has a bundle in version 2 and clients written against version 1 auf
this bundle one needs to provide an adapter. This adapter needs to look
like bundle version 1 and delegate calls to version 2.
The problem is, that usually version 1 and 2 have classes which names were
not changed between the versions and hence are called equaly. Using
Import-Package or Required-Bundle doesn't work, because of this ambiguity.
Is there a solution for resolving ambiguity, yet ?