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 148346 - Error message in "Java DB Properties" dialog after first opening
Summary: Error message in "Java DB Properties" dialog after first opening
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: John Baker
URL:
Keywords:
Depends on:
Blocks: 152765
  Show dependency tree
 
Reported: 2008-09-25 13:00 UTC by Roman Mostyka
Modified: 2009-02-19 20:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of error message. (38.14 KB, image/png)
2008-09-25 13:01 UTC, Roman Mostyka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2008-09-25 13:00:17 UTC
1. Start IDE.
2. Rightclick "Java DB" node and choose "Properties".

Result: "Enter the database location" message appears first time in red color, but according to
http://wiki.netbeans.org/InformationIcons it should be not error message, but informational message.
Comment 1 Roman Mostyka 2008-09-25 13:01:36 UTC
Created attachment 70566 [details]
Screenshot of error message.
Comment 2 John Baker 2008-09-25 18:30:46 UTC
P3s too late to fix for 6.5.  Setting TM to future
Comment 3 John Baker 2008-12-10 01:35:31 UTC
d6c58370b12c
Comment 4 John Baker 2008-12-10 01:41:21 UTC
Note, I also fixed the detection of a Java DB installation.

Previously, only indicator was the existance of a "lib" directory.
Now, I also make sure there is a file named "derbyclient.jar" in the directory. I guess this covers an installation
sufficiently
Comment 5 John Baker 2008-12-11 08:59:00 UTC
and also 6d8e70be92f4
Comment 6 Roman Mostyka 2008-12-11 15:33:54 UTC
John, I see changeset 6d8e70be92f4, but I don't see changeset d6c58370b12c. Have you pushed it?
Comment 7 John Baker 2008-12-11 17:17:43 UTC
Correction, I didn't push d6c58370b12c
My repository got corrupted.

6d8e70be92f4 has the changes from d6c58370b12c
Comment 8 John Baker 2008-12-11 17:49:11 UTC
I'll use the right approach using the new API
Comment 9 John Baker 2008-12-11 22:23:46 UTC
bf61193081e4  - now using NotificationLineSupport
Comment 10 John Baker 2008-12-12 00:46:59 UTC
Sorry I have to reopen this issue.

The logic to disable a button was not correct.

I'm struggling now to correct this.  There appears to be some problem in resetting the button though
Comment 11 John Baker 2008-12-12 06:30:29 UTC
1ba0cd29bb3d
Comment 12 John Baker 2008-12-12 07:35:56 UTC
Found some preexisting usability issues to improve.
Comment 13 John Baker 2008-12-12 07:43:22 UTC
aba1db4bda3c
Comment 14 Roman Mostyka 2008-12-12 13:10:01 UTC
Verified with build 081212.
Comment 15 Quality Engineering 2008-12-12 17:28:12 UTC
Integrated into 'main-golden', will be available in build *200812121401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6d8e70be92f4
User: John Baker <jbaker@netbeans.org>
Log: #148346 more fixes
Comment 16 Quality Engineering 2008-12-13 17:01:12 UTC
Integrated into 'main-golden', will be available in build *200812131401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/aba1db4bda3c
User: John Baker <jbaker@netbeans.org>
Log: #148346 improve usability