> -----Original Message----- > From: Upayavira [mailto:[EMAIL PROTECTED] > Samuel Gabriel wrote: > >We ran into this problem in one of our projects. The solution we found is > to > >override the loadClass method so that it looks into the classloader > classes > >before it looks into the parent classes. This way if there are classes > that > >are conflicting our classes will always be loaded first. > > > > > Are you able to send me some sample code for your class loader? I've > been trying to achieve that myself but with no luck.
Note that it's often dangerous to break the delegation model of class loaders... Works sometimes, but be aware we're breaking the rules. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]