I fixed that a few months ago by removing the conversion framework from
the entity engine.
Background info: Oracle does not follow the JDBC API. The ResultSet
should return a java.sql.Timestamp, but instead it returns its own
Timestamp class.
-Adrian
On 10/6/2010 8:33 AM, Adam Heath wrote:
This is just a heads up, I haven't yet had time to fully track this
down, but:
==
2010-10-05 23:22:16,532 (http-0.0.0.0-8443-1) [ Converters.java:101:WARN
] *** No converter found, converting from oracle.sql.TIMESTAMP to
java.sql.Timestamp. Please report this message to the developer
community so a suitable converter can be created. ***
2010-10-05 23:22:16,534 (http-0.0.0.0-8443-1) [ SqlJdbcUtil.java:532:ERROR]
---- exception report
----------------------------------------------------------
Exception: java.lang.ClassNotFoundException
Message: No converter found for oracle.sql.TIMESTAMP->java.sql.Timestamp
---- stack trace
---------------------------------------------------------------
java.lang.ClassNotFoundException: No converter found for
oracle.sql.TIMESTAMP->java.sql.Timestamp
==
I'm basically running 902021. I can eventually figure this out, but if
anyone else has seen this, it'd be helpful to know what they did to fix it.