Red Hat Bugzilla – Bug 752100
Updating a WAR after it was deployed via a bundle fails.
Last modified: 2011-11-09 13:53:36 EST
Description of problem: I deploy a WAR via a bundle, then I update the WAR to contain an additional file, index.html, and update the WAR via Content, but the WAR does not deploy to the managed cluster. RHQ indicates 'Already Installed', which seems to be code for, 'I did not complete.' I verify with JBoss, no redeployment log entry and the index.html file is unavailable. Version-Release number of selected component (if applicable): RHQ in master, EAP 5.1. How reproducible: Every time. Steps to Reproduce: 1. Deploy the bundle 2. Via inventory for the EAP instance, update the content (WAR) for the hello world application Actual results: New WAR was not deployed. Expected results: I expected the WAR to deploy. Additional info: None
Created attachment 532303 [details] Bundle
Created attachment 532307 [details] Updated WAR with index.html, and updated MANIFEST.MF version number.
mixing bundle and content sub-system.
I think this is a medium priority since it requires usage of two subsystems which are normally used separately, e.g. if you deploy via a bundle, you would expect to update via the bundle subsystem too