我正在使用: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)
我不明白为什么它可以在我的机器(开发)上运行,为什么不能在生产上运行。有什么线索吗?有人遇到过同样的问题吗?是完全一样的编译