HtmlFormEntryExtensions in RA needed?

When starting up RA 2.6-SNAPSHOT there’s the following warning in logs:

WARN - ModuleFactory.stopModule(1202) |2017-03-24 11:18:57,032| Unable to call module's Activator.shutdown() method
web_1  | org.openmrs.api.APIException: Service not found: interface org.openmrs.module.htmlformentry.HtmlFormEntryService
web_1  |        at org.openmrs.api.context.ServiceContext.getService(ServiceContext.java:668)
web_1  |        at org.openmrs.api.context.Context.getService(Context.java:932)
web_1  |        at org.openmrs.module.htmlformentry19ext.HTMLFormEntryExtensions19Activator.stopped(HTMLFormEntryExtensions19Activator.java:74)
web_1  |        at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1198)
web_1  |        at org.openmrs.module.ModuleFactory.stopModule(ModuleFactory.java:1059)
web_1  |        at org.openmrs.module.ModuleFactory.unloadModule(ModuleFactory.java:1256)
web_1  |        at org.openmrs.module.htmlformentry19ext.HTMLFormEntryExtensions19Activator.willRefreshContext(HTMLFormEntryExtensions19Activator.java:50)
web_1  |        at org.openmrs.module.ModuleUtil.refreshApplicationContext(ModuleUtil.java:815)
web_1  |        at org.openmrs.module.web.WebModuleUtil.refreshWAC(WebModuleUtil.java:866)
web_1  |        at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:658)
web_1  |        at org.openmrs.web.Listener.performWebStartOfModules(Listener.java:637)
web_1  |        at org.openmrs.web.Listener.startOpenmrs(Listener.java:268)
web_1  |        at org.openmrs.web.WebDaemon$1.run(WebDaemon.java:42)

Is the module needed at all?

Since HTML-646 was fixed in HTML Form Entry 3.3.1 we no longer need the hfe19ext module. It should be removed from the refapp.

@darius the fix is actually in HTML Form Entry 3.3.2 which I released this week.

@ssmusoke if you’re sure about that then can you update https://issues.openmrs.org/browse/HTML-646 to say this.

@darius Sorry I had gotten my versions mixed up … you are correct.