Hello again,

I have written a plugin which defines a single service like so:
<service
      name="Interdomain Service"
      discovery="InterDomainResourceDiscoveryComponent"
      class="InterDomainResourceComponent"
      description="Dependency in different administrative domain"
      supportsManualAdd="true">
...

During auto-discovery, the resource discovery component does not get called. It only gets called, if I define the Interdomain Service to be a server. What am I missing here?

Thanks,

-- Bruno