Re: Spring AOP X-work Error

2007-02-14 Thread Tom Schneider
I believe this is a bug that is already fixed in trunk. Please take a look at the xwork forum(s) if you need more details. (There a long thread on dynamic proxy invocation over there about this issue.) Tom thomas_ramapuram wrote: Hi, I was using Spring AOP along with Struts 2.0.5. The p

Re: Spring AOP X-work Error

2007-02-14 Thread Dave Newton
--- thomas_ramapuram wrote: > I thought i saw a similar error in the userlist > sure if it is the same error. Uh, no, that's a different exception and everything. > Error: > java.lang.IllegalArgumentException: The edit() is > not defined in action > class $Proxy44 Are you calling an edit method

Spring AOP X-work Error

2007-02-14 Thread thomas_ramapuram
tbay.jetty.HttpParser.parseAvailable(HttpParser.java:199) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339) at org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) -- Vie