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 - Needs to make sure column view is recreated from schema node on refresh
Summary: Needs to make sure column view is recreated from schema node on refresh
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Model (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-11 16:11 UTC by Nam Nguyen
Modified: 2008-12-05 17:46 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?