Hi all,
First time contributer here so please point me in the right direction if I do something stupid.
I have been using the daemon module and found that the DaemonLoader only checks to see if the class passed to it's load method actually implements the Daemon interface rather than checking the base classes as well.
I have a set of servers that share a lot of common code and so a superclass implements the Daemon interface while others simply override where neccessary.
Here is a patch that uses Class.isAssignableFrom() to do the job instead.
Kind regards,
Nige
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
