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 82481

Summary: REGRESSION: UndeclaredThrowableException on deleting xsd from a project
Product: xml Reporter: Andrei Chistiakov <ca-nb>
Component: Schema ToolsAssignee: Ayub Khan <ayubskhan>
Status: VERIFIED DUPLICATE    
Severity: blocker CC: cwebster, htt, ivansidorkin, kozlov
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Andrei Chistiakov 2006-08-11 14:09:27 UTC
Reproduced in build 060810_1. (jdk 1.6.0-beta2)

To reproduce the bug:

- add a new XML schema to a project;
- in Projects window right-click the schema file and invoke 'Delete' popup menu
command.

java.lang.reflect.UndeclaredThrowableException
	at $Proxy9.resultChanged(Unknown Source)
	at org.openide.util.lookup.ProxyLookup.setLookups(ProxyLookup.java:166)
	at org.openide.explorer.DefaultEMLookup.updateLookups(DefaultEMLookup.java:110)
	at org.openide.explorer.DefaultEMLookup.propertyChange(DefaultEMLookup.java:142)
	at
org.openide.util.WeakListenerImpl$PropertyChange.propertyChange(WeakListenerImpl.java:151)
	at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
	at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
......
Comment 1 bhate 2006-08-14 18:48:39 UTC
this might be duplicate of another bug assigend to ayub.
Comment 2 Ayub Khan 2006-08-14 22:00:18 UTC

*** This issue has been marked as a duplicate of 82519 ***
Comment 3 Andrei Chistiakov 2006-08-28 12:16:16 UTC
Verified in build 060827.