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 79976

Summary: Exception on attempt to include one schema into another
Product: xml Reporter: Andrei Chistiakov <ca-nb>
Component: Schema ToolsAssignee: bhate <bhate>
Status: VERIFIED WORKSFORME    
Severity: blocker CC: cwebster, htt, ivansidorkin, kozlov
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Andrei Chistiakov 2006-07-11 13:04:41 UTC
Reproduced in build 060710.

To reproduce the bug:

- create new PO schema;
- create a new schema;
- switch to the tree representation of schema view;
- add 'include';
- open Include Customizer;
- select newpo.xsd to include and prush OK.

java.lang.reflect.UndeclaredThrowableException
	at $Proxy17.valueChanged(Unknown Source)
	at
org.netbeans.modules.xml.xam.ComponentEvent$EventType$1.fireEvent(ComponentEvent.java:51)
	at
org.netbeans.modules.xml.xam.AbstractModel$Transaction.fireCompleteEventSet(AbstractModel.java:383)
	at
org.netbeans.modules.xml.xam.AbstractModel$Transaction.fireEvents(AbstractModel.java:345)
	at
org.netbeans.modules.xml.xam.AbstractModel.endTransaction(AbstractModel.java:252)
	at
org.netbeans.modules.xml.xam.ui.customizer.AbstractComponentCustomizer.apply(AbstractComponentCustomizer.java:69)
	at
org.netbeans.modules.xml.schema.ui.basic.UIUtilities$2.actionPerformed(UIUtilities.java:287)
	at
org.netbeans.core.windows.services.NbPresenter$ButtonListener.actionPerformed(NbPresenter.java:1082)
Comment 1 bhate 2006-07-12 20:13:39 UTC
This is working in latest build
Comment 2 Andrei Chistiakov 2006-07-18 12:11:55 UTC
Not reproducible in build 060717.