CMP Entity EJB findxxx() does not return all records.
My application is running on Oracle WebLogic Server 10.3.
However, the source code was originally developed for WebLogic 8.1.3.
A CMP Entity Bean is defined with some of the definition listed below.
<entity>
<ejb-name>ProjectLocationE</ejb-name>
<local-home>aenvsrd.fwd.inventory.ejb.ProjectLocationELocalHome</local-home>
<local>aenvsrd.fwd.inventory.ejb.ProjectLocationELocal</local>
<ejb-class>aenvsrd.fwd.inventory.ejb.ProjectLocationEEJB</ejb-class>
<persistence-type>Container</persistence-type>
<prim-key-class>java.lang.Long</prim-key-class>
<reentrant>False</reentrant>
<cmp-version>2.x</cmp-version>
<abstract-schema-name>ProjectLocation</abstract-schema-name>
<cmp-field> ... </cmp-field>
<entity>
<ejb-name>ProjectLocationE</ejb-name>
<local-home>aenvsrd.fwd.inventory.ejb.ProjectLocationELocalHome</local-home>
<local>aenvsrd.fwd.inventory.ejb.ProjectLocationELocal</local>
<ejb-class>aenvsrd.fwd.inventory.ejb.ProjectLocationEEJB</ejb-class>