You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Emmanuel Dupont <em...@jwaretechnologies.com> on 2003/03/27 17:33:49 UTC

Dynamic proxy BUG found

All,

 

 

I found that bug with the dynamic proxy use..

 

If A has a proxy InterfaceA, it can't call another proxy InterfaceB.

 

InterfaceB will work very well but only if the current object (this) hasn't
got a proxy.

 

 

What could we do ?