Re: java.lang.VerfiyError with @SpringBean

2007-09-04 Thread Sebastiaan van Erk
Thanks for the tip. I liked the extract to interface idea, and now it works. Wonder what aspectj does to break cglib though. :-) Regards, Sebastiaan Johan Compagner wrote: Mr igor has this to say: tbh it looks like a problem in cglib bytecode generation. i think i have seen this once when i w

Re: java.lang.VerfiyError with @SpringBean

2007-09-04 Thread Martijn Dashorst
On 9/4/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > or he can use salve, works great with wicket :) Salve being Igor's non-wicket, project found here: http://salve.googlecode.com Martijn (salve ~= slave? I suspect a hidden agenda here... we shall all become minions of Igor, muhahahaha!) --

Re: java.lang.VerfiyError with @SpringBean

2007-09-04 Thread Johan Compagner
Mr igor has this to say: tbh it looks like a problem in cglib bytecode generation. i think i have seen this once when i was writing salve, but i dont remember exactly what caused it :| if nothing he tries works you can always tell him to extract an interface out of commentservice and use that - t

java.lang.VerfiyError with @SpringBean

2007-09-04 Thread Sebastiaan van Erk
Hi, I'm using the entire Wicket/Spring/Hibernate stack to build an application, and I'm using AspectJ to do AOP stuff for me at load time (LTW). I deploy on Tomcat 5.5 with the -javaagent:aspectjweaver.jar option. However, the combination with this and the wicket-spring-annot (@SpringBean) s