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