Hi All,
I use JBOSS EAP 6.0.
My setup is that we have 3 servers which has activiti-rest.war up and running. I ve customized the rest war by adding the ProcessEngine build at deployment time.
Each time ERROR logs are getting printed by ActivitiOptimisticLockException.
The main intention is to reduce the logs.
The same copy of war is deployed in all the 3 servers.
As for now we dont have any impact on the application, since jobexecutor works on the locking strategy.
How can I handle the OptimisticLockexceptions?
Is it better to handle the Exceptions or to have a custom jobexecutor like Agito?
Or anybody has a better solution?
Thanks in advance,
Arun