Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Classloader bugs in RC8

Due to other issues we use still the RC8 SDK and found this:
 
In the following classes
ShpPlugin
WfsPlugin
BasicFeatureRenderer
RendererPlugin
ShapefileFeatureRenderer
BasicWMSRenderer
 
the ClassLoader has to be saved with
ClassLoader current = Thread.currentThread().getContextClassLoader();
instead of using the classloader of the respective class.
 
I don't know if it's already fixed in a newer version. With RC8 we got strange exceptions since the classloader of some Eclipse Worker Objects (started out of udig classes) was not the same we needed for our RMI communication.
 
tony roth

Back to the top