0 Replies Latest reply on Dec 1, 2002 2:13 PM by mleitn

    EJB Entity don't update SGBD

    mleitn

      Hi,

      I have a lot of Entity Beans to manage data on an Oracle database ! Some have a Double as Primary Key, or a String, or a String concat.

      When i want to make an update (i just call .setxxx), the entity is modify but the database isn't if the PK is a String or a String concat. If it's a Double, data were modified.

      I have switch to 'C' commit mode to be sure to make update in "real time", but no update statement is generated in the log when i active the jdbc logging.

      What's wrong with PK as String ?!