You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Mauricio Aniche (JIRA)" <ji...@apache.org> on 2009/04/30 20:48:30 UTC

[jira] Created: (WW-3112) @Transactional Spring annotattion does not work in Struts2 Actions

@Transactional Spring annotattion does not work in Struts2 Actions
------------------------------------------------------------------

                 Key: WW-3112
                 URL: https://issues.apache.org/struts/browse/WW-3112
             Project: Struts 2
          Issue Type: Bug
    Affects Versions: 2.1.6
         Environment: Ubuntu 8.10, JDK 1.6, Tomcat 6
            Reporter: Mauricio Aniche


When you try to mark a Struts2 Action or method with the @Transactional spring annotation, it does not work and the action stops working properly (i.e. the getters and setters are not automatically invoked).

It does not work with the Spring transactional AOP as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-3112) @Transactional Spring annotattion does not work in Struts2 Actions

Posted by "Musachy Barroso (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Musachy Barroso resolved WW-3112.
---------------------------------

    Resolution: Not A Problem

Please ask questions on the mailing list and provide mode details. I am closing this, because I have used the transactions with annotations support in S2 and spring, and all struts does is use Spring as the object factory, from there on it is Spring's job to do anything else. You are probably missing some config on Spring  xmls. 

> @Transactional Spring annotattion does not work in Struts2 Actions
> ------------------------------------------------------------------
>
>                 Key: WW-3112
>                 URL: https://issues.apache.org/struts/browse/WW-3112
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.1.6
>         Environment: Ubuntu 8.10, JDK 1.6, Tomcat 6
>            Reporter: Mauricio Aniche
>
> When you try to mark a Struts2 Action or method with the @Transactional spring annotation, it does not work and the action stops working properly (i.e. the getters and setters are not automatically invoked).
> It does not work with the Spring transactional AOP as well.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.