Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I just upgraded from 3.8.4 to 4.0 m2. My project is currently using hibernate 2.1 supported by 3.8.4. I imported my project into myelcipse 4.0 M2. What’s the smoothest way to upgrade the hibernate capabilities in the project to hibernate 3, supported by this latest release of yours.
There isn’t a migration wizard, what you would need to do is update the library files manuall and also edit the .myhibernatedata file and add a line if it doesn’t already exist:
version=3.0
if it does already exist, change the valu eto read 3.0. Then close your project, restart MyEclipse and reopen it.
It contains them, then I don’t believe you can re-add Hibernate Capabilities in order to force MyEclipse to copy over the new JARs, taht’s why I suggested you do that part manually.