cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade from 4.1.3 to 4.2.3

sanket
Champ on-the-rise
Champ on-the-rise
I am upgrading Alfresco 4.1.3 EE to Alfresco 4.2.3 EE.
After following the upgradation steps, and deploying my code to 4.2.3, when I start the server, I get the following exception :

org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.alfresco.repo.workflow.activiti.AlfrescoBpmnParseListener] for bean with name 'activitiParseListener' defined in class path resource [alfresco/activiti-context.xml];

Has anybody come across such error while upgrading ?

Attaching log for reference.
I checked for this class (AlfrescoBpmnParseListener). Its not available in the SDK for 4.2.3. So is it replaced by some other class ? If yes, which one ?
2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator
Hello,

the class no longer exists and should not be referenced anymore. I reckon you have an adapted activiti-context.xml on your classpath that overrides the default one from Alfresco with obsolete contents.

Regards
Axel

sanket
Champ on-the-rise
Champ on-the-rise
Thanks Axel. Yes, I compared my custom activiti-context.xml with the original provided by alfresco 4.2.3 and made the changes as per 4.2.3 version
Now the error is resolved. Thank you for the help.