← Back to team overview

dhis2-devs team mailing list archive

Re: Starting Tomcat problem

 

We upgraded to hibernate 4.1.0 on Monday, sorry for not telling you.

1) make sure you upgrade and install all core modules fresh.

2) in local modules make sure you have no hard-coded references to
hibernate versions, but inherit from the root POM.

3) in local modules in all web.xml change the open session in view
filter from hibernate3 to hibernate4 so it reads:

<filter>
    <filter-name>OpenSessionInViewFilter</filter-name>
    <filter-class>org.springframework.orm.hibernate4.support.OpenSessionInViewFilter</filter-class>
  </filter>


Follow ups

References