on 1-11-29 21.57, David Maplesden at [EMAIL PROTECTED] wrote: > and it is happening because our resource and pooling > code decides to destroy the connection when a statement > from the connection throws an error.
could it not be left open ? ... that is : -there is a connention from pool to db ... why close it ? unless it is a broken connection inbetween pool -> db right now when app -> pooledConnection -> db and the db returns a exception pooledConnection goes out of scoope ... and app is left hanging ... me trying to understand ... /peter_f _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
