Re: Property: struts.class.spring.enableAopSupport

2017-05-09 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 > : >> Hello, >> >> I am using struts 2.5.10

Re: Property: struts.class.spring.enableAopSupport

2017-05-09 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 > property is "*Uses different logic to con

Re: Problem using the Spring's AOP in Struts2's Actions with json-plugin

2017-05-09 Thread Adam Brin
Hi, I don't use the JSON plugin. My suggestion is, you're using a number of tools in a chain, one isn't working, so what's the minimum viable way out? Clearly something with the JSON plugin isn't working, so try and verify where the problem is and work around it. Alternately, it might make sense

Property: struts.class.spring.enableAopSupport

2017-05-09 Thread 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 property is "*Uses different logic to construct beans to allow support AOP*"; however I have used the

Re: Problem using the Spring's AOP in Struts2's Actions with json-plugin

2017-05-09 Thread Martin Gainty
MG> here is an example which uses Springs AOP to set a interface to a AOP Context type http://techqa.info/programming/question/29553557/issue-configuring-multiple-datasources-in-spring-data-jpa first creates a context populates context type with DataSource interface this is of course predicate

Re: Problem using the Spring's AOP in Struts2's Actions with json-plugin

2017-05-09 Thread developer researcher
Hi Adam, I have not tried Jackson and the Spring AOP outside of Struts2. My context is: modify a Struts web application (with spring-plugin and json-plugin) to add some functionality (advices) through AOP. I would have to test in another application to see if there is any problem between Jackson a

Re: Problem using the Spring's AOP in Struts2's Actions with json-plugin

2017-05-09 Thread Martin Gainty
MG>below From: developer researcher Sent: Monday, May 8, 2017 10:14 PM To: Struts Users Mailing List Subject: Re: Problem using the Spring's AOP in Struts2's Actions with json-plugin Hello Adam, Yes, I am using the "ignoreInterfaces" param set to "false". My re