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 84458 - Variable nodes collapse in BPEL Variables window
Summary: Variable nodes collapse in BPEL Variables window
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:
: 79161 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-07 17:18 UTC by Mikhail Kondratyev
Modified: 2007-03-06 09:39 UTC (History)
1 user (show)

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 2006-09-07 17:18:32 UTC
Steps to reproduce:
 - create a new Sync sample
 - set breakpoint at assignment activity
 - start debugging
 - when the process stops at breakpoint expand the inputVar variable node in the
BPEL Variables window
 - press Step Into
 - the variable node will collapse. This is a usability issue
Comment 1 Alexander Zgursky 2006-09-12 10:04:57 UTC
Ben, I need help.
Comment 2 Vladimir Yaroslavskiy 2006-09-21 09:41:43 UTC
fixed.
Comment 3 Alexander Pepin 2006-09-21 18:25:17 UTC
verified in build 060921
Comment 4 Alexander Pepin 2006-09-21 18:27:32 UTC
see comment above
Comment 5 Alexander Zgursky 2006-09-27 01:18:50 UTC
*** Issue 79161 has been marked as a duplicate of this issue. ***
Comment 6 Alexander Pepin 2006-10-21 17:26:14 UTC
If a variable node is expanded inside a structured activity (e.g. inside If
activity) it collapses after leaving this activity.
Steps to reproduce:
- open TravelReservationService sample
- start AS
- deploy the sample
- start debug session
- set a breakpoint at HasAirline If activity
- run HasNoReservatin test
- when the breakpoint is reached do step into
- expand itineraryOut bpel variable node
- do step into until HasVehicle is reached
Result: The itineraryOut bpel variable node
 collapses.
Comment 7 Vladimir Yaroslavskiy 2006-10-23 14:51:22 UTC
Variable gets new value, so it becomes different and shown as new variable
(collapsed).

Alexandr Z. please investigate it and suggest smth.
Comment 8 Alexander Zgursky 2006-10-23 18:03:53 UTC
OK, I see. Need to change the expansion model to use variable name plus process
name (or, better variable declaration xpath plus process QName) as an ID of the
variable node in the BPEL Variables View.
Comment 9 Alexander Zgursky 2007-01-30 12:15:19 UTC
Fixed in release551
Comment 10 Mikhail Kondratyev 2007-03-06 09:39:10 UTC
Verified