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 82500

Summary: Needs to make sure column view is recreated from schema node on refresh
Product: xml Reporter: Nam Nguyen <nnguyen>
Component: Schema ModelAssignee: bhate <bhate>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: TASK Exception Reporter:

Description Nam Nguyen 2006-08-11 16:11:01 UTC
The strategy for fault-tolerance is to recreate the root component whenever we
encounter a fault condition (which could be caused by some event handling code).
 UI code needs to detect this mode refresh event by listen to
Model.STATE_PROPERTY event transition into State.VALID *from old
State.NOT_SYNCED*.  When this happen we need to rebuild UI from root component.
Comment 1 Samaresh Panda 2008-12-05 17:46:56 UTC
Ajit, can you mark it as fixed, if this has been done?