APAR status |
Closed as program error.
| Error description
When an unsupported JDBC driver is configured, everytime a
connection is used via this driver, a warning message is
displayed on the admin console. My customer feels this is
excessive. Local fixProblem summary
****************************************************************
* USERS AFFECTED: All WebSphere Application Server users who *
* use unsupported JDBC drivers. *
****************************************************************
* PROBLEM DESCRIPTION: A warning message about the driver not *
* being supported was produced each time *
* a getConnection was called. *
****************************************************************
* RECOMMENDATION: *
****************************************************************
The code would issue a warning on every new connection
creation, this should change to only once, at first
connection creation. Problem conclusion
In ConnectionPool, the createConnection() method checks the
MetaData on either an existing connection or one it gets, to
unlock the driver. The code has been changed to see if this
has already been done by checking the portability layer
variable. If null, then the code needs to:
a) get the MetaData and unlock the driver
b) set the variable. variable. If null, then the code needs to:a) get the MetaData and unlock the driverb) set the variable. Temporary fixComments
APAR information | APAR number | PQ58574 | Reported component name | WAS ADVANCED SU | Reported component ID | 5648C8402 | Reported release | 350 | Status | CLOSED PER | PE | NoPE | HIPER | NoHIPER | Submitted date | 2002-03-01 | Closed date | 2002-03-27 | Last modified date | 2002-03-27 |
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:APAR is sysrouted FROM one or more of the following:
Modules/Macros APAR is sysrouted TO one or more of the following:Modules/Macros
|
Fix information |
Fixed component name | WAS ADVANCED SU | Fixed component ID | 5648C8402 |
Applicable component levels | R350 PSY | UP |
|