JEMH Usage Guide
Jun 22, 2011
Comments
Mar 14, 2010
It's not clear if you are using JEMH 0.9.2.x with Jira 4.x - which isn't a configuration I'm supporting, there are API changes which mean you will have problems (even if you haven't yet). You need to upgrade to 0.9.3.x, which is Jira 4.x specific, and not backwardly compatible with 3.x (hence opportunity taken to repackage).
JEMH jars have an example-emh.properties file present in the root, all the 0.9.3.x JAR's should have the correct package names set
This is going to happen to anyone upgrading from a Jira 3.x environment; the first para of JEMH Installation for Jira 4.x documents the package renaming issue
(edited)
I installed JEMH on JIRA v4.0.1 and got the error:
[jira.emh.service.AbstractMessageHandler] Attempting to find FieldProcessors in package: com.dolby.atlassian.jira.service.util.handler.emh.processor [jira.emh.service.AbstractMessageHandler] No field processors were found...The class path in the examples on this page points to the incorrect (at least in my case) class:
emailFieldProcessorPackageList=com.dolby.atlassian.jira.service.util.handler.emh.processorIt should be:
emailFieldProcessorPackageList=com.javahollic.jira.emh.processorHopefully this will save people some debugging time