How I spent the better part of an hour
At work, I’m trying to learn how to use Acegi Security, a security framework for Java web applications. I was using this tutorial, which was written for version 0.8.3, whereas I had installed 1.0.0RC2. Here’s the process I went through to update the code to use the newest version of Acegi Security:
- start container
- watch it crash
- kill container
- fix config
- start container
- watch it crash
- dig through docs to see what I missed
- make fix
- restart container
- watch it crash
- repeat ad nauseum
But it’s working now, and that makes me happy. 🙂