Dear Ivy team. At the moment, we're using Ivy v 7.0.11 and we need to deploy multiple process modules to the specific Ivy application by using "File based deployment" approach (http://developer.axonivy.com/doc/7.0.11/EngineGuideHtml/administration.html#administration.deployment). It worked well when we only deploy single iar file. But when we create a zip file that contains multiple iars file inside, it got the problem. Our zip file content: Deployment error log:
So is there any way to deploy multiple process modules by a single zip file with Ivy 7.0.11? Waiting for your response and many thank for your help asked 02.01.2020 at 03:19 lphieu |
Deploying multiple files at one in one application is an IVY 8.0 feature. With 7.0.X you have to stick to 'one-project-at-a-time' deployments. However, if you use the maven project-build-plugin you could run a build for your whole app, and instruct each project to include a deployment step. So you get all projects deployed in the right order with minimal effort. The 7.0 docs are here:
But indeed, full app deployments is what you really want. And with 8.0 we improved the deployment chain in many ways. So raise your voice for an 8.0 migration in your project. :-) answered 03.01.2020 at 02:46 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 02.01.2020 at 03:19
Seen: 1,316 times
Last updated: 09.01.2020 at 02:57