Looks like this fix will be part of Spring AOP 2.0.4 release!!!! Thank You :)
Type: Posts; User: jkoppenhofer; Keyword(s):
Looks like this fix will be part of Spring AOP 2.0.4 release!!!! Thank You :)
I have created a JIRA issue to track this... We'll see what reply I get.
SPR-3307
Attached is a simple maven project that reproduces the error. 2 classes, the aspect, and a test class to load the app context. Maybe I am just missing something obvious, but the behavior sure seems...
Still no luck with using the jdk5 compiler with -g :(
HOWEVER, I did make a very interesting discovery. I seem to be able to have local variables as long as they are not of type "Object". For...
I've already tried that :) I've forked the maven2 compiler to assure me that I am using an up to date javac. I have tried using -g and -g:var flags as seen in the config below... Still no go....
Exact same situation here...
Compiling in Eclipse works
Compiling using maven2 fails
Replacing the Advice class file that Maven built with the one Eclipse built allows the thing to work.
...