8 Replies Latest reply on Aug 19, 2003 4:03 AM by darranl

    connection.close()

    sysuser1

      I obtained a java.sql.Connection object from a DataSource object. When I try to close the connection object I receive this warning and the jsp page from which causes this close call hangs.

      Database in use is Oracle.

      2003-07-29 09:51:56,595 WARN [org.jboss.resource.adapter.jdbc.WrappedConnection] Closing a statement you left open, please do your own housekeeping

      Any ideas?

      TIA