Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] class loading issue with deserializing commons collections bags

Am 13.04.2012 09:43, schrieb Joscha Drechsler:
> Is it possible to implement this change? Or is there another solution to the issue that i have not found?

An alternative is "DynamicImport-Package: *" but I've heard that's a
performance killer and also wires the collections bundle to all other
bundles. Thus, whenever any of the wired bundles will be refreshed the
collections bundle as well as all other bundles depending on collections
will be refreshed too.

I prefer "Eclipse-BuddyPolicy: registered" even if it's Equinox
specific. Can you open a bug with a patch?

As a workaround, did you try to attach a fragment to the collections
bundle that imports the classes to be de-serialized?

-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/


Back to the top