Bug 789018
Summary: | Error Retrieving and Updating Backing Content for Webapp with Multiple Installed Packages | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Stefan Negrea <snegrea> |
Component: | Core Server | Assignee: | Stefan Negrea <snegrea> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.3 | CC: | hrupp, lzoubek |
Target Milestone: | --- | ||
Target Release: | JON 3.0.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 771777 | Environment: | |
Last Closed: | 2013-09-03 15:15:29 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 771777 | ||
Bug Blocks: | 788629 |
Description
Stefan Negrea
2012-02-09 15:51:44 UTC
release/jon3.0.x branch commit: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=f23bb069591eef82c0344efa5e2b0e0ee3bb4e8d Moving to ON_QA as new RC 4 available to test in: https://brewweb.devel.redhat.com//buildinfo?buildID=198384 According to Stefan's advice on IRC I've Performed these steps: 1.have deploymnet hello.war( id=1000 ) on EAP4 - select * from rhq_installed_package where resource_id=1000 returns 1 row 2. created another row in rhq_installed_package having same resource id, but different package_version_id - UI then shows 2 different installed packages for hello.war resource 3. deployed hello.war using content subsytem - UI do longer displays 2 installed packages - select * from rhq_installed_package where resource_id=1000 returns 1 row and refers to new package_version_id, the old rows in rhq_package_version still exist Bulk closing of old issues in VERIFIED state. |