https://bz.apache.org/bugzilla/show_bug.cgi?id=58560
Bug ID: 58560 Summary: Load time weaving not working in struts2 action classes Product: Tomcat 7 Version: 7.0.64 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Integration Assignee: dev@tomcat.apache.org Reporter: marek.stanulew...@gmail.com We're writing a web application using latest versions of aspectj, spring and struts2 and load time weaving enabled with spring. We're using aspects with pointcuts in many classes including our own action classes extending com.opensymphony.xwork2.ActionSupport. Up to 7.0.63 everything worked perfectly, but since 7.0.64 all pointcuts inside our action classes stopped working. Load time weaving debug shows it's still working correctly (detecting aspects, pointcuts and applying aspects). But it isn't. Even spring's @Transactional annotation stopped working. I've seend in change logs that you did some changes to classloaders in 7.0.64. All struts actions still work (@Action annotations), but our action classes are effectively not woven. The issue is still present in 7.0.65. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org