RE: [OJB-developers] new release
Brought to you by:
thma
From: Matt G. <mat...@ss...> - 2002-01-07 15:24:20
|
Hi, The "inheritance mapping on one table" is much better, thanks! There is a bug in ojb.broker.accesslayer.RsIterator.releaseDbResources() now though. It should close the ResultSet before attempting to close the Statement. At the moment it throws a NullPointerException when used with the Oracle thin JDBC driver. Simply move the m_rs.close() line to before the (if stmt != null) line. Cheers, Matt |