I am using spring aop and have defined some aspects. Spring LTW is enabled on my tomcat. In my application context:
<context:load-time-weaver/>
<aop:aspectj-autoproxy proxy-target-class="false"/>
Aspects are working fine too! but the target class is proxied! causing ClassCastException: can not convert $Proxy... Note that I don't my target classes to be proxied!