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 151873

Summary: Add progress bar showing connection progress
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152826    

Description Roman Mostyka 2008-10-30 15:40:05 UTC
1. Rightclick "Databases" node and choose "New Connection...".
2. In "New Connection" dialog type necessary parameters and click "OK".

Result: IDE tries to connect to DB, but for user progress isn't clear. Some progress bar can help with this.
Comment 1 David Vancouvering 2008-10-30 16:52:24 UTC
Another item for the "Fix New Connection Dialog" task...
Comment 2 Jiri Rechtacek 2009-10-16 14:03:52 UTC
Reassigned to new owner.
Comment 3 matthias42 2013-05-13 19:39:21 UTC
Adding a progressbar in the dialog is useless, as it could only pulse (java.sql.Driver#connect is atomic). Currently the dialog switches to an uneditble state and show a message on success/error. I think this is ok.

If it is needed to display a message, that a connection attempt is made is needed, please reopen - this should be only a few lines of code.