Opened 7 years ago
Closed 7 years ago
#973 closed task (fixed)
Update to Hibernate 5.2 and BASE 3.12
Reported by: | Nicklas Nordborg | Owned by: | olle |
---|---|---|---|
Priority: | blocker | Milestone: | LabEnv v1.6 |
Component: | net.sf.basedb.labenv | Keywords: | |
Cc: |
Description
LabEnv doesn't work with Hibernate 5.2.
It seems like nothing is saved to the database and the "Lab environment database export" wizard gives an error:
java.lang.NoSuchMethodError: org.hibernate.Session.createQuery(Ljava/lang/String;)Lorg/hibernate/Query; at net.sf.basedb.labenv.util.LabEnvironmentStorageUtil.queryLabEnvDb(LabEnvironmentStorageUtil.java:111) at net.sf.basedb.labenv.servlet.LabEnvironmentServlet.doGet(LabEnvironmentServlet.java:276) at javax.servlet.http.HttpServlet.service(HttpServlet.java:635) ...
Change History (4)
comment:1 by , 7 years ago
Summary: | Update to Hibernate 5.2 → Update to Hibernate 5.2 and BASE 3.12 |
---|
comment:2 by , 7 years ago
comment:3 by , 7 years ago
Milestone: | LabEnv v1.x → LabEnv v1.6 |
---|
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4519]) References #973: Update to Hibernate 5.2 and BASE 3.12
Changed to Hibernate 5.2.10 and BAE 3.12. Fixed the problematic query and some other minor issues.