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 82191 - XPath expression is not updated in Watch window after changing
Summary: XPath expression is not updated in Watch window after changing
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: 86061
Blocks:
  Show dependency tree
 
Reported: 2006-08-08 18:26 UTC by Alexander Pepin
Modified: 2006-10-06 14:57 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 Alexander Pepin 2006-08-08 18:26:01 UTC
Steps to reproduse:
- create Synchronous sample project
- start AS
- deploy the process
- set a breakpoint
- start debug session
- run test
- when the breakpoint is achieved create a new watch e.g. $inputVar
  ensure that the expression appears in the watch debug window
- select the expression and call properties
- change existing expression with $inputVar.inputType then press OK
Results: The watched expression stays the same. It changes to a new one only
after switching to another window and returning to watch once again.
Comment 1 Alexander Zgursky 2006-09-25 16:34:14 UTC
Can not reproduce on my machine while it can be easily reproduced on apepin's.
Will try to play with it to find out the circumstances in which it's reproducable.
Comment 2 Alexander Zgursky 2006-09-26 23:40:51 UTC
The problem is reproducable only if:
- when IDE starts Watches View is closed (so, if it's opened - close it and
restart IDE)
- you run the BPEL Debug Session for the first time after IDE start
Comment 3 Alexander Zgursky 2006-09-27 01:02:46 UTC
Ugly hack is applied to fix the issue. It slightly impacts the performance when
working with Watches in BPEL Debugger but the performance is still acceptable.
Need to remove the hack after 5.5 release.

Checking in BpelWatchImpl.java;
/cvs/enterprise/bpel/debuggerse/src/org/netbeans/modules/bpel/debuggerse/watches/Attic/BpelWatchImpl.java,v
 <--  BpelWatchImpl.java
new revision: 1.1.2.5; previous revision: 1.1.2.4
done
Checking in WatchesTreeModel.java;
/cvs/enterprise/bpel/debuggerse/src/org/netbeans/modules/bpel/debuggerse/watches/Attic/WatchesTreeModel.java,v
 <--  WatchesTreeModel.java
new revision: 1.1.2.4; previous revision: 1.1.2.3
Comment 4 Alexander Pepin 2006-09-28 15:28:59 UTC
can not verify because of issue #86061
Comment 5 Alexander Pepin 2006-10-06 14:57:52 UTC
verified in build 061005