Re: [appfuse-user] Error for Appfuse AOP

2007-02-14 Thread Thomas Ramapuram
I have not added any actions or jsp pages. I have just added the class given earlier along with the application context given earlier. I placed it in a package called my.company.services (it would have been better in my.company.aop). Other than this I have not extended appfuse in any way.

Re: [appfuse-user] Error for Appfuse AOP

2007-02-13 Thread Matt Raible
I haven't heard of a problem, but there certainly could be. Is your edit method final? If so, you may need to remove that. A couple of suggestions: 1. Try using Spring's PerformanceMonitoringInterceptor: http://www.springframework.org/docs/api/org/springframework/aop/interceptor/PerformanceMon

Re: [appfuse-user] Error for Appfuse AOP

2007-02-13 Thread Thomas Ramapuram
This code works perfectly with Spring-mvc I think there is a problem with aop and X-works. Anybody faced this problem before? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[appfuse-user] Error for Appfuse AOP

2007-02-12 Thread Thomas Ramapuram
Hi, I'm not sure if I should be posting this here. A more appropriate forum would be Spring. However the problem is that when I try to use AOP for logging in appfuse I get an exception. The class and the xml Conf and the Exception are given below. I'm using Appfuse 2.0 with archtype 1.