It was just a thought, not (yet) a problem:
Let's say you have beans A and B, and A has a method getB which
returns a B, and B has a method getA which returns an A. When you go to
verify A, it checks whether B is a valid RMI-IIOP type (since it is
returned from a method in A). In order to do that, it examines all the
methods of B. Then it must check if A is a valid RMI-IIOP type since it
is returned by a method of B. Then it must check if B is a valid RMI-IIOP
type since it is returned by a method of A. Then...
Aaron
On Tue, 17 Oct 2000, Juha Lindfors wrote:
> At 11:46 17.10.2000 -0400, you wrote:
> > BTW - do we prevent circular references causing nasty loops here?
>
> Hmm, not knowingly. Can you give me an example?
>
> -- Juha
>
>
>