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

Takuro Okada t2-okada at nri.co.jp
Fri Nov 10 04:19:54 EST 2006


  User: tokada  
  Date: 06/11/10 04:19:54

  Added:       java/mbean  Tag: JBossProfiler_Expansion
                        collector-config.xml
  Log:
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +24 -0     jboss-profiler/java/mbean/Attic/collector-config.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: collector-config.xml
  ===================================================================
  RCS file: collector-config.xml
  diff -N collector-config.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ collector-config.xml	10 Nov 2006 09:19:54 -0000	1.1.2.1
  @@ -0,0 +1,24 @@
  +<?xml version="1.0" encoding="UTF-8"?>
  +<collector-config>
  +  
  +  <!-- ##### JDBC Setting ##### -->
  +  <jdbc>
  +    <!-- ##### The implementation mapping set for the JBoss Application Server ##### -->
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrapperDataSource" interface="java.sql.DataSource"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedConnection" interface="java.sql.Connection"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedStatement" interface="java.sql.Statement"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedPreparedStatement" interface="java.sql.PreparedStatement"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedCallableStatement" interface="java.sql.CallableStatement"/>
  +    <impl-mapping impl="org.jboss.resource.adapter.jdbc.WrappedResultSet" interface="java.sql.ResultSet"/>
  +  </jdbc>
  +  
  +  <!-- ##### Application Framework Setting ##### -->
  +  <!-- Add the following setting when the profiling application runs on the framework. -->
  +  <framework>
  +    <!-- ##### The expression set for the Spring Framework ##### -->
  +    <expression>org.springframework</expression>
  +    <!-- ##### The expression set for the iBATIS ##### -->
  +    <expression>com.ibatis</expression>
  +  </framework>
  +  
  +</collector-config>
  
  
  



More information about the jboss-cvs-commits mailing list