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

2017-05-11 Thread developer researcher
t; > > First of all thanks for the reply, but I'm not sure if my queries > > > have > > > > > been > > > > > > understood. I am using Struts 2.5.10.1 > > > > > > > > > > > > My main query is: *Is there a way to u

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

2017-05-09 Thread Adam Brin
g Struts 2.5.10.1 > > > > > > > > > > My main query is: *Is there a way to use Spring AOP in Struts2 > > Actions > > > > > using the "JDK dynamic proxies"? Does anyone have an example?* > > > > > > > > > >

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

2017-05-09 Thread Martin Gainty
, May 9, 2017 8:05 AM To: Struts Users Mailing List Subject: Re: Problem using the Spring's AOP in Struts2's Actions with json-plugin MG>below From: developer researcher Sent: Monday, May 8, 2017 10:14 PM To: Struts Users Mailing List Subject: Re: Probl

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

2017-05-09 Thread developer researcher
gt; > > using the "JDK dynamic proxies"? Does anyone have an example?* > > > > > > > > Sorry, but I can not find any relationship between your answers and > the > > > > exceptions attached in my previous message: > > > > > > > > *1. NoSuchMethodException:*

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" p

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

2017-05-08 Thread Adam Brin
ing does not have anything > > > from javax.sql.DataSource > > > > > > *2. OperationNotSupportedException:* Without using AOP there is no > > > exception for some namespace. This is very strange because the code in > > the > > > advice is simply &qu

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

2017-05-08 Thread developer researcher
rom javax.sql.DataSource > > > > *2. OperationNotSupportedException:* Without using AOP there is no > > exception for some namespace. This is very strange because the code in > the > > advice is simply "System.out.println ()" for testing purposes. > > >

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

2017-05-08 Thread Adam Brin
s very strange because the code in the > advice is simply "System.out.println ()" for testing purposes. > > Thanks > > > 2017-05-06 8:21 GMT-05:00 Martin Gainty : > >> MG>below >> >> ________ >> From: developer res

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

2017-05-08 Thread developer researcher
:09 PM > To: Struts Users Mailing List > Subject: Problem using the Spring's AOP in Struts2's Actions with > json-plugin > > Hello, > > I am using Strust 2 with spring-plugin and json-plugin to use: > > 1. Injection of dependencies: apparently everything is wo

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

2017-05-06 Thread Martin Gainty
MG>below From: developer researcher Sent: Friday, May 5, 2017 10:09 PM To: Struts Users Mailing List Subject: Problem using the Spring's AOP in Struts2's Actions with json-plugin Hello, I am using Strust 2 with spring-plugin and json-plug

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

2017-05-05 Thread developer researcher
Hello, I am using Strust 2 with spring-plugin and json-plugin to use: 1. Injection of dependencies: apparently everything is working well. 2. Spring's AOP: works when applied over methods of injected objects in the Struts Actions but not when applied over methods of actions (my class extends from