我工作:缝2.2.2 +休眠+ 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)
我不明白为什么它的工作原理在我的机器(发展)和为什么不生产。 任何线索? 任何人都通过同样的问题去了? 是完全一样的编译