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 93457 - Error Management for exceptions from oc4j
Summary: Error Management for exceptions from oc4j
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:
Depends on:
Blocks:
 
Reported: 2007-01-29 16:16 UTC by Michal Mocnak
Modified: 2007-02-14 16:26 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:16:48 UTC
There are a lot of exceptions from oc4j server (various types) and there is no
chance to catch them normal way. Many of them are critical for correct plugin
functionality like AuthentificationExceptions (when user type wrong password) or
many RuntimeExceptions (when there is no required library in server) and all of
these have to be catched and user has to be informed about it normal way not
exception dialog way.
Comment 1 Michal Mocnak 2007-02-14 08:35:01 UTC
Added:
   serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/ide/OC4JErrorManager.java

Modified:
   serverplugins/oc4j/nbproject/project.properties
   serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/ide/OC4JStartRunnable.java
   serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/ide/OC4JLogger.java
   serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/ide/Bundle.properties
   serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/ide/OC4JStopRunnable.java
  
serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/config/OC4JDatasourceManager.java
   serverplugins/oc4j/manifest.mf
   serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/OC4JDeploymentManager.java
Comment 2 Michal Mocnak 2007-02-14 16:26:05 UTC
Verified