Posts by gabriel_amaral • 126 points
2 posts
-
10
votes4
answers11643
viewsA: Error while running Hibernate
By stacktrace of the exception the reason seems to be the Timezone, follows below the excerpt: Caused by: com.mysql.cj.core.exceptions.InvalidConnectionAttributeException: The server time zone value…
-
1
votes6
answers2011
viewsA: Hibernate is not creating the tables
For your entities to be automatically detected persistence.xml needs to be in the same classpath as the classes annotated with @Entity, you must also set the element to false: <persistence-unit…