Re: [appfuse-user] appfuse:full-source problem

2010-09-10 Thread Ferenc Engárd
Sorry, missed the step from my mail, but I did it in real. Didn't help. On Tue, Sep 7, 2010 at 3:48 PM, ramzi khlil wrote: > try to build the project before running appfuse:full-source. > > On Mon, Sep 6, 2010 at 5:19 PM, Ferenc Engárd > wrote: >> >> Hi all, >> >> I am still not lucky. :( >> >>

[appfuse-user] struts2 + aop

2010-09-10 Thread Josep García
Hi all, I am trying to apply an interceptor to a Struts2 action, via an xml configured spring aop, without luck. Does anyone know how to do it? I cannot do it the standard Struts2 way of defining interceptors in struts.xml, as this interceptor is only to be run when a Struts2 plugin is present. I

Re: [appfuse-user] struts2 + aop

2010-09-10 Thread Matt Raible
It's unlikely you can use Spring AOP to intercept Struts Actions since they're not managed by Spring. On Fri, Sep 10, 2010 at 7:41 AM, Josep García wrote: > Hi all, > > I am trying to apply an interceptor to a Struts2 action, via an xml > configured spring aop, without luck. > Does anyone know h