Re: JPA with pure hibernate

2017-01-18 Thread Dmitry Gusev
an). > [ERROR] failed app > > The first lines suggest that now the setup seems to work. But then the the > jdbc connection fails. Weird > > Thanks anyhow for the input. > > > > Janko > > -Ursprüngliche Nachricht- > Von: Dmitry Gusev [mailto:

Re: JPA with pure hibernate

2017-01-18 Thread Dmitry Gusev
Hey, tapestry-jpa supports latest Hibernate 5.x, at least we have it running in production with 5.2.5.Final You don't have to provide hibernate.cfg.xml, although the settings you have in your persistence.xml are not correct for 5.2.x Hibernate Here's a working persistence.xml that we use in our a