>java.lang.ClassCastException: java.util.ArrayList
>    at $Proxy6.finaAll(Unknown Source)
seems like you just wrote finaAll instead of findAll
 
those are really hard to catch....
 
bye, Heiko
-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Luan O'Carroll
Gesendet: Montag, 24. Juli 2000 14:19
An: [EMAIL PROTECTED]
Betreff: [jBoss-User] findAll

I've defined
 
  public Enumeration findAll()
    throws FinderException, RemoteException;
in the home of an CMP EJB but when I call the method I get
 
java.lang.ClassCastException: java.util.ArrayList
    at $Proxy6.finaAll(Unknown Source)
 
Do I need to add any to the JAWS.XML file for the finder method? Is it possible to view the source for the proxy?

Reply via email to