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 149089

Summary: reflect.UndeclaredThrowableException at $Proxy5.propertyChange
Product: javaee Reporter: Tomas Danek <musilt2>
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: tzezula
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=122424
Issue Type: DEFECT Exception Reporter: 122424
Attachments: stacktrace

Description Tomas Danek 2008-10-03 15:52:43 UTC
Build: NetBeans IDE Dev (Build 20081003083508)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments:
musilt2: added library on web project



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy.propertyChange(.java:0)
        at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:1206)
        at org.openide.nodes.FilterNode$NodeAdapter.propertyChange(FilterNode.java:1195)
        at org.openide.nodes.FilterNode$NodeAdapter.propertyChange(FilterNode.java:1170)
        at org.openide.nodes.Node.fireOwnPropertyChange(Node.java:1206)
        at org.openide.nodes.Node.fireNameChange(Node.java:1005)
Comment 1 Tomas Danek 2008-10-03 15:52:54 UTC
Created attachment 71125 [details]
stacktrace
Comment 2 Tomas Danek 2008-10-03 15:56:17 UTC
*** Issue 149087 has been marked as a duplicate of this issue. ***
Comment 3 Tomas Danek 2008-10-03 15:56:34 UTC
*** Issue 149087 has been marked as a duplicate of this issue. ***
Comment 4 Andrei Badea 2008-10-03 16:57:58 UTC
This could be fixed by the fix of issue 148926. Tomáši, can you please confirm?
Comment 5 Tomas Zezula 2008-10-03 17:10:59 UTC
Yes, it's the same problem. I have already a fix in my local repository.
Marking as duplicate of #148926 and increasing priority of #148926.

*** This issue has been marked as a duplicate of 148926 ***