[jboss-cvs] jboss-profiler/exsamples/jboss-profiler.aop/META-INF ...

Takuro Okada t2-okada at nri.co.jp
Fri Dec 15 01:41:33 EST 2006


  User: tokada  
  Date: 06/12/15 01:41:33

  Modified:    exsamples/jboss-profiler.aop/META-INF  Tag:
                        JBossProfiler_Expansion jboss-aop.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.6   +4 -0      jboss-profiler/exsamples/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-aop.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/exsamples/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml,v
  retrieving revision 1.1.2.5
  retrieving revision 1.1.2.6
  diff -u -b -r1.1.2.5 -r1.1.2.6
  --- jboss-aop.xml	14 Dec 2006 06:38:16 -0000	1.1.2.5
  +++ jboss-aop.xml	15 Dec 2006 06:41:33 -0000	1.1.2.6
  @@ -70,6 +70,10 @@
     
     <!-- ##### JBoss Profiler : Pointcuts ##### -->
     
  +  <bind pointcut="execution(* org.jboss.profiler.exp.test.target.servlet.*->*(..))">
  +    <stack-ref name="StatisticsInterceptors"/>
  +    <interceptor-ref name="AnalyzeInterceptor"/>
  +  </bind>
     <bind pointcut="execution(* org.jboss.profiler.exp.test.target.logic.*->*(..))">
       <stack-ref name="StatisticsInterceptors"/>
       <interceptor-ref name="AnalyzeInterceptor"/>
  
  
  



More information about the jboss-cvs-commits mailing list