Re: Property: struts.class.spring.enableAopSupport

2017-05-18 Thread developer researcher
Hi, For some reason the message was cut and the text was incomplete. Here the rest of the message: My original application is based on annotations but for the demo application I used the "struts.xml" file for the actions configuration which is the natural and default configuration style of

Re: Property: struts.class.spring.enableAopSupport

2017-05-17 Thread developer researcher
Hi Lukasz, I attached a demo application for the errors/problems encountered when working with the Spring AOP in Struts 2 web applications: https://drive.google.com/file/d/0BytJ23ahIM_-Mk5RamFnbWl6bzA/view?usp=sharing My original application is based on annotations but for the demo application

Re: Property: struts.class.spring.enableAopSupport

2017-05-12 Thread Lukasz Lenart
2017-05-11 22:15 GMT+02:00 developer researcher : > Hello Lukasz, > > Is curious but I have more problems when the value of " > struts.objectFactory.spring.enableAopSupport" is true that when it is > false. Unlike "https://issues.apache.org/jira/browse/WW-4110;

Re: Property: struts.class.spring.enableAopSupport

2017-05-11 Thread developer researcher
Hello Lukasz, Is curious but I have more problems when the value of " struts.objectFactory.spring.enableAopSupport" is true that when it is false. Unlike "https://issues.apache.org/jira/browse/WW-4110; my problem is not of object injection but of the execution of Spring AOP. It may be a versions

Re: Property: struts.class.spring.enableAopSupport

2017-05-10 Thread Lukasz Lenart
btw. there was a bug, the name of the flag is "struts.objectFactory.spring.enableAopSupport" - already fixed that http://struts.apache.org/docs/spring-plugin.html 2017-05-10 8:28 GMT+02:00 Lukasz Lenart : > 2017-05-10 0:30 GMT+02:00 developer researcher >

Re: Property: struts.class.spring.enableAopSupport

2017-05-10 Thread Lukasz Lenart
2017-05-10 0:30 GMT+02:00 developer researcher : > Hello, > > I am using struts 2.5.10.1 with spring-plugin (Spring 4.1.6). According to > the documentation, the default value of > "struts.class.spring.enableAopSupport" is "false"; the description of this >