[jboss-cvs] jboss-profiler/examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF ...

Takuro Okada t2-okada at nri.co.jp
Wed Apr 11 07:19:36 EDT 2007


  User: tokada  
  Date: 07/04/11 07:19:36

  Modified:    examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF  Tag:
                        JBossProfiler_Expansion jboss-aop.xml
  Log:
  Change class path
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +8 -8      jboss-profiler/examples/jboss-4.0/deploy/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/examples/jboss-4.0/deploy/jboss-profiler.aop/META-INF/Attic/jboss-aop.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -b -r1.1.2.3 -r1.1.2.4
  --- jboss-aop.xml	6 Mar 2007 02:26:15 -0000	1.1.2.3
  +++ jboss-aop.xml	11 Apr 2007 11:19:36 -0000	1.1.2.4
  @@ -7,10 +7,10 @@
     
     <stack name="StatisticsInterceptors">
       <interceptor name="ExecutionAopInterceptor"
  -                 class="org.jboss.profiler.exp.agent.interceptor.jbossaop.AopInterceptor"
  +                 class="org.jboss.profiler.agent.interceptor.jbossaop.AopInterceptor"
                    scope="PER_VM">
         <attribute name="CollectorFactoryName">
  -        org.jboss.profiler.exp.agent.collector.ExecutionMetricCollectorFactory
  +        org.jboss.profiler.agent.collector.ExecutionMetricCollectorFactory
         </attribute>
         <attribute name="Category">Application Components</attribute>
         <!--
  @@ -19,10 +19,10 @@
         -->
       </interceptor>
       <interceptor name="ConcurrentAopInterceptor"
  -                 class="org.jboss.profiler.exp.agent.interceptor.jbossaop.AopInterceptor"
  +                 class="org.jboss.profiler.agent.interceptor.jbossaop.AopInterceptor"
                    scope="PER_VM">
         <attribute name="CollectorFactoryName">
  -        org.jboss.profiler.exp.agent.collector.ConcurrentMetricCollectorFactory
  +        org.jboss.profiler.agent.collector.ConcurrentMetricCollectorFactory
         </attribute>
         <attribute name="Category">Application Components</attribute>
         <!--
  @@ -31,10 +31,10 @@
         -->
       </interceptor>
       <interceptor name="MemoryAopInterceptor"
  -                 class="org.jboss.profiler.exp.agent.interceptor.jbossaop.AopInterceptor"
  +                 class="org.jboss.profiler.agent.interceptor.jbossaop.AopInterceptor"
                    scope="PER_VM">
         <attribute name="CollectorFactoryName">
  -        org.jboss.profiler.exp.agent.collector.MemoryMetricCollectorFactory
  +        org.jboss.profiler.agent.collector.MemoryMetricCollectorFactory
         </attribute>
         <attribute name="Category">Application Components</attribute>
         <!--
  @@ -45,10 +45,10 @@
     </stack>
     
     <interceptor name="AnalyzeInterceptor"
  -               class="org.jboss.profiler.exp.agent.interceptor.jbossaop.AopInterceptor"
  +               class="org.jboss.profiler.agent.interceptor.jbossaop.AopInterceptor"
                  scope="PER_VM">
       <attribute name="CollectorFactoryName">
  -      org.jboss.profiler.exp.agent.collector.ThreadMetricCollectorFactory
  +      org.jboss.profiler.agent.collector.ThreadMetricCollectorFactory
       </attribute>
       <attribute name="Category">Beans</attribute>
       <!--
  
  
  



More information about the jboss-cvs-commits mailing list