When installing the news-app as indicated in
orion/application/news-installation.txt I get an error on the create of the
table due to the use
of datetime column type (unsupported in Oracle 8.0.5) instead of date.
I tried to modify this line in oracle.xml :
        <type-mapping type="java.util.Date" name="datetime" />
to:

        <type-mapping type="java.util.Date" name="date" />

tried also to copy oracle.xml into database-schema.xml in the config dir,
but orion 0.9.1.c use datetime anyway.

I solved creating manually the table, but is the oracle.xml or
database-schema.xmlfile used by actual orion version?

Reply via email to