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 - Exception on attempt to include one schema into another
Summary: Exception on attempt to include one schema into another
Status: VERIFIED WORKSFORME
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: bhate
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-11 13:04 UTC by Andrei Chistiakov
Modified: 2006-07-18 12:11 UTC (History)
4 users (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 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.