You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
So basically i am using ACTIVITI (Workflow Engine) 7 engine and ACTIVITI engine internally uses mybatis as ORM.
As we know by default defaultExecutorType is SIMPLE .
I am able to work when defaultExecutorType is SIMPLE and it is also committing data in database (also work with defaultExecutorType = REUSE).
but the time when i set defaultExecutorType type BATCH in configuration it is not committing data in database.
This is configuration i have set in ACTIVITI engine. (org.activiti.db.mapping.mapping.xml) in activiti-engine-7.0.0.GA.jar
<settings>
<setting name="lazyLoadingEnabled" value="false" />
<setting name="defaultFetchSize" value="1000" />
<setting name="defaultExecutorType" value="BATCH" />
</settings>
So i am doing something wrong? or i have to set some parameter to like batch size etc.
Please suggest me.
I think you should start by explaining what this has to do with Atlassian stuff?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.