[ http://issues.apache.org/jira/browse/GERONIMO-1498?page=all ]

Kristian Koehler updated GERONIMO-1498:
---------------------------------------

    Attachment: DriverDownloader.DriverInfo.patch

the patch

> DriverDownloader.DriverInfo causes java.io.NotSerializableException during 
> server shutdown
> ------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1498
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1498
>      Project: Geronimo
>         Type: Bug
>   Components: console
>     Versions: 1.0
>     Reporter: Kristian Koehler
>  Attachments: DriverDownloader.DriverInfo.patch
>
> Hi
> the DatabasePoolPortlet within the AdminConsole uses an array of 
> DriverDownloader.DriverInfo objects to cache the result of a remote lookup 
> for dbdriver libs. The array is added to the HTTP Session 
> (DatabasePoolPortlet#getDriverInfo).
> This causes an java.io.NotSerializableException during server shutdown 
> because this class is not serializable.
> To reproduce the problem go to the "Download Driver" page and shutdown the 
> server.
> Patch attached.
> Kristian

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to