modules/core/src/main/java/org/apache/savan/atom/AtomSubscriptionProcessor.java [79:86]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            ConfigurationManager configurationManager = (ConfigurationManager)smc
                    .getConfigurationContext().getProperty(SavanConstants.CONFIGURATION_MANAGER);
            if (configurationManager == null)
                throw new SavanException("Configuration Manager not set");

            Protocol protocol = smc.getProtocol();
            if (protocol == null)
                throw new SavanException("Protocol not found");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



modules/core/src/main/java/org/apache/savan/eventing/EventingSubscriptionProcessor.java [65:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        ConfigurationManager configurationManager = (ConfigurationManager)smc
                .getConfigurationContext().getProperty(SavanConstants.CONFIGURATION_MANAGER);
        if (configurationManager == null)
            throw new SavanException("Configuration Manager not set");

        Protocol protocol = smc.getProtocol();
        if (protocol == null)
            throw new SavanException("Protocol not found");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



