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 161677 - reflect.UndeclaredThrowableException at $Proxy25.actionPerformed
Summary: reflect.UndeclaredThrowableException at $Proxy25.actionPerformed
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: DB schema (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-04-01 15:17 UTC by enlabe
Modified: 2009-04-06 15:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146106


Attachments
stacktrace (6.91 KB, text/plain)
2009-04-01 15:17 UTC, enlabe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description enlabe 2009-04-01 15:17:33 UTC
Build: NetBeans IDE 6.5 (Build 200812050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.2, amd64

User Comments:
GUEST: Creating a Database Schema in a EJB Module

GUEST: trying to add dbschema to ejb project

GUEST: can not create db schema with wizard

GUEST: trying to work out how to create a database

GUEST: Trying to add a Database Schema to the src folder of a Desktop Java Application.

GUEST: Trying to recapture the DB schema; but it wouldn't let me do it.  I then tried to create a new schema with a different name, but it wouldn't do that either.

GUEST: Creating a new DB schema



Stacktrace: 
java.lang.reflect.UndeclaredThrowableException
        at $Proxy25.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 enlabe 2009-04-01 15:17:43 UTC
Created attachment 79226 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-04-06 15:01:35 UTC
Seems to be fixed together with issue 158465.