Which libraries should be added in part 2 of Step 4? The documentation currently says “Spring 1.2 Core Libraries” and “Spring 1.2 ORM/DAO/Hibernate Libraries”. The new version of the Core libraries are obviously, “Spring 2.0 Core Libraries”, but there doesn’t seem to be a 2.0 version of “Spring 1.2 ORM/DAO/Hibernate Libraries”. Is this now included in the Core? Or do I need to add something else?
I found the answer on Google. Basically, the “Spring 2.0 Persistance Core Libraries” are what I needed. They include the libraries needed for Spring to work with Hibernate, Toplink and other persistence technologies. Note: the AOP libraries will be automatically checked.