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 161222 - reflect.UndeclaredThrowableException at $Proxy36.actionPerformed
Summary: reflect.UndeclaredThrowableException at $Proxy36.actionPerformed
Status: RESOLVED DUPLICATE of bug 160706
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 09:43 UTC by chechunawer
Modified: 2009-03-27 14:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146086


Attachments
stacktrace (7.63 KB, text/plain)
2009-03-26 09:43 UTC, chechunawer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chechunawer 2009-03-26 09:43:05 UTC
Build: NetBeans IDE 6.1 (Build 200805300101)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
GUEST: attempted to add a mysql database schema to an EJB project (mysql probably does not matter as I had not reached the point where I specify such details)

GUEST: Adding db schema to ejb project.

GUEST: trying to add dbschema to ejb project



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy36.actionPerformed(.java:0)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
Comment 1 chechunawer 2009-03-26 09:43:10 UTC
Created attachment 78883 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-03-27 14:06:37 UTC

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