Hello! It seems that the precompiler org.jboss.aop.standalone.Compiler has got problems with anonymous classes and inner Classes. I've got written a Class with two anonymous classes. If I use the precompiler to compile my classes I get always exceptions when I replace the anonymous classes by normal classes the precompiler runs.
Other problems (or two questions): 1) is it possible to intercept a field access for a local variable? I've tried it out but it my example doesn't work. 2) is it possible in a ConstructorInvocation to get the object that the constructor creates? (Practically the same as Object mi = invocation.targetObject by a MethodInvoctaion); I think it should be possible by an after-advice (finally Block). I've tried that too, but it doesn't work too. Can you help me please View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828525#3828525 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828525 ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
