JBoss ON Bundles using handover operations do not purge
Issue
- "Purge" a bundle deployment leaves the deployment active in the EAP instance when it's deployed originally with a rhq:handover action.
- Can an undeploy CLI call be made to reverse "deployment" handover operations?
Environment
- Red Hat JBoss Operations Network (ON) 3.3.3
- ON Provisioning bundle recipe using rhq:handover operation
<?xml version="1.0"?>
<project name="MQTest" default="main" xmlns:rhq="antlib:org.rhq.bundle">
<rhq:bundle name="MQ Test Test" version="1.0" description="A simple MQ application.">
<rhq:deployment-unit name="appserver" manageRootDir="false">
<rhq:archive name="MQTest.war">
<rhq:handover action="deployment" />
</rhq:archive>
</rhq:deployment-unit>
</rhq:bundle>
<target name="main" />
</project>
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.