0 Replies Latest reply on Nov 25, 2004 11:48 AM by vandepitte

    EJB and database triggers

    vandepitte

      Hi, i have an oracle9 database and i defined a trigger for a field modDate (which contains the last modification date for that entry) in my table User.
      I successfully defined a CMP EJB, but when I run a testclient (i.e. just getting a user with a certain primary key), it always updates that modDate fields.
      How could this possibly happen? And my most important question: how could i solve this problem (without removing the trigger of course :))?