Wildfly maps DateTime to "bytea" rather than "timestamp" in Postgres

I use the new WildFly finale, and I ran into this problem: when I want to save an object that has a field of type joda.time.DateTime, wildfly wants to match it with type 'bytea' and not 'timestamp', as in JBoss AS 7.2. And an exception occurs: where can I configure this thing? Or am I doing something wrong? Thanks

+3
source share
1 answer

And, I see, checkout JDF-70 : "Problems with loading on Wildfly 8 Beta 1"

It was fixed in version 3.1.0.CR10, and I just did a great job with it. The problem is solved (for me).

+1
source

All Articles