From: mlybarger <nu...@jb...> - 2005-06-30 01:06:25
|
thanks for the reply Khan. I've went through the document and am still having troubles. i noticed that originally i had forgot to specify the -javaagent:plugableinstrumentor.jar as part of the JAVA_OPTS variable. i've now put that jar into the jboss bin folder and added the parameter to the JAVA_OPTS variable. i also upgraded to the 1.3 jboss aop, and to the jboss 4.0.2. i have an orgtest-aop.xml file in the server/default/deploy folder that looks like: | <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE aop PUBLIC | "-//JBoss//DTD JBOSS AOP 1.0//EN" | "http://www.jboss.org/aop/dtd/jboss-aop_1_0.dtd"> | <aop> | <bind pointcut="execution(* org.test.ProfileTest->*(..))"> | <interceptor class="org.jboss.aspects.logging.CallLoggingInterceptor"/> | </bind> | </aop> | but still when running my web app, i have nothing being logged. still i must be missing someting. any help would be most appreciated, thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883166#3883166 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883166 |