I've just spent my lunch hour fixing the Spring pizza demo some more. Many thanks to the person who identifies themselves as "No one" on my blog for pointing out some mistakes I had made.
I've since redeployed and tested this on a fresh install of Jakarta Tomcat 5.0.24 and it works fine.
The README file that is in the ZIP pretty much says it all, but here are a few things to keep in mind:
It is still built with Maven. Someday I may give you an Ant build, but for now it's still Maven.
You'll want to edit the config/jdbc.properties file and change the database.url property to have it point to the correct location for the database. (If anyone knows how to get a web application to point to a Hypersonic DB that is contained within the application itself, let me know.)
The database is now shipped with the Zip file. It's in the db directory.
Once again, sorry for the problems. This one should (?) be better.