1 Reply Latest reply on Oct 26, 2005 5:10 PM by ftftft

    JBoss try to save an very old entity bean

    ftftft

      Recently, I find an error in my application log. It seems that JBoss try to save a very old bean.

      19:30:42,273 INFO [AccountManagerSession] Saved TEST ACCOUNT 1 (15014)
      account.
      19:30:42,280 INFO [AccountDAO] Failed to update TEST ACCOUNT 1 (15014)
      account: account was retrieved from the database on 2005-10-07
      16:23:38.0 (1128702218000) and the database record was updated on
      1130355074000.
      19:30:42,281 INFO [AccountBean] Failed to save account with ID '15014'
      probably because it has been modified.

      Who know how to solve the problem. Thanks in advance.