0 Replies Latest reply on Jul 1, 2003 9:18 AM by shmel

    Unknown column 'NaN'

    shmel

      Hello!

      I have two CMP-beans, related as A (1) <--> (1) B.
      When I try to invoke A.setB(null) or B.remove() I recieve exception:

      16:18:46,095 ERROR [GlobalTxEntityMap] Store failed on entity: 12345
      javax.ejb.EJBException: Store failed; CausedByException is:
      Column not found, message from server: "Unknown column 'NaN' in 'field list'"

      "12345" is the primary key of an A object.

      I don't have and I didn't had any field called 'NaN' and I guess that 'NaN' is 'Not a Number' (once I recieved 'Infinity' instead 'NaN).

      Please, what's the problem?