This repository was archived by the owner on Sep 7, 2022. It is now read-only.
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
Upgrade Hibernate version #2
Open
Description
Hello,
I'm having the following problem upgrading hibernate and MySQL connector using devserver (local), I didn't test using GAE environment.
appengine.target.version=1.9.48
Pom.xml:
`
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.40</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<!-- <version>4.2.0.Final</version> -->
<version>5.1.3.Final</version>
</dependency>
`
Log Error:
log.txt
You can checkout my fork with this changes to test it.
https://github.com/danilodeLuca/appengine-cloudsql-native-mysql-hibernate-jpa-demo-java
How to reproduce it?
- Clone my project
- Run
mvn clean install
- Run
mvn appengine:devserver
- Access
http://localhost:8080/
This will run the servlet mapped in "/" and you can see the error in the log.
Metadata
Metadata
Assignees
Labels
No labels