Posted By:
owais_ali
Posted On:
Friday, March 22, 2002 02:03 PM
i am calling my EJB method " transfer(request,destination) " from inside JSP page. " request " is a HttpServletRequest object " destiation " is a string it is throwing following exceptions..... java.rmi.MarshalException : failed to marshal public abstract void project.upload.Copy.transf er(javax.servlet.http.HttpServletRequest,java.lang.String) throws java.rmi.RemoteException,j ava.io.IOException; nested exception is: java.io.NotSerializableException: weblogic.servlet.internal.ServletRequestImpl java.io.NotSerializableException: weblogic.servlet.internal.ServletRequestImpl
More>>