2 Replies Latest reply on Mar 4, 2004 8:26 PM by yong_jiao

    Why JBoss always updates Date column in version 3.2.3?

    yong_jiao

      I have a table which has 2 Date columns and I am using Oracle 8i and JBoss 3.2.3.

      My EJB is a V2.0 CMP entity, use require Tx, the sync-on-commit-only is true.

      The 2 columns already got updated even my method only selected data.
      I tried to use java.util.Date,java.sql.Date and java.sql.Timestamp on the Java side and got the same result.

      What is different is this doesn't happen if I use version 3.2.2RC3 to host my EJB.

      Please help
      Thanks in advance.