解决方法:
在实体类与其对应的实体类的xml文件的类型都改了java.sql.Timestamp
private java.sql.Timestamp meetingdate;
<property name="meetingdate" type="timestamp">
<column name="MEETINGDATE" length="7"/>
</property>
Action里面的属性类型也改为java.sql.Timestamp
private java.sql.Timestamp meetingdate;