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 106984 - Endless exception after opening Transformmap.xml
Summary: Endless exception after opening Transformmap.xml
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vitaly Bychkov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-18 13:45 UTC by kozlov
Modified: 2007-06-28 12:52 UTC (History)
1 user (show)

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 kozlov 2007-06-18 13:45:00 UTC
Reproduced in build070618.

Steps to reproduce:

- create XSLT project;
- double click on trasformmap.xml to open it.

Exception:

java.lang.AssertionError: reference should be TMapComponent type to create TMapComponent type Node
	at org.netbeans.modules.xslt.tmap.nodes.NavigatorNodeFactory.createNode(NavigatorNodeFactory.java:95)
	at org.netbeans.modules.xslt.tmap.nodes.NavigatorNodeFactory.getTransformMapNode(NavigatorNodeFactory.java:62)
	at org.netbeans.modules.xslt.tmap.navigator.TMapLogicalPanel.initNavTree(TMapLogicalPanel.java:160)
	at org.netbeans.modules.xslt.tmap.navigator.TMapLogicalPanel.getBeanTreeView(TMapLogicalPanel.java:170)
	at org.netbeans.modules.xslt.tmap.navigator.TMapLogicalPanel.showNavTree(TMapLogicalPanel.java:142)
	at org.netbeans.modules.xslt.tmap.navigator.TMapLogicalPanel.navigate(TMapLogicalPanel.java:88)
	at org.netbeans.modules.xslt.tmap.multiview.tree.TreeMultiViewElement.createTreeView(TreeMultiViewElement.java:285)
	at org.netbeans.modules.xslt.tmap.multiview.tree.TreeMultiViewElement.initializeUI(TreeMultiViewElement.java:293)
	at org.netbeans.modules.xslt.tmap.multiview.tree.TreeMultiViewElement.<init>(TreeMultiViewElement.java:91)
	at org.netbeans.modules.xslt.tmap.multiview.tree.TreeMultiViewElementDesc.createElement(TreeMultiViewElementDesc.java:57)
	at org.netbeans.core.multiview.MultiViewModel.getElementForDescription(MultiViewModel.java:191)
	at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:111)
	at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:107)
	at org.netbeans.core.multiview.MultiViewPeer.privateGetUndoRedo(MultiViewPeer.java:463)
	at org.netbeans.core.multiview.MultiViewPeer.access$500(MultiViewPeer.java:63)
	at org.netbeans.core.multiview.MultiViewPeer$DelegateUndoRedo.canUndo(MultiViewPeer.java:696)
[catch] at org.openide.actions.UndoAction$1.run(UndoAction.java:96)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Vitaly Bychkov 2007-06-19 11:08:17 UTC
Fixed.
Comment 2 kozlov 2007-06-28 12:52:22 UTC
Verified in build070626.