1 Reply Latest reply on Apr 24, 2002 2:54 AM by cgd21

    type definition in jaws.xml

    cgd21

      I'm trying to add a type definition in my jaws.xml file.
      I followed the jaws.dtd and add the following lines :

      ...
      <type-mapping>InterBase</type-mapping>
      ...
      <type-mappings>
      <type-mapping-definition>
      InterBase

      <java-type>java.util.Date</java-type>
      <jdbc-type>TIMESTAMP</jdbc-type>
      <sql-type>TIMESTAMP</sql-type>

      </type-mapping-definition>
      </type-mappings>
      ...

      This setting is never used !
      JawsCmp always took java_object as parameter for java.util.Date type.
      But if I put this definition in the standardjaws.xml file, it works.

      So, is there something wrong in my definition or is it a bug in jaxs ?