ruby on rails - TypeError: failed to coerce oracle.sql.DATE to oracle.sql.DATE -
environment: rails 3.2.11 jruby 1.7.2 activerecord-oracle_enhanced-adapter (1.4)
server: jboss-as 7.1 standalone, java 1.6.2
the issue around date being sent request parameter in valid timestamp format (2013-04-12 08:00:00.000000). when doing in rails throws error in title doesn't make whole lot of sense.
this doesn't happen when run in native jruby , java 1.7 though. looking answers find work around before install later java version on server.
i able issue switching connection settings connection string instead of jndi; suspecting bug somewhere in jboss layer.
Comments
Post a Comment