1 Reply Latest reply on Dec 15, 2004 1:31 PM by adrian.brock

    Trying to leave a ResultSet open between calls to a Stateful

    dbjav

      Can someone tell me if I can avoid JBoss from closing my datasource connections in between calls to a stateful session bean. The bean does not retrieve all info from the resultSet at first call from the client. It gets more info from the resultSet as client asks for more. Unfortunately JBoss complains that I should close my datasource connection and ResultSets:

      Closing a connection for you. Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@10aefdb
      java.lang.Exception: STACKTRACE
      


      Could so. tell me if what I'm trying to do is feasible and how ?

      Denis