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 72372 - "Start Derby Server" should appear with connection node
Summary: "Start Derby Server" should appear with connection node
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-08 00:02 UTC by revans
Modified: 2008-11-10 10:59 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description revans 2006-02-08 00:02:14 UTC
Runtime window  > Database > jdbc:derby//localhost/myDb > Connect...

There is no reminder that I forgot to start the Derby DbMS.
It seems it would simple enough to put the Start Derby Server command here (and
grey out the Connect... menu choice) when the database engine is not running.

(Clearly this is not exclusive to Derby. The UI should work the same for other
DbMS as well.)
Comment 1 Andrei Badea 2006-02-08 08:55:57 UTC
The Derby server should be automatically started when you connect any database
URL starting with jdbc:derby://. Doesn't it happen for you?
Comment 2 ajacobs3 2006-06-18 04:36:56 UTC
I could not replicate this problem using Netbeans 5.5 beta on Linux.
Comment 3 Roman Mostyka 2008-11-10 10:57:17 UTC
Now when user connects to some Java DB database, Java DB is started automatically.
Fixed.
Comment 4 Roman Mostyka 2008-11-10 10:59:24 UTC
v