Community
Participate
Working Groups
Build Identifier: tmf-xtext-SDK-1.0.1 If you try to override the IResourceServiceProvider.Registry which is implemented by ResourceServiceProviderRegistryImpl by overridden the SharedModule , your instance will be called but not initialized by the extension and the content registry reader (ExtensionResourceServiceProviderRegistryReader). In both readers, the the singleton is accessed directly, where it should be injected instead. Reproducible: Always
It's now done in the activator of org.eclispe.xtext, where no injector is available. Also replacing the registry implementation doesn't seem to be a good idea.