On 7/25/2014 6:30 AM, Yonggang Luo wrote: > While creating services from category 'profile-after-change', service for > entry 'InterAppCommService', contract ID > '@mozilla.org/inter-app-communication-service;1' does not implement > nsIObserver. > You have an entry for the category manager (presumably in a manifest somewhere[1]) listing this category and contract ID. That contract ID maps to an XPCOM component in your code somewhere. That component needs to implement the nsIObserver[2] interface in order to receive notifications from the component manager.
-Ted 1. https://developer.mozilla.org/en-US/docs/Chrome_Registration#category 2. https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIObserver _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform