While moving from Tomcat to WebSphere, I've encountered issues with my Spring 4 / Hibernate projects not loading correctly. I've already set the app to a PARENT_LAST classloader and reverted my Hibernate version back to 4.2.16 (due to WAS 8.5.5 only supporting JPA 2.0). I did have to now enclose the WAR inside an EAR to comply with IDE integrations as well.While moving from Tomcat to WebSphere, I've enc