Hi Guys

I created a vanilla Spring MVC project in springsource tool suite. Then created a service pojo and annotated with @service, autowiring it via a @autowire to my controller throws an exception. The aspectj error reads as below. It looks like tc server cant find a spring jar.

java.lang.ClassNotFoundException: org.springframework.beans.factory.aspectj.Configur ableObject

In which jar is this located? Shouldn't this by default be added to the spring mvc template .pom?