This is the jboss code: http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/Attic/WrappedPreparedStatement.jpp?rev=1.1.2.5&only_with_tag=Branch_3_2&view=markup http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/Attic/WrappedStatement.jpp?rev=1.2.2.7&only_with_tag=Branch_3_2&view=markup
One thing occurs to me. Are you closing the statement before closing the resultsets? That would obviously give you a warning since it is the statement.close() that checks for unclosed resultsets. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842300#3842300 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842300 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
