On Mon, Feb 14, 2011 at 11:36 AM, Bertrand Delacretaz <[email protected]> wrote: >> 2011/2/13 Rupert Westenthaler <[email protected]>: >>> ...I suggest to deactivate all engines that depend on external service >>> for the integration builds. However I have no Idea how to do that >>> other than creating an own sling launcher configuration that excludes >>> such engines....
I have implemented offline support, see STANBOL-87 For now I only disabled the LocationEnhancementEngine in offline mode, to disable more simply add an @Reference to the OnlineMode service to them. If needed we can also create replacement services that are active in offline mode, by making them dependent of the OfflineMode service. -Bertrand
