私が使用しているのは、seam 2.2.2 + hibernate + richfaces + jboss 5.1+postgreSQLです。
データベースからいくつかのデータをロードする必要があるモジュールがあります。簡単。問題は、開発時に100%正常に動作することですが、本番サーバーにデプロイしてデータを取得しようとすると、エラーが発生します。
could not read column value from result set: fechahor9_504_; Bad value for type timestamp : [C@122e5cf
SQL Error: 0, SQLState: 22007
Bad value for type timestamp : [C@122e5cf
javax.persistence.PersistenceException: org.hibernate.exception.DataException: could not execute query
[その他のエラー]
Caused by: org.postgresql.util.PSQLException: Bad value for type timestamp : [C@122e5cf
at org.postgresql.jdbc2.TimestampUtils.loadCalendar(TimestampUtils.java:232)
[その他のエラー]
Caused by: java.lang.NumberFormatException: Trailing junk on timestamp: ''
at org.postgresql.jdbc2.TimestampUtils.loadCalendar(TimestampUtils.java:226)
なぜそれが私のマシン(開発)で動作するのか、そしてなぜ本番環境で動作しないのか理解できません。手がかりはありますか?誰かが同じ問題を経験しましたか?まったく同じコンパイルです