How to resolve the error “The specified aspect ‘AspectLogger’ cannot be found” in AspectJ LTW setup?
I am trying to set up AspectJ load-time weaving (LTW) for logging method execution time in my Java web application. It is a webapp written using Servlets, jsp (No Spring used) and deployed on jBoss EAP 7.2 written using Servlets and jsp (No Spring used).