0 Replies Latest reply on Feb 15, 2003 3:17 AM by nani

    object reference problem

    nani

      HELLO GUYS
      My jboss and tomcat are running separately
      I am using stateful session bean to get data from database
      I am storing all resultset information in Vector at session bean
      I am just returning vector object in session bean and catching that object using remote interface in tomcat(with in jsp) i am unable to fetch data

      i have not serialized helper class in Session Bean

      give me the solutions!