Most of the occurrences seem to be from the ORB layer... But before we
make the changes, I would first like to understand if it was done like
that for a specific reason. 

Darren, do you have an insight in to this...

The use of it in the tests shouldn't matter... 

- Balaji

-----Original Message-----
From: Rick McGuire [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 01, 2006 7:19 AM
To: yoko-dev@incubator.apache.org
Subject: Plugin class loading

While working on my iiop plugin to enable Yoko for Geronimo, I noticed 
that the PluginManager is using Class.forName() to load the plugin 
implementation.  For my iiop plugin at least, the dynamic loading is 
going to require using the current context class loader to load the 
class rather than using Class.forName().  A quick search reveals that 
Class.forName() is used 23 places in the Yoko code.  I suspect many of 
these should be changed to use the context loader as well.  I'm willing 
to make these changes if we agree that's the proper way to do the
loading.

Rick

Reply via email to