Hi, I am learining EJB/WebLogic. From my client program,I am sending one query to my EJB component where it is actually fetching records on certain criteria.How do I return the result set to my Client side, where it has to display some specific fields.I heard that Result set it not serializable If so how can I do it..Please help me out. Sundar
Hi Sundar Retrieve the values from the ResultSet and store it to a vector. You send the vector as all collection classes are by default implementing serializable Regards Suneel