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

Takuro Okada t2-okada at nri.co.jp
Mon Nov 27 21:57:50 EST 2006


  User: tokada  
  Date: 06/11/27 21:57:50

  Modified:    exsamples/jboss-profiler.aop/META-INF  Tag:
                        JBossProfiler_Expansion jboss-aop.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +0 -6      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.1
  retrieving revision 1.1.2.2
  diff -u -b -r1.1.2.1 -r1.1.2.2
  --- jboss-aop.xml	26 Oct 2006 09:06:31 -0000	1.1.2.1
  +++ jboss-aop.xml	28 Nov 2006 02:57:50 -0000	1.1.2.2
  @@ -16,7 +16,6 @@
         <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.ExecutionMetricCollectorFactory</attribute>
         <attribute name="Category">Beans</attribute>
         <attribute name="Async">true</attribute>
  -      <attribute name="CollectorPoolSize">10</attribute>
       </interceptor>
       <interceptor name="ConcurrentAopInterceptor"
                    class="org.jboss.profiler.exp.agent.interceptor.AopInterceptor"
  @@ -26,7 +25,6 @@
         <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.ConcurrentMetricCollectorFactory</attribute>
         <attribute name="Category">Beans</attribute>
         <attribute name="Async">true</attribute>
  -      <attribute name="CollectorPoolSize">10</attribute>
       </interceptor>
       <interceptor name="MemoryAopInterceptor"
                    class="org.jboss.profiler.exp.agent.interceptor.AopInterceptor"
  @@ -36,7 +34,6 @@
         <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.MemoryMetricCollectorFactory</attribute>
         <attribute name="Category">Beans</attribute>
         <attribute name="Async">true</attribute>
  -      <attribute name="CollectorPoolSize">10</attribute>
       </interceptor>
     </stack>
     
  @@ -48,7 +45,6 @@
       <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.ThreadMetricCollectorFactory</attribute>
       <attribute name="Category">Beans</attribute>
       <attribute name="Async">true</attribute>
  -    <attribute name="CollectorPoolSize">10</attribute>
     </interceptor>
     
     <!--
  @@ -59,7 +55,6 @@
       <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.StackTraceMetricCollectorFactory</attribute>
       <attribute name="Category">Beans</attribute>
       <attribute name="Async">true</attribute>
  -    <attribute name="CollectorPoolSize">10</attribute>
     </interceptor>
     
     <interceptor name="PassageAopInterceptor"
  @@ -69,7 +64,6 @@
       <attribute name="CollectorFactoryName">org.jboss.profiler.exp.agent.collector.TimeScaleMetricCollectorFactory</attribute>
       <attribute name="Category">Beans</attribute>
       <attribute name="Async">true</attribute>
  -    <attribute name="CollectorPoolSize">10</attribute>
     </interceptor>
     -->
     
  
  
  



More information about the jboss-cvs-commits mailing list