fixes after testing

revert-70aa11f8
ayyoob 9 years ago
parent c165156dcd
commit ac587c3353

@ -83,7 +83,7 @@ public class DeviceDataPublisher {
* *
*/ */
public DataPublisher getDataPublisher() throws DataPublisherConfigurationException { public DataPublisher getDataPublisher() throws DataPublisherConfigurationException {
String tenantDomain = CarbonContext.getThreadLocalCarbonContext().getTenantDomain(); String tenantDomain = PrivilegedCarbonContext.getThreadLocalCarbonContext().getTenantDomain(true);
//Get LoadBalancingDataPublisher which has been registered for the tenant. //Get LoadBalancingDataPublisher which has been registered for the tenant.
DataPublisher dataPublisher = getDataPublisher(tenantDomain); DataPublisher dataPublisher = getDataPublisher(tenantDomain);
//If a LoadBalancingDataPublisher had not been registered for the tenant. //If a LoadBalancingDataPublisher had not been registered for the tenant.

Loading…
Cancel
Save