java.lang.VerifyError: Incompatible argument to function (aspectj)
问题 Synopsis: I am trying to add around advice to my domain model, but my app won't deploy to tomcat because of an odd verification error. Constraints: LTW is not an option here, so I'm using the aspectj-maven-plugin to provide CTW. I am using IntelliJ-Idea and I'm deploying an exploded war, which I build on the command-line using maven (mvn clean install -DskipTests). I have disabled IntelliJ's automatic make, so the only compilation that's happening is through the command line. When I deploy my