I am working in a old project with spring 2.5.Application context starts with .
I need to implment logging using aop I need to log each and every class's method. tried this link : http://forum.spring.io/forum/spring-projects/aop/4769-apply-jdkregexpmethodpointcut-to-multiple-beans-how.But didnt work. and some more options.(but i felt this is taking me some where) Also, I cant use xsd so i cant use aop namespace.i cant use aspect j as well
Please guide me on how can i achieve this what should be point cut as I have tried . and * as pattern and bean names with the point cut.
spring.xml
TestBean
DebugInterceptor
AopTest