I've been profiling the Jive forum software (running under JBoss 3.2.1) and have noticed that it isn't explicitly closing resultsets. It expects that closing the statement that the resultset was created from will close the resultset as well.
While this is a Jive problem, I was wondering if JBoss will tolerate this behaviour or will it result in leaked database resources. Tomcat, for instance, won't tolerate this behaviour and will leak connections. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837559#3837559 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837559 ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
