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 74969

Summary: Remove code for importing database connections and JDBC drivers
Product: db Reporter: Andrei Badea <abadea>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker Keywords: NETFIX
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Attachments: proposed patch v1

Description Andrei Badea 2006-04-12 20:31:56 UTC
In 5.0 some code was added for importing the registered database connections and
JDBC drivers from a 4.1 userdir. Since 5.5 will only import from a 5.0 userdir,
this code is not necessary anymore and should be removed.
Comment 1 Jiri Rechtacek 2009-10-16 14:12:38 UTC
Reassigned to new owner.
Comment 2 matthias42 2013-05-28 20:52:06 UTC
Created attachment 135027 [details]
proposed patch v1

Looks like only driver import code is still there. This is removed by the attached patch.
Comment 3 Jaroslav Havlin 2013-05-29 08:37:42 UTC
Applied as http://hg.netbeans.org/core-main/rev/dd53c02e4602.
Thank you for the patch!
Comment 4 Quality Engineering 2013-05-30 01:36:55 UTC
Integrated into 'main-golden', will be available in build *201305292301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/dd53c02e4602
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #74969: Remove code for importing database connections and JDBC drivers

Patch by Matthias42.