possible issue with refreshPackages and dynamically importing bundles [message #68821] |
Mon, 26 June 2006 12:06  |
Eclipse User |
|
|
|
Hello!
After posting a bugreport that was actually no bug i prefer asking here
first:
i have a bundle that dynamically imports a package from bundle A
if i uninstall that bundle A and reinstall it calling
PackageAdmin.refreshPackages(...) after the installation instead of in
between, the classes are still loaded from the uninstalled bundle.
refreshPackages only links the rigth bundles if i excplicitly call it with
the installed bundle.
1. uninstall bundle A
2. install bundle A
3. refreshPackages
results in loading classes from a non-existant bundle (the uninstalled A)
while
1.uninstall bundle A
2. refreshPackages
3. install bundle A
provides the results expected
is this a bug, or am i missing something?
werner
|
|
|
|
Powered by
FUDForum. Page generated in 0.03443 seconds