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 83981

Summary: AXIModel does not reflect type change
Product: xml Reporter: Girish Balachandran <girixkumar>
Component: Schema ToolsAssignee: Samaresh Panda <samaresh>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Girish Balachandran 2006-09-01 01:22:24 UTC
Event though a type change event in emitted, when getType() still gives the
previous set type. This can be seen in the UI by doing the following:
Drag adn drop element. Set the element type to some simple type thru prop sheet.
You will see that the UI did not refresh with the new type info. But, now go and
rename that element, now you will notice the type appearing on the screen.
Comment 1 Samaresh Panda 2006-09-01 22:45:54 UTC
Checking in AXIComponent.java; new revision: 1.1.2.58;
Checking in impl/ElementImpl.java; new revision: 1.1.2.33;
Comment 2 Girish Balachandran 2006-09-20 20:14:37 UTC
Verified on 9/20