Update CMS customized project
Set the external for hcamanager to the 2.01.01 tag for your database.
Update your front end web applications
Update the persistenceApplicationContext.xml for your web application. Add the following lines in the <props> under <property name="jdoProperties">
<prop key="org.jpox.autoStartMechanism">XML</prop> <prop key="org.jpox.autoStartMechanismXmlFile">../work/jpoxAutoStart.xml</prop>
Set the mailserver hostname
A default property for the hostname is missing in the 2.01.01 release. Add to your properties file (replace localhost with a valid hostname for your SMTP server).
hca.smtp.host=localhost