Hi Maciej Swiderski,
Sub: Deployment Unit Version is not upgrading.
Note:-
Kie Version Info: "version" : "7.12.0.Final"
I have integrated the Kie in my application
Scenarios:-
1. Create the new workflow and deploy the same, the status is upgraded in kie-workbech from 1.1 to 1.2. But in version configuration tab, deployment version is not upgrading(it is in 1.1). And 1.2 version instance is instantiated.
Example:-
<process-definitions>
<processes>
<process-id>MSAGit.FirstProcess001</process-id>
<process-name>FirstProcess001</process-name>
<process-version>1.0</process-version>
<package>org.jbpm</package>
<container-id>MSAGitContainer</container-id>
<dynamic>false</dynamic>
</processes>
<processes>
<process-id>MSAGit.FirstProcess002</process-id>
<process-name>FirstProcess002</process-name>
<process-version>1.0</process-version>
<package>org.jbpm</package>
<container-id>MSAGitContainer</container-id>
<dynamic>false</dynamic>
</processes>
</process-definitions>
2. When I am restarting the server, kie-workbech status tab and version configuration tab version is 1.1 and 1.1instance only instantiated.
And I am getting the below error while restarting the server.
Error creating container 'MSAGit' for module 'MSAGit:MSAGit:1.1
3. Manual upgrade the version of deployment unit is working. But automatic upgrade is not working.
I am trying to fix this issue for last 2 days. Kindly share the ideas to resolve it.
Regards,
Naresh T