0 Replies Latest reply on Feb 27, 2003 5:05 PM by sriram56

    Run Time error while loading the Bean

    sriram56

      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