$subject In BAM for e.g. we have in one: import org.apache.axis2.context.ConfigurationContext; import org.apache.axis2.engine.AxisConfiguration; import org.apache.axis2.transport.local.LocalTransportReceiver; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.osgi.service.component.ComponentContext; import org.wso2.carbon.bam.core.BAMConstants; import org.wso2.carbon.bam.core.archive.ArchiverTask; import org.wso2.carbon.bam.core.collector.DataCollector; import org.wso2.carbon.bam.core.persistence.BAMPersistenceManager; import org.wso2.carbon.bam.core.summary.SummaryGenerationTask; import org.wso2.carbon.bam.core.util.BAMUtil; import org.wso2.carbon.bam.util.BAMCalendar; import org.wso2.carbon.registry.core.exceptions.RegistryException; import org.wso2.carbon.registry.core.service.RegistryService; import org.wso2.carbon.utils.ConfigurationContextService; import org.wso2.carbon.user.core.service.RealmService; import org.wso2.carbon.bam.util.BAMException; import java.util.Timer;
and another import org.wso2.carbon.bam.core.client.BAMArchiverDSClient; import org.wso2.carbon.bam.core.client.BAMConfigurationDSClient; import org.wso2.carbon.bam.core.client.BAMDataCollectionDSClient; import org.wso2.carbon.bam.core.client.BAMSummaryGenerationDSClient; import org.wso2.carbon.registry.core.Registry; import org.wso2.carbon.utils.CarbonUtils; import org.wso2.carbon.utils.ConfigurationContextService; import org.wso2.carbon.utils.NetworkUtils; import org.wso2.carbon.user.core.service.RealmService; import org.wso2.carbon.user.core.UserStoreException; import org.wso2.carbon.CarbonConstants; import org.wso2.carbon.bam.util.BAMException; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; Thanks, Samisa... Samisa Abeysinghe VP Engineering WSO2 Inc. http://wso2.com http://wso2.org
_______________________________________________ Carbon-dev mailing list Carbon-dev@wso2.org https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev