Spring application behaves differently when adding AOP Advice -


i'm using spring integration project logging aspect created. using aop annotations aspect configured. application works expected logging annotation commented. if annotation uncommented app still work, boolean field applysequence magically becomes false.

applysequence == true @ target object but applysequence == false @ proxy level

any appreciated.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

python 3.5 - Pyqtgraph string in x tick -