I had this problem when converting from ComponentManager to ServiceManager. Adding Component to the implements clause of my class solved the problem.
In this case it should not be necessary. ServiceManager does not need the Component interface, and that should also be implemented by the proxy so that even services that do no implement Component will return a reference to something that does.
--
"They that give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety."
- Benjamin Franklin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
