This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 94362 - BPEL variables window does not refresh values immediately
Summary: BPEL variables window does not refresh values immediately
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-05 12:53 UTC by Mikhail Kondratyev
Modified: 2007-04-26 13:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Kondratyev 2007-02-05 12:53:12 UTC
Steps to reproduce:
 - create Sync sample project
 - add boolean variable to the project
 - initialize the variable in Assign activity
 - deploy the project, start debugging
 - make debugger stop at the Reply activity
 - open Window->Debugging->BPEL->BPEL Variables window
 - change boolean variable's value to 'qwerty'
 - the value will be set in the window (wrong behavior)
 - close and reopen - variable value will be set to false (actual value)
Comment 1 Alexander Zgursky 2007-04-25 14:00:07 UTC
Fixed together with issue 94376 a while ago
Comment 2 Oleg Barbashov 2007-04-26 13:03:55 UTC
Build 200704260000. Fix is confirmed.