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 94376

Summary: Problems when changing values of variables of some types
Product: soa Reporter: Mikhail Kondratyev <mikk>
Component: BPEL DebuggerAssignee: Alexander Zgursky <zgursky>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Mikhail Kondratyev 2007-02-05 13:42:34 UTC
Steps to reproduce:
 - create a Sync sample project
 - add a variable of NCName type there (also could reproduce with int and
unsignedLong)
 - initialize it with some value in the project
 - modify the variable: edit it's value in the BPEL Variables window, press Enter
 - The value will be changed by variable value will become readonly. User has to
refresh editor somehow (by switching between editors for example) to make the
value editable again
Comment 1 Alexander Zgursky 2007-02-14 12:19:14 UTC
Ok, this one is closed. Although, implemented refresh mechanism is far from
perfect..  E.g. when user changes the variable value, BPEL Variables View may
change the viewing area so that user wouldn't see the changed variable anymore -
he/she would have to scroll the view. Probably, it worth filing another usablity
issue..
Comment 2 Mikhail Kondratyev 2007-03-06 11:12:49 UTC
Verified