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 132133

Summary: Cannot change BPEL Variable values from Local Variables window in BPEL Debugger
Product: soa Reporter: senthilprabhu <senthilprabhu>
Component: BPEL DebuggerAssignee: Kirill Sorokin <ksorokin>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description senthilprabhu 2008-04-05 10:32:29 UTC
With Debugger on and the break point on an Assign, when you try to change the value of a variable by clicking ... in the
Local Variables window [type a new text instead of old one], the new value is not being saved. Only the old value shows
up in the box.

But, it is possible to edit the values of Bpel Variable of type MessageType. i.e. the variables associated with Invoke
and Receive can be edited.

This is found in Milestone 8 build
Comment 1 Kirill Sorokin 2008-04-06 02:57:23 UTC
Indeed a regression on my side. :( Should be fixed now, pls verify ASAP.

Fix in trunk: http://hg.netbeans.org/main/rev/a508c63cb1df
Fix in release-61: http://hg.netbeans.org/release61/rev/e53b061dd5ee
Comment 2 Ivan Sidorkin 2008-04-10 10:28:06 UTC
verified with int, float and string types
6.1 RC1 (Build 200804100130)
Comment 3 senthilprabhu 2008-04-10 18:31:27 UTC
This is working in the CAPS nightly build 20080410-0500
This issue can be closed