06-12-2017 05:17 AM
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.
06-12-2017 05:24 AM
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
06-12-2017 05:24 AM
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
06-12-2017 06:31 AM
Yes..We are using 5.9 version and using below libraries
06-12-2017 09:00 AM
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.
06-13-2017 07:24 AM
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
06-13-2017 08:14 AM
Yes, you should try replacing the *.5.9 jars with the 6.0 ones.
06-13-2017 08:40 AM
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?
06-14-2017 03:23 AM
Does the link below help?
(it's a link to paragraph 2.4 describing the inclusions)
06-14-2017 05:34 AM
I have tried to remove some jars from lib and getting exception.Now included all jars and working as expected..Thank You.
06-20-2017 09:26 AM
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)
Explore our Alfresco products with the links below. Use labels to filter content by product module.