[jboss-cvs] jboss-profiler/java/config/jboss ...

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


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

  Modified:    java/config/jboss  Tag: JBossProfiler_Expansion
                        jboss-service.xml
  Log:
  Change class path
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +2 -2      jboss-profiler/java/config/jboss/Attic/jboss-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/java/config/jboss/Attic/jboss-service.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-service.xml	6 Mar 2007 02:22:18 -0000	1.1.2.3
  +++ jboss-service.xml	11 Apr 2007 11:19:57 -0000	1.1.2.4
  @@ -2,13 +2,13 @@
   <server>
     
       <!-- ##### JBoss Profiler : Agent ##### -->
  -    <mbean code="org.jboss.profiler.exp.agent.DefaultProfilerService" name="jboss.profiler:service=ProfilerService">
  +    <mbean code="org.jboss.profiler.agent.DefaultProfilerService" name="jboss.profiler:service=ProfilerService">
           
           <!-- Whether logs is stored. -->
           <attribute name="Storable">false</attribute>
           
           <!-- Writes log file to /log directory of the JBoss AS. -->
  -        <attribute name="PersistorName">org.jboss.profiler.exp.agent.persistor.XmlMetricPersistor</attribute>
  +        <attribute name="PersistorName">org.jboss.profiler.agent.persistor.XmlMetricPersistor</attribute>
           
           <!-- A period to persist metrics data. [minutes] -->
           <attribute name="PersistentPeriod">60</attribute>
  
  
  



More information about the jboss-cvs-commits mailing list