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 118367 - Add Drivers don´t works in Window Services
Summary: Add Drivers don´t works in Window Services
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 14:23 UTC by mignoni
Modified: 2007-10-25 14:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
New JDBC Driver .. I click but don't works (29.94 KB, application/octet-stream)
2007-10-10 21:39 UTC, mignoni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mignoni 2007-10-10 14:23:43 UTC
To reproduce:

1) Open de window Services
2) Open Databases
3) Click with the right botton on Drivers and click on New Driver
4) Click em Add..

Don´t works
Comment 1 David Vancouvering 2007-10-10 17:24:46 UTC
Can you describe how it doesn't work?  Is there an error message?  Do you have a screen shot?  I use this all the time
and it works great, so I'd like to see what might be going wrong for you.
Comment 2 mignoni 2007-10-10 21:39:40 UTC
Created attachment 50629 [details]
New JDBC Driver .. I click but don't works
Comment 3 mignoni 2007-10-10 21:43:14 UTC
I click [Add..] but don't works and don't give any error message in my screen.
Comment 4 Andrei Badea 2007-10-11 13:50:05 UTC
Perhaps the cause is that the file chooser dialog displayed by the Add button uses the main window as its parent. This
looks weird, it should use the Add Driver dialog. Attempting a fix, please retry in the 20071012 daily build.

Checking in AddDriverDialog.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/AddDriverDialog.java,v  <--  AddDriverDialog.java
new revision: 1.46; previous revision: 1.45
done
Comment 5 mignoni 2007-10-12 16:03:18 UTC
I noticed in the Windows Vista does not work in XP yes, but i will test
Comment 6 Andrei Badea 2007-10-25 14:31:53 UTC
Probably fixed per desc5.