4 Replies Latest reply on May 13, 2004 11:40 AM by adrian.brock

    findByPrimaryKey in JBoss 3.2.3 also performs an Update sql

    conormac

      Hi there,
      Up to now, I have been using jboss 3.0.8. I have a stateless session bean that makes a findByPrimaryKey call on an entity ejb and it all works fine.
      When I attempt to make the same call in jboss 3.2.3., I notice from my sql trace that jboss is making an extra update sql statement call (this update attempts to update all the datetime columns in the table for some unknown reason)?
      Has anyone else experienced this? Does anyone know why this is happening? Is there a solution/workaround to this? Any pointers are appreciated.
      Best,
      Conor