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 86967 - Corrections to DB URL aren't recognized first time
Summary: Corrections to DB URL aren't recognized first time
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-11 22:27 UTC by _ jimdavidson
Modified: 2007-01-23 13:50 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 _ jimdavidson 2006-10-11 22:27:43 UTC
* Databases -> New Connection
* Enter URL: (say) jdbc:derby://localhost:1528/sample
* Advanced -> Get Schemas

Error results, could not connect

* Tab back to Basic setting, fix URL
* Advanced -> Get Schemas

Same error.  Old URL is still being used.

* Tab back to Basic settings, then Advanced again

This time the new URL is used
Comment 1 Andrei Badea 2007-01-04 16:28:01 UTC
Nice report, thanks. Fixed.

Checking in org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.java,v  <--
 NewConnectionPanel.java
new revision: 1.22; previous revision: 1.21
done
Comment 2 Lukasz Grela 2007-01-23 13:50:10 UTC
v.