Jboss forge addon registry does not get initialized by Injecting it.
public class JBossForgeCommand implements AddonRegistry{ @Inject private AddonRegistry registry; Imported<CommandProvider> instances = registry.getServices(CommandProvider.class); ...
} Here registry is NULL. |