In Activiti 5.8 with Explorer, I get a can't instantiate listener class error on a UserTask listener.
Per previous threads and the MEAP text:
I deployed the BAR to Explorer using the Explorer UI. I manually copied the JAR containing the listener class to the WEB-INF/lib folders for both Activiti-REST and Activiti-Explorer web-apps.
I stopped, restarted, redeployed after copying the JAR's
When I placed the class file in WEB-INF\class, the application found the TaskListener.
I inspected the jar file and found that it lacked a manifest file. This is the jar that is generated when I right click on the project in Eclipse and select "Generate Deployment Artifacts."