JBossers,
I declared a findAll() method in a home interface of a cmp entity bean.  The
spec requires the container to the implementation of findAll() method.  The
jndi lookup is fine and returns a non-null home ref but when I call
home.findAll() I get the following:

java.lang.NullPointerException: METHOD IS NOT FOUND

I did the same think with findByPrimaryKey(some PK) and it returns the correct
bean result with no problem

Any ideas ?

Thanks
Dovan


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to