1 Reply Latest reply on Sep 22, 2004 5:06 AM by aloubyansky

    TIMESTAMP type mapping not present for Pointbase

    lindsay_h

      (Unfortunately) I'm using Pointbase in my place of work. I have a couple of CMP entity beans and I'd like to use TIMESTAMP columns in the generated tables. Pointbase does support TIMESTAMP, but there is no mapping defined for this type in standardjbosscmp-jdbc.xml.

      So, I added it in myself:

      ...
      <mapping>
       <java-type>java.sql.Timestamp</java-type>
       <jdbc-type>TIMESTAMP</jdbc-type>
       <sql-type>TIMESTAMP</sql-type>
      </mapping>
      ...
      


      This then allows me to use TIMESTAMP columns. I'm just wondering where I should report this missing type mapping - so that it gets added in with a release. Anyone know?

      Thanks,

      Lindsay