You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2015/10/28 10:38:10 UTC

[Bug 58560] New: Load time weaving not working in struts2 action classes

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.stanulewicz@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 58560] Load time weaving not working in struts2 action classes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58560

marek.stanulewicz@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from marek.stanulewicz@gmail.com ---
Java 8u60.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 58560] Load time weaving not working in struts2 action classes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58560

--- Comment #2 from Andrei Ivanov <an...@gmail.com> ---
See https://jira.spring.io/browse/SPR-13210

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 58560] Load time weaving not working in struts2 action classes

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58560

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from Mark Thomas <ma...@apache.org> ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org