How I spent the better part of an hour

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:

  1. start container
  2. watch it crash
  3. kill container
  4. fix config
  5. start container
  6. watch it crash
  7. dig through docs to see what I missed
  8. make fix
  9. restart container
  10. watch it crash
  11. repeat ad nauseum

But it’s working now, and that makes me happy. 🙂

Comments are closed.