Menu

#1 produces nullpointer exception !!!

open
nobody
None
5
2005-04-19
2005-04-19
Anonymous
No

Hi,

I did not try the rar but after looking at the code I
think this coulb probably be a bug. Shouldn't it be if
(conn != null) { ?????

ManagedConnectionImpl.java

public void cleanup() throws ResourceException {
if (conn == null) {
conn.disconnect();
}
conn = null;
}

Discussion


Log in to post a comment.