I've got a question to the metadata example in the new JBoss 1.0 Beta Version. First I use the AnnotationCompiler to create metadata-aop.xml File. After that I compile all java Files (javac *.java) after that I use the jboss Compiler: java org.jboss.aop.standalone.Compiler *.class -verbose -aoppath metadata-aop.xml. The jboss-aop.xml File is in the META-INF directory. I think it compiled correctly. After the Compilation I run the program but I get only the following output:
-- new Pojo(); -- empty constructor -- new Pojo(int); -- int constructor -- pojo.someMethod(); -- someMethod -- pojo.field = 55; -- I used JDK1.4_03 and JDK1.5Beta compile and run the program, but it doesn't work. What make I wrong? <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827040#3827040">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827040>Reply to the post</a> ------------------------------------------------------- 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
