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 93455 - Exceptions from oc4j when there is no libraries for non oracle db
Summary: Exceptions from oc4j when there is no libraries for non oracle db
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: OC4J (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Mocnak
URL:
Keywords:
: 93468 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-29 16:08 UTC by Michal Mocnak
Modified: 2007-02-14 16:03 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 Michal Mocnak 2007-01-29 16:08:37 UTC
When user creates a new data source for non oracle db and there is no drivers in
oc4j for that db a lot of exceptions occured in IDE when the project with these
data sources is deployed.
Comment 1 Petr Blaha 2007-01-29 19:12:01 UTC
*** Issue 93468 has been marked as a duplicate of this issue. ***
Comment 2 Michal Mocnak 2007-02-14 10:26:25 UTC
Modified:
Checking in config/OC4JDatasourceManager.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/config/OC4JDatasourceManager.java,v
 <--  OC4JDatasourceManager.java
new revision: 1.3; previous revision: 1.2
done
Checking in util/OC4JPluginUtils.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/util/OC4JPluginUtils.java,v
 <--  OC4JPluginUtils.java
new revision: 1.2; previous revision: 1.1
done
Checking in ide/Bundle.properties;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/ide/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in ide/OC4JErrorManager.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/ide/OC4JErrorManager.java,v
 <--  OC4JErrorManager.java
new revision: 1.2; previous revision: 1.1
done
Comment 3 Michal Mocnak 2007-02-14 12:55:34 UTC
Modified:
Checking in config/OC4JDatasourceManager.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/config/OC4JDatasourceManager.java,v
 <--  OC4JDatasourceManager.java
new revision: 1.4; previous revision: 1.3
done
Checking in util/OC4JPluginUtils.java;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/util/OC4JPluginUtils.java,v
 <--  OC4JPluginUtils.java
new revision: 1.3; previous revision: 1.2
done
Comment 4 Michal Mocnak 2007-02-14 16:03:34 UTC
Verified