Is the ejbSelect method declared in the cmp entity bean class required to define the javax.ejb.FinderException? Even if the type of return value is a Collection?
10.6.7 ejbSelect<METHOD> methods The throws clause must define the javax.ejb.FinderException. The throws clause may define arbitrary application specific exceptions.