This problem occurs when you try to pass a object across the layers which is
not serializable,

this is an rmi error not jsp

say you want to pass a object of type

myclass

then myclass has to implement java.io.Serializable

hope this helps

regards

Amit
> -----Original Message-----
> From: Michael A. Zupper [SMTP:[EMAIL PROTECTED]]
> Sent: Friday, November 26, 1999 8:46 PM
> To:   [EMAIL PROTECTED]
> Subject:      RMI in a JSP
>
> Quick question... I have a bean in a JSP that calls a remote object using
> RMI... I keep getting this error:
>
>
> java.rmi.UnmarshalException: Error unmarshaling return; nested exception
> is: java.io.WriteAbortedException: Writing aborted by exception;
> java.io.NotSerializableException:
>
> can anyone shed some light on the subject?
>
> Thanks (in advance),
>
> Mike
>
> Michael A. Zupper
> Trifecta Technologies Inc
> Internet Development
> 610-530-7200
>
> "I'd like morning's better if they started later."

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to