I'm using WSAD 4.03 and generating a Entity CMP Bean with a custom finder, WSAD throws a java.lang.NullPointerException without any other information and no logs. The
EJB is tied to a IBM mainframe database and was create with a bottom up method (I needed to fix the keys). I can generate the EJB until a create a custom finder and then I get the error when re-generating the code. I can create a findAll finder, but not a finder looking for specific value in a database column (IE: Account = ?1).
I can't find any information on this problem, and I've already upgraded with all the IBM e-Fixes?
Any ideas???