Hi,
 
I've got a question.
 
I have a class hierarchy, as well as  interface hierarchie, in which classes
extend classes, and interfaces extend interfaces.
 
Example:
 
        Classes                            Interfaces
           A        impelements             AIF
 
        extends                              extends    
 
           B       impelements              BIF
 
        extends                              extends    
 
           C        impelements             CIF
 
 
So, C inherits from B anc A, implements CIF thus also implicitly implements
BIF and AIF.
 
Using OJB and dynamic proxies, i recieve an error that a certain method
cannot not be found in the proxy object of C. This method is inherited from
A or B.
 
When i explicitly declare C to implement CIF, BIF and AIF, where the method
is in AIF or BIF i still recieve this error error.
 
Is it possible to use dynamic proxies on classes that implement an interface
that inherits methods from an interface it extends?
 
Is it possible to use dynamic proxies on classes that implement multiple
interfaces?

Roger Janssen

iBanx



*************************************************************************
The information contained in this communication is confidential and is
intended solely for the use of the individual or entity to  whom it is
addressed.You should not copy, disclose or distribute this communication 
without the authority of iBanx bv. iBanx bv is neither liable for 
the proper and complete transmission of the information has been maintained
nor that the communication is free of viruses, interceptions or interference.

If you are not the intended recipient of this communication please return
the communication to the sender and delete and destroy all copies.

Reply via email to