IBM / cics-bundle-maven

The plugin to build and deploy CICS bundles in a Maven build.
https://ibm.github.io/cics-bundle-maven/plugin-info.html
Eclipse Public License 2.0
18 stars 25 forks source link

If a bundle is DISABLED but one of its bundle parts is ENABLED the DISCARD before deploy fails. #131

Closed ledina closed 5 years ago

ledina commented 5 years ago

I am trying to re-deploy a bundle via the maven plugin. The installed bundle resource has one UNUSABLE and one ENABLED bundle parts and as such the bundle itself is in a DISABLED state. The DISCARD fails as a result.

Need to DISABLE before DISCARD irrelevant of the bundle enable status

ind1go commented 5 years ago

Thank you for this. This looks to be a bug in the server-side implementation - I will raise an issue there.

ledina commented 5 years ago

Happy for work to be tracked there, so closing this issue.