I've just converted a Spring 2.5 Web Application to version 3.06 with the intention of using @PreAuthorized and @PostAuthorized SpEL annotations to protect my repository layer.

I added the...