Hi all, I'm writing to the list cause I don't know where to log this error.
I'm contributing to MasterDispatcher with 2 services and the DependencyNode object should be logging a warning message that says "Unable to add 'SecurityDispatcher' as a dependency of 'RequestEncodingDispatcher', as that forms a dependency cycle ('RequestEncodingDispatcher' depends on itself via 'SecurityDispatcher'). The dependency has been ignored.".
Instead, I get a NullPointerException in the line 83 [_log.warn(message, null);] of the method: addDependency(DependencyNode<T> node), because the _log variable is null at this point since the Orderer object is constructed with a null log variable in RegistryImpl.getOrderedConfiguration.
Cheers, Siddhartha Argollo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]