Re: [cas-user] adding a new @Audit annotation

2013-09-11 Thread Jérôme LELEU
Hi, AOP may be tricky sometimes. I suspect two things : - the first one is that AOP proxies are created by the DefaultAdvisorAutoProxyCreator : https://github.com/Jasig/cas/blob/master/cas-server-webapp/src/main/webapp/WEB-INF/spring-configuration/applicationContext.xml#L122 for the current BeanFa

[cas-user] adding a new @Audit annotation

2013-09-10 Thread Wynne, Bill
I want to add a new @Audit annotation, but when I do it isn't recognized, i.e. Nothing in the log, nor can I hit a breakpoint in handleAuditTrail() for that particular annotation instance. I've tried copying an @Audit annotation and adding a new one. If there is info on this I haven't found it