Re: JPA with pure hibernate

2017-01-18 Thread Dmitry Gusev
There must be a cause why the connection has failed, could be a typo in JDBC url, username or password. If you can copy full stack trace it may help. On Wed, Jan 18, 2017 at 8:07 PM, Jochimsen, Janko < janko.jochim...@urios-beratung.de> wrote: > Hey Dmitry, > > thank you for your input and the d

AW: JPA with pure hibernate

2017-01-18 Thread Jochimsen, Janko
Hey Dmitry, thank you for your input and the direction. Sadly it doesn’t solves the problem but it seems we are getting closer. First of all there seems to be a ‘problem’ in your persistence.xml. The version you send me starts with http://java.sun.com/xml/ns/persistence"; xmlns:xsi=

ApacheCon CFP closing soon (11 February)

2017-01-18 Thread Rich Bowen
Hello, fellow Apache enthusiast. Thanks for your participation, and interest in, the projects of the Apache Software Foundation. I wanted to remind you that the Call For Papers (CFP) for ApacheCon North America, and Apache: Big Data North America, closes in less than a month. If you've been puttin

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

JPA with pure hibernate

2017-01-18 Thread Jochimsen, Janko
Hi, I am trying to switch my application from a standard tapestry-hibernate version to a tapestry-jpa version. I would like to have a pure hibernate solution and skip any eclipselink dependency. After spending some time with http://tapestry.apache.org/integrating-with-jpa.html