cancel
Showing results for 
Search instead for 
Did you mean: 

Version migration

juanb
Champ in-the-making
Champ in-the-making
Hi, I am actually trying to migrate from Activiti-engine 5.6 to Activiti-engine 5.16.1. I noticed that some classes changed their names (such as for example org.activiti.engine.impl.persistence.entity.UserManager to org.activiti.engine.impl.persistence.entity.UserEntityManager). Other changed their package. With this classes I am not having any problems.

The thing is that there are some classes which I can't find. These ones are:
- org.activiti.engine.impl.history.handler.HistoryParseListener
- org.activiti.engine.impl.mail.MailScanner
- org.activiti.engine.impl.bpmn.parser.BpmnParseListener

These classes are being used in a class that is named ProcessEngineConfiguration (this class actually configures the process engine for the application).

¿How does it affect my project not having this classes? ¿Can I replace them? ¿What do they actually do?

Thanks
5 REPLIES 5

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

ParseListeners were changed to ParseHandlers. (e.g. http://forums.activiti.org/content/bpmnparsehandler-setup)

Regards
Martin

juanb
Champ in-the-making
Champ in-the-making
ok, and what about the mail scanner ?

martin_grofcik
Confirmed Champ
Confirmed Champ
No idea. 🙂

juanb
Champ in-the-making
Champ in-the-making
On the link I only found a parser for the bpmn but nothing related to history parser

martin_grofcik
Confirmed Champ
Confirmed Champ
search the forum I am sure there will be thread about history parser.

Regards
Martin