Bug 58560 - Load time weaving not working in struts2 action classes
Summary: Load time weaving not working in struts2 action classes
Status: RESOLVED DUPLICATE of bug 58143
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Integration (show other bugs)
Version: 7.0.64
Hardware: PC All
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-28 09:38 UTC by marek.stanulewicz
Modified: 2015-10-28 16:28 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description marek.stanulewicz 2015-10-28 09:38:10 UTC
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.
Comment 1 marek.stanulewicz 2015-10-28 09:52:40 UTC
Java 8u60.
Comment 2 Andrei Ivanov 2015-10-28 10:05:53 UTC
See https://jira.spring.io/browse/SPR-13210
Comment 3 Mark Thomas 2015-10-28 16:28:58 UTC

*** This bug has been marked as a duplicate of bug 58143 ***