0 Replies Latest reply on Apr 11, 2002 6:27 AM by legolas71

    Remove records in the table

    legolas71


      Hi all ,

      I am using jdk1.3 , jBoss2.1 and Apache Tomcat 1.3.14.
      I have a session bean which will called an entity bean remove method to delete record in the database.
      It gave me the error message below :
      TRANSACTION ROLLBACK EXCEPTION: Load failed
      nested exception is :
      java.lang.IllegalArgumentException : object is not an instance of the declaring class......
      ........

      Anybody have idea why i cannot called entity bean remove
      method ?? Thanks