BAM folks,
Please note that I'm removing the following from Carbon core
TenantAxisConfigurator since it has been implemented in the wrong way.
Interested components should work on the AxisConfiguration, and not the
other way around. Carbon core should not have any knowledge about other
components.

// if the bam data publisher is available then engage it.
                // TODO: Move this to the BAM module
                AxisModule bamModule =
axisConfig.getModule("wso2bampubsvcstat");
                if (bamModule != null) {
                    axisConfig.engageModule(bamModule);
                }

Please add this functionality to the relevant BAM publisher component.

-- 
Afkham Azeez
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
Lean . Enterprise . Middleware
Member; Apache Software Foundation; http://www.apache.org/
email: az...@wso2.com cell: +94 77 3320919
blog: http://blog.afkham.org
twitter: http://twitter.com/afkham_azeez
linked-in: http://lk.linkedin.com/in/afkhamazeez
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to