Re: Struts 2 and Spring AOP using ProxyFactoryBean

2007-02-05 Thread Shih Lee
Hi again, Thanks, Tom! Good suggestion. I have tried it but getting the following exception after adding CGLIB to the classpath: 2007-02-05 11:35:36,476 ERROR ContextLoader - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name '

Re: Struts 2 and Spring AOP using ProxyFactoryBean

2007-02-04 Thread Tom Schneider
This is a bug I just fixed in xwork 1.2.x and xwork 2.0.x. See http://jira.opensymphony.com/browse/XW-465 for details. Tom Shih Lee wrote: Hello, I have downloaded struts-blank to play around. I was trying to use Spring AOP with Struts 2. However, I am getting the following error: 2007-02-04

Re: Struts 2 and Spring AOP using ProxyFactoryBean

2007-02-04 Thread Dave Newton
--- Shih Lee <[EMAIL PROTECTED]> wrote: > [Spring AOP/S2] Just out of curiosity, does it work if instead of proxying the interface you proxy the class instead, like so: true timeLoggingAdvisor I haven't tried AOPing an Action interface yet, but I