[ 
https://issues.apache.org/struts/browse/WW-2547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44333#action_44333
 ] 

sutter2k commented on WW-2547:
------------------------------

Please close ticket, not a bug.

Re: test.zip
 in struts.xml

 <action name="test" class="test.TestAction">
      <result type="freemark">success.ftl</result>
    </action>

change to freemarker.

In applicationContext.xml

change beanNames from * to testA*

   <property name="beanNames">
      <value>testA*</value>
    </property>

Application works fine.  

You do not want to auto create proxys for interceptors and various struts 2 
internals without carefully examining the side effects.




> Using actions proxied with Spring AOP throws exception
> ------------------------------------------------------
>
>                 Key: WW-2547
>                 URL: https://issues.apache.org/struts/browse/WW-2547
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Spring
>    Affects Versions: 2.0.9
>         Environment: Windows 2000, Struts 2.0.9. Spring 2.0.6, Java 5 Update 
> 14, Apache Tomcat/5.5.25
>            Reporter: Ricardo Gladwell
>             Fix For: 2.1.3
>
>         Attachments: stacktrace.log, test.zip
>
>
> When using Spring AOP proxied action classes with Struts2 throws exception 
> (see attached project and stack trace).

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

Reply via email to