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 83917 - UndeclaredThrowableException on saving OTA schema after applying Venetian Blind pattern
Summary: UndeclaredThrowableException on saving OTA schema after applying Venetian Bli...
Status: VERIFIED DUPLICATE of bug 83579
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Chris Webster
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 13:20 UTC by Andrei Chistiakov
Modified: 2006-09-08 15:51 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-08-31 13:20:28 UTC
Reproduced in build 060831 (JDK 1.6 Beta 2)

To reproduce the bug:

- open a single file OTA schema;
- apply Venetian Blind design pattern to the schema;
- after the pattern is applied, close the schema/save changes.
java.lang.reflect.UndeclaredThrowableException
	at $Proxy7.propertyChange(Unknown Source)
	at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:1123)
	at org.openide.nodes.Node.fireCookieChange(Node.java:1096)
	at org.openide.nodes.FilterNode$NodeAdapter.propertyChange(FilterNode.java:1167)
	at org.openide.nodes.FilterNode$NodeAdapter.propertyChange(FilterNode.java:1112)
	at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:1123)
	at org.openide.nodes.Node.fireCookieChange(Node.java:1096)
	at org.openide.loaders.DataNode.access$600(DataNode.java:62)
	at org.openide.loaders.DataNode$2.run(DataNode.java:641)
	at org.openide.util.Mutex.doEvent(Mutex.java:1158)
	at org.openide.util.Mutex.writeAccess(Mutex.java:375)
...
Comment 1 Chris Webster 2006-09-01 19:27:05 UTC

*** This issue has been marked as a duplicate of 83579 ***
Comment 2 Andrei Chistiakov 2006-09-08 15:51:18 UTC
Verified in build 060908.