Bug 535524 (RHQ-220)
| Summary: | Incorrect cached value for group member connection property | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Jay Shaughnessy <jshaughn> |
| Component: | Core UI | Assignee: | Ian Springer <ian.springer> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Jeff Weiss <jweiss> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | ccrouch, dajohnso |
| Target Milestone: | --- | Keywords: | SubBug |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://jira.rhq-project.org/browse/RHQ-220 | ||
| Whiteboard: | |||
| Fixed In Version: | 1.2 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
Tested on Vista
|
|
| Last Closed: | 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: | |||
| Bug Blocks: | 536330 | ||
|
Description
Jay Shaughnessy
2008-04-01 21:20:00 UTC
Not seeing your update I think merits being major. From ips/joseph's discussion this is related to the lack of conversation scoped context which we have been trying to work around. another manifestation of this problem in r629 / r9861 (10:45:31 PM) jsant: k - go to http://10.11.15.96:7080/rhq/resource/inventory/view.xhtml?id=500787 (a Windows | Inventory page) (10:45:43 PM) jsant: and open that page in 2 different browsers (10:45:50 PM) jsant: IE and FF maybe (10:46:36 PM) jsant: notice that connection propert event log has a regular expression defined (10:46:53 PM) jsant: in one of your browsers, edit that field and "unset" the regex field, and save it (10:47:20 PM) jsant: refresh the page in your 2nd browser -- the regex will remain as hte original .* (10:47:36 PM) jsant: navigate away from the page and come back -- it wll remain as .* and not the actual "unset" like it was last updated (10:49:00 PM) joseph: this is likely just more fallout from putting certain objects in the session (10:49:18 PM) joseph: the number of jiras for that single class of bug is piling up (10:51:04 PM) joseph: well, each browser gets it's own session, so since we're stuffing certain objs into the session, each browser won't see the other's change (10:51:11 PM) joseph: if you log out and back in, i bet you see the update (10:51:33 PM) joseph: yup - confirmed this was fixed indirectly when we moved group resource config and group connection properties to the new configSet JSF component. this solution calculates the aggregate on the fly using all of the most recent information resource-level config data. however, this particular bug is rather important to the product, so i'm pushing it through QA (instead of just closing as fixed indirectly). Individual resource's conn props are showing the correct values now. rev3610 This bug was previously known as http://jira.rhq-project.org/browse/RHQ-220 This bug relates to RHQ-169 |