> It sure looks like everything is OK since public interface Category extends
> EJBObject and EJBObject is serializable. Often the problem is that the
> method arguments don't implement java.io.Serializable. Try explicitly making
> Category extend java.io.Serializable as well. 
> 
Java doesn't permit classes to extend more than one class.  Since 
Category is already extending EJBObject, I cannot also have it extend 
Serializable.  Also, since Category is itself an Interface I cannot have 
it implement the Serializable interface.

---Steve



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to