I think Homer said it best, "Doh!"
-tim
> -Original Message-
> From: Nick Newman [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 16, 2000 1:11 PM
> To: Orion-Interest
> Subject: Re: dependent object - deepCopy()?
>
>
> Hi Tim,
>
> Th
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 - d
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.
>