0 Replies Latest reply on Jul 4, 2002 8:34 AM by sarojk_singh

    Internal error setting instance field

    sarojk_singh

      Hi All,

      I am getting a nasty exception while trying to insert a new record using JBOSS 3 and CMP2.0.

      Exception is :

      Caused by: java.rmi.ServerException: Internal error setting instance field customerId
      Embedded Exception
      CustomerPK; nested exception is:
      javax.ejb.EJBException: Internal error setting instance field customerId

      I have written a Simple CustomerBean with 2 fields , customerId and customerName. When i call create method on home interface, i get above error on my client side. Server SIDE does not give any probs.

      Please help me.

      TIA,
      Saroj