This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Got unwanted SQL updates on date columns when reading arichaosu Jan 6, 2004 1:28 PM (in response to brailateo)In jbosscmp-jdbc.xml, set <check-dirty-after-get> to false for your non-primitive CMP fields. 
 <cmp-field>
 <field-name>shipDate</field-name>
 <column-name>ship_date</column-name>
 <not-null/>
 <jdbc-type>DATE</jdbc-type>
 <sql-type>DATE</sql-type>
 <check-dirty-after-get>false</check-dirty-after-get>
 </cmp-field>
 
    