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 65984 - AbstractMethodError at DatabaseConnection.startRuntimes():557
Summary: AbstractMethodError at DatabaseConnection.startRuntimes():557
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 15:30 UTC by Martin Schovanek
Modified: 2005-11-18 19:59 UTC (History)
0 users

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 Martin Schovanek 2005-10-05 15:30:05 UTC
(#20051005715, jdk1.5.0, Derby #200508301800]

to reproduce:
-------------
1) download Derby from Update Center
2) creat a connection

ERROR: IDE throws:
java.lang.AbstractMethodError:
org.netbeans.modules.derby.RegisterDerby.acceptsDatabaseURL(Ljava/lang/String;)Z
	at
org.netbeans.modules.db.explorer.DatabaseConnection.startRuntimes(DatabaseConnection.java:557)
...
Comment 1 Andrei Badea 2005-10-06 10:36:09 UTC
Will be fixed as soon as a new Derby is uploaded to AutoUpdate. I'm working on it.
Comment 2 Andrei Badea 2005-10-13 10:13:31 UTC
New Derby module uploaded to the development AU. Marking as fixed.
Comment 3 Martin Schovanek 2005-11-18 19:59:02 UTC
VERIFIED