Re: dependent object - deepCopy()?

2000-10-16 Thread Nick Newman
Hi Tim, The important word in the error message is ABSTRACT. In other words, you DON'T implement it! You just write: public abstract Address deepCopy(); and orion does the rest. Nick At 12:13 PM 10/16/00 -0400, you wrote: I have an EJB, Contact, and a dependent object, Address. I

RE: dependent object - deepCopy()?

2000-10-16 Thread Reddy Krishnan
as far as the spec goes deepcopy is an abstract method that is implemented by the EJB container. I have not had any problems with this. -Original Message- From: Tim Drury [mailto:[EMAIL PROTECTED]] Sent: Monday, October 16, 2000 9:13 AM To: Orion-Interest Subject: dependent object -