Bug 1032235 - Call trace widget does not refresh
Summary: Call trace widget does not refresh
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: RT Governance
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER7
: 6.0.0
Assignee: Eric Wittmann
QA Contact: Jiri Sedlacek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-19 18:36 UTC by Alan Santos
Modified: 2015-08-02 23:45 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug


Attachments (Terms of Use)

Description Alan Santos 2013-11-19 18:36:10 UTC
Description of problem:

The call trace widget has a refresh interval option in the settings with a default of 30 seconds. The widget does not refresh regardless of the value.


How reproducible:
always

Steps to Reproduce:
1.setup the call time widget such that it shows at lease one call
2.execute the call again
3.wait the time specified in the refresh interval

Actual results:

Widget is not updated with new call

Expected results:
New call(s) appear in widget

Comment 2 Eric Wittmann 2013-11-19 20:08:13 UTC
After discussing with Kevin we decided that removing the refresh option entirely was the best bet.  The reason is that even if we fix the refresh feature, the user experience will still be ugly.  This is because any selection the user made in the tree, or any nodes the user has expanded, will be reverted as soon as the update happened (every 30s).  This would be a bad user experience.

Since the call trace shouldn't change, we only need to fetch the data once.

Comment 3 Jiri Pechanec 2014-01-15 16:21:30 UTC
Verified in CR1


Note You need to log in before you can comment on or make changes to this bug.