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 82337 - element's type doesn't change from design view
Summary: element's type doesn't change from design view
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-10 02:52 UTC by Samaresh Panda
Modified: 2006-09-20 04:48 UTC (History)
0 users

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 Samaresh Panda 2006-08-10 02:52:00 UTC
Open PO.xsd
Go to design view
Select an element, say 'shipTo' or 'billTo'
change the type in prop sheet to say 'Items'
Observe that the type for that element didn't change in the view
Comment 1 Samaresh Panda 2006-08-10 03:03:06 UTC
During change in type, we should sync the AXI model.
Comment 2 Samaresh Panda 2006-08-10 03:06:27 UTC
Fix integrated:
In "XML Schema UI - ABE"
SchemaModelFlushWrapper.java: new revision: 1.1.2.4;

In "Abstract XML Instance Object Model"
SchemaComponentListener.java: new revision: 1.1.2.7;
DefaultSchemaGenerator.java: new revision: 1.1.2.25;
Util.java: new revision: 1.1.2.49;


Comment 3 Samaresh Panda 2006-09-20 04:48:37 UTC
Unit tests have been added.