[hibernate-dev] Get JSON value from Postgres

Adriano Santos adriano.nego at gmail.com
Thu Oct 23 14:58:23 EDT 2014


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, Oct 23, 2014 at 1:12 PM, Sanne Grinovero <sanne at hibernate.org>
wrote:

> 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 to help you include the new JSON Type into the
> Hibernate codebase, if you agree with that.
>
> Sanne
>
> On 23 October 2014 16:28, Adriano Santos <adriano.nego at gmail.com> wrote:
> > 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.DirectPropertyAccessor$DirectSetter.set(DirectPropertyAccessor.java:151)
> >
> > I saw that Hipernate don’t have a JSON Type yet, so I build a type for
> this.
> >
> > I did a “My UserType” (StringJsonUserType implements UserType) and
> > JsonPostgreSQLDialect (extends PostgresPlusDialect). I insert data , but
> > when I try to get some value, i got this error return.
> >
> >  I using Hibernat version 3.5.6.final and postgresql-9.3-1102-jdbc.
> >
> > Anybody have some idea about whats happen and can I workaround this
> problem?
> >
> > Best regards.
> >
> >
> >
> > --
> >
> > Adriano Araújo Santos
> >
> >
> > *"A mente que se abre a uma nova idéia jamais voltará ao seu tamanho
> > original."*
> > _______________________________________________
> > hibernate-dev mailing list
> > hibernate-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/hibernate-dev
>



-- 

Adriano Araújo Santos


*"A mente que se abre a uma nova idéia jamais voltará ao seu tamanho
original."*


More information about the hibernate-dev mailing list