Hi all, I have problems with casting interfaces (a $Proxy). The classes are: AbstractPersistentIF |_PartnerIF ...|_OrganisationIF ...|_PersonIF
this is OK: (PartnerIF)AbstractPersistentIF
this too (PersonIF)AbstractPersistentIF
this causes ClassCastException: (OrganisationIF)AbstractPersistentIF
any hints / solutions?
tx Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
