[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Resolving Ambiguity for Import-Package

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 ?


Regards
Sebastian