Re: [hibernate-dev] Get JSON value from Postgres

2014-10-24 Thread Steve Ebersole
The first thing you'll probably need to do is to do a clean build of your project. More than likely you are using classes/interfaces that are removed, refactored and/or moved. 3.5.6 to 4.3 is a big jump; the move to 4.0 can be especially disruptive ( https://developer.jboss.org/wiki/HibernateCore

Re: [hibernate-dev] Get JSON value from Postgres

2014-10-23 Thread Adriano Santos
Hi, Gunnar. I updated my POM.XML with: log4j log4j 1.2.16 org.hibernate hibernate-annotations 3.5.6-Final org.codehaus.jackson jackson-mapper-asl 1.9.13 org.hibernate hibernate-core 4.3.6.Final javassist

Re: [hibernate-dev] Get JSON value from Postgres

2014-10-23 Thread Gunnar Morling
Hi, The current version is 4.3.6.Final: http://search.maven.org/#search|ga|1|g%3A%22org.hibernate%22%20AND%20v%3A%224.3.6.Final%22 Note that hibernate-annotations has been merged into hibernate-core as of 3.6. Hth, --Gunnar 2014-10-23 20:58 GMT+02:00 Adriano Santos : > Hi, Sanne. > > Thanks

Re: [hibernate-dev] Get JSON value from Postgres

2014-10-23 Thread Adriano Santos
Hi, Sanne. Thanks for your support. So... Which is the version do you indicates? I'm using the Maven Repository and the last establish version is 3.5.6-Final. I'm using (without the dependencies): - hibernate-annotations - hibernate-core - hibernate-entitymanager Ths for all. On Thu, Oc

Re: [hibernate-dev] Get JSON value from Postgres

2014-10-23 Thread Sanne Grinovero
Hi Adriano, that version is very old, it's going to be unlikely to find someone able to help you. But it looks like a very interesting feature :-) If you could change your code and testing to use latest master from github, or the latest stable version 4.3, then someone on this list might volunteer

[hibernate-dev] Get JSON value from Postgres

2014-10-23 Thread Adriano Santos
Hi, everyone. I'm trying to get a JSON value from Postgres DB, but I'm receiving this error: DefaultLoadEventListener:160 - Error performing load command org.hibernate.PropertyAccessException: could not set a field value by reflection setter of DTO.Processo._tramites at org.hibernate.property.Di