0 Replies Latest reply on Sep 12, 2002 6:37 PM by hidefguy

    Returning a ResultSet reference from local interface to a JS

    hidefguy

      I'm trying to return a ResultSet reference to a JSP when using a local interface call to my session bean, but the reference doesn't appear to be returning properly - no errors but no reference either. (I'm using the MySQL JDBC driver).

      I'm very new to this and I may have this wrong, but I thought that local calls should be able to return a reference to any object, whereas for RMI remote interface calls the object must be serializable.
      Does anyone have any suggestions why I'm not able to return a ref properly.
      many thanks
      Greg