I get the following error when data from the DB is being loaded to the Bean:
Exception: java.rmi.ServerException: LoadFailed
Nested Exception: java.lang.NullPointerException
at org.jboss.ejb.plugins.jaws.jdbc.JDBCCommand.getResultObject(JDBCCommand.java:504).
When the finder doesn't find the record, I do not get any error. When it finds it, is when I get this error.
I have looked for name inconsistencies between jaws and ejb-jar and the Bean; there are none.
Any pointers what I should be looking for?
Thanks...Ram