"[EMAIL PROTECTED]" wrote : You need to perform compile-time or load-time weaving, check out the examples that come with the distribition.
Yes, this is exactly what i wish to do. I already use AOP IDE, but this is not much helping me in solving this problem :-( In the wiki page there are some info about debugging but not how to simply run an application. I putted all the jars of the /lib folder into my folder, and from the command line i tried to do this: | >java -Xbootclasspath/p: qdox.jar;trove.jar;bsh-1.3.0.jar;concurrent.jar;javassist.jar;jboss-aop.jar;jboss-aspect-library.jar;jboss-common.jar;jdk14-pluggable-instrumentor.jar;jrockit-pluggable-instrumentor.jar;jboss-classloader-transformer.jar; -classpath Hello.jar;World.jar -Djboss.aop.pat=jboss-aop.xml org.test.World | but i have obtained simply a Exception: Exception in thread "main" java.lang.NoClassDefFoundError: qdox/jar;trove/jar;bs | h-1/3/0/jar;concurrent/jar;javassist/jar;jboss-aop/jar;jboss-aspect-library/jar; | jboss-common/jar;jdk14-pluggable-instrumentor/jar;jrockit-pluggable-instrumentor | /jar;jboss-classloader-transformer/jar; How to get out? Thanks, Paolo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917713#3917713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917713 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
