Hey Jacopo:
I had a similar problem about 9 months ago...depends on the version of
Oracle. But if I remember correctly, you may need to find an Oracle jar
file that supports the TIMESTAMP object and add it to the classpath.
I don't have access to that OFBiz instance anymore so I can't verify
what I did...but I think that was the solution. FYI - there was a
similar problem with ORACLE CLOBs.
Anyhow, hope that helps.
Ruth
Jacopo Cappellato wrote:
I am getting the following error trying to load seed data in the trunk using an
Oracle DB.
------------
[java] Exception: java.lang.ClassNotFoundException
[java] Message: No converter found for
oracle.sql.TIMESTAMP->java.sql.Timestamp
Any hints on how to fix this?
Jacopo