The designed behavior of an
inuseconnectiontimeoutmilliseconds event is to replace only the
running connection in the JDBC pool and destroy the Application Server's
reference to this connection. The Application Server is incapable of
stopping a running query on the database side, and is not designed to kill
a request (that is, immediately return a response to the browser) if such
an event occurs.
This behavior is documented in WebSphere Application Server Standard
Edition Planning, Installing, and Using Version 3.5.
|