Mercurial > dive4elements > river
view flys-artifacts/doc/conf/artifacts/hyk.xml @ 5784:efbbfe32e9fe
Fix dateFormat for Oracle by invoking dateValue on demand
Oracle does not return a date object but a oracle.sql.TIMESTAMP
object when querying a date. We now convert to a java date
by inviking the method dateValue if it is available.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 22 Apr 2013 16:18:16 +0200 |
parents | e50a928187cd |
children | a2bdc0f524e8 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <artifact name="hyk"> <states> <state id="state.hyk.static" description="state.hyk.static" state="de.intevation.flys.artifacts.states.StaticHYKState"> <outputmodes> <outputmode name="cross_section" description="output.cross_section" mime-type="image/png" type="chart"> <facets> <facet name="hyk" description="hyk data" /> </facets> </outputmode> </outputmodes> </state> </states> </artifact>