Re: [Dev] SystemFilter not filtering __MultitenantDispatcherService

2014-08-14 Thread Shameera Rathnayaka
Hi Gokul, Carbon kernel doesn't has a service call "MultitenantDispatcherService". I did a grep and found out that this is coming from data-agent which is bam component :). Thanks, Shameera. On Thu, Aug 14, 2014 at 1:55 PM, Gokul Balakrishnan wrote: > Hi Shameera, > > Since AFAIK it is the

Re: [Dev] SystemFilter not filtering __MultitenantDispatcherService

2014-08-14 Thread Gokul Balakrishnan
Hi Shameera, Since AFAIK it is the kernel team who's managing the core multitenancy components, can you make this service a filteredOutService? Thanks, On 13 August 2014 12:47, Shameera Rathnayaka wrote: > Hi Gokul, > > Basically above util method filltered out all adminservices , > hiddenSer

Re: [Dev] SystemFilter not filtering __MultitenantDispatcherService

2014-08-13 Thread Shameera Rathnayaka
Hi Gokul, Basically above util method filltered out all adminservices , hiddenServices and dynamicServices. If you define any of these parameters to true using services.xml then that services is become filteredOutService. Thanks, Shameera. On Mon, Aug 11, 2014 at 3:32 PM, Gokul Balakrishnan

[Dev] SystemFilter not filtering __MultitenantDispatcherService

2014-08-11 Thread Gokul Balakrishnan
Hi Kernel team, In BAM Message Tracer, our requirement is to log calls to all hosted services while filtering out any admin service calls. We use SystemFilter.isFilteredOutService() from Carbon core for this purpose. However, it appears that __MultitenantDispatcherService is not being filtered ou