Hello,
I am using a Oracle Stored Proc which returns a result set(refCursor). I
have a JDBC Control which uses the Oralce Stored Procedure to return the
resultset as out parameter. When I unit tested this control in JUnit it
worked very well. But When I am using it in my weblogic application server i
am getting the error:
java.sql.SQLException: Result set already closedAny help would be appreciated. Thanks, RK
