Re: [JBoss-user] Connection from DataSource Already Closed

2002-07-01 Thread David Jencks
ing like > > that? > > > > Hunter > > > --- > UOL na Copa 2002 - As principais notícias estão em UOL Esporte > http://esporte.uol.com.br/copa/ > > > > ------------------- > This sf.net email is sponsored

[JBoss-user] Connection from DataSource Already Closed

2002-06-30 Thread John Moore
Title: Connection from DataSource Already Closed If I get a connection  from a DataSource and isClosed() == true, should I A) call conn.close() B) set conn=null, C) call conn.close() then set conn=null, or D) leave conn alone and handle the problem myself?  Option 'C' seems like the right thi