"raviram" wrote: Is "findAll()" automagically implemented in JBoss? I thought "findByPrimaryKey()" was the only one in J2EE spec.
interface CustomerHomeRemote contains:
public java.util.Collection findAll () throws FinderException, RemoteException;
I cannot find the correspond E-QL in ejb-jar.xml, nor in any file in the folder ex12_2. Came up empty when I searched xml files in /server of JBoss 3.2.2 installation.
And, yet, the example runs okay. Did I miss something?