Hi,
I am new in activiti and currently we are using activiti5.9 version .We would like to migrate version to 6.0. Can you help me to analyse the new features from 5.9 to 6.0 and what are the changes I need to made in our existing codes.
Solved! Go to Solution.
Hi,
In the link below, you can find a paragraph (the last) called "migration guide".
https://community.alfresco.com/community/bpm/blog/2017/06/01/activiti-6-is-here
The post points to the following link:
Activiti Migraton Guide : Activiti v5 to Activiti v6
I hope this helps you.
PS. Are you sure you are using Activiti 5.9? Below the link to the Activiti releases. Releases · Activiti/Activiti · GitHub
Hi,
In the link below, you can find a paragraph (the last) called "migration guide".
https://community.alfresco.com/community/bpm/blog/2017/06/01/activiti-6-is-here
The post points to the following link:
Activiti Migraton Guide : Activiti v5 to Activiti v6
I hope this helps you.
PS. Are you sure you are using Activiti 5.9? Below the link to the Activiti releases. Releases · Activiti/Activiti · GitHub
Yes..We are using 5.9 version and using below libraries
Ok, so you can take a look at the nexus server.
Under Activiti.org releases
repository you will find org | activiti | activiti-engine
.
Inside you have all the versions, including 5.9.
For the full package you can check at the kink below.
We are only using engine and spring jars in 5.9 version.Do we need to add all jar files in activiti 6 dowloaded lib folder to classpath
Yes, you should try replacing the *.5.9 jars with the 6.0 ones.
Replaced and added jackson dependecy, Juel-impl jar files to class path for successful build.My question is the lib folder contains spring boot,content storage,dmn related jar files..Do we need to add these files?
Does the link below help?
(it's a link to paragraph 2.4 describing the inclusions)
I have tried to remove some jars from lib and getting exception.Now included all jars and working as expected..Thank You.
Hi
I am getting below exception in my application.I am using oracle database and mybatis 3.3.0 .jar.Could you please help me to resolve this issue.
[activiti-acquire-async-jobs] ERROR org.springframework.transaction.support.TransactionTemplate - Application exception overridden by rollback exception
org.apache.ibatis.exceptions.PersistenceException:
### Error querying database. Cause: java.sql.SQLRecoverableException: Closed Connection
### The error may exist in org/activiti/db/mapping/entity/Job.xml
### The error may involve org.activiti.engine.impl.persistence.entity.JobEntityImpl.selectJobsToExecute-Inline
### The error occurred while setting parameters
### SQL: select * from ( select a.*, ROWNUM rnum from ( select RES.* from ACT_RU_JOB RES where LOCK_EXP_TIME_ is null ) a where ROWNUM < ?) where rnum >= ?
### Cause: java.sql.SQLRecoverableException: Closed Connection
at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
at org.apache.ibatis.session.defaults.DefaultSqlSession.selectList(DefaultSqlSession.java:122)
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.